aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/dictd/Makefile3
-rw-r--r--net/dictd/distinfo4
-rw-r--r--net/dictd/files/patch-libmaa::decl.h11
-rw-r--r--textproc/dict/Makefile3
-rw-r--r--textproc/dict/distinfo4
-rw-r--r--textproc/dict/files/patch-libmaa::decl.h11
6 files changed, 6 insertions, 30 deletions
diff --git a/net/dictd/Makefile b/net/dictd/Makefile
index 3f2d1179f7bb..f6726a217fd3 100644
--- a/net/dictd/Makefile
+++ b/net/dictd/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= dictd
-PORTVERSION= 1.9.15
+PORTVERSION= 1.10.1
PORTREVISION= 0
CATEGORIES+= net textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -19,7 +19,6 @@ COMMENT= Dict protocol (RFC 2229) server
MAN1= dictzip.1
MAN8= dictd.8
-USE_LIBLTDL= yes
USE_RC_SUBR= yes
USE_REINPLACE= yes
USE_BISON= yes
diff --git a/net/dictd/distinfo b/net/dictd/distinfo
index 3d8d1edc65fe..d17d0e2190c2 100644
--- a/net/dictd/distinfo
+++ b/net/dictd/distinfo
@@ -1,2 +1,2 @@
-MD5 (dictd-1.9.15.tar.gz) = 68c1cffa952012ba85a7271311de55e9
-SIZE (dictd-1.9.15.tar.gz) = 741597
+MD5 (dictd-1.10.1.tar.gz) = 08280dcfc2eed73acf0a4be4872a72d5
+SIZE (dictd-1.10.1.tar.gz) = 749233
diff --git a/net/dictd/files/patch-libmaa::decl.h b/net/dictd/files/patch-libmaa::decl.h
deleted file mode 100644
index af6518a57173..000000000000
--- a/net/dictd/files/patch-libmaa::decl.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- libmaa/decl.h.orig Fri Aug 2 12:43:15 2002
-+++ libmaa/decl.h Sat Jan 11 18:39:01 2003
-@@ -28,7 +28,7 @@
- declarations for standard library calls. We provide them here for
- situations that we know about. */
-
--#if defined(__sparc__) && !defined(linux)
-+#if defined(__sparc__) && !(defined(linux) || defined(__FreeBSD__))
- #include <sys/resource.h>
- /* Both SunOS and Solaris */
- extern int getrusage( int who, struct rusage * );
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile
index 30196c35724d..6dff6861e271 100644
--- a/textproc/dict/Makefile
+++ b/textproc/dict/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= dict
-PORTVERSION= 1.9.15
+PORTVERSION= 1.10.1
PORTREVISION= 0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -17,7 +17,6 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION}
MAINTAINER= dd@FreeBSD.org
COMMENT= Dictionary Server Protocol (RFC2229) client
-USE_LIBLTDL= yes
USE_BISON= yes
USE_REINPLACE= yes
USE_LIBTOOL_VER=15
diff --git a/textproc/dict/distinfo b/textproc/dict/distinfo
index 3d8d1edc65fe..d17d0e2190c2 100644
--- a/textproc/dict/distinfo
+++ b/textproc/dict/distinfo
@@ -1,2 +1,2 @@
-MD5 (dictd-1.9.15.tar.gz) = 68c1cffa952012ba85a7271311de55e9
-SIZE (dictd-1.9.15.tar.gz) = 741597
+MD5 (dictd-1.10.1.tar.gz) = 08280dcfc2eed73acf0a4be4872a72d5
+SIZE (dictd-1.10.1.tar.gz) = 749233
diff --git a/textproc/dict/files/patch-libmaa::decl.h b/textproc/dict/files/patch-libmaa::decl.h
deleted file mode 100644
index af6518a57173..000000000000
--- a/textproc/dict/files/patch-libmaa::decl.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- libmaa/decl.h.orig Fri Aug 2 12:43:15 2002
-+++ libmaa/decl.h Sat Jan 11 18:39:01 2003
-@@ -28,7 +28,7 @@
- declarations for standard library calls. We provide them here for
- situations that we know about. */
-
--#if defined(__sparc__) && !defined(linux)
-+#if defined(__sparc__) && !(defined(linux) || defined(__FreeBSD__))
- #include <sys/resource.h>
- /* Both SunOS and Solaris */
- extern int getrusage( int who, struct rusage * );