diff options
author | dd <dd@FreeBSD.org> | 2004-09-03 18:41:03 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2004-09-03 18:41:03 +0800 |
commit | 332f312f86f2dbf18634b48a99ce9bff51b33d0c (patch) | |
tree | 8dabc3236ce7f7637ab22e37f6417c4a7d97b75f /textproc/dict | |
parent | 016029506e365e32e3517a8c01ff26b11b139f08 (diff) | |
download | freebsd-ports-gnome-332f312f86f2dbf18634b48a99ce9bff51b33d0c.tar.gz freebsd-ports-gnome-332f312f86f2dbf18634b48a99ce9bff51b33d0c.tar.zst freebsd-ports-gnome-332f312f86f2dbf18634b48a99ce9bff51b33d0c.zip |
Upgrade to 1.9.14
Submitted by: Andy Miller <andy@trit.org>
Diffstat (limited to 'textproc/dict')
-rw-r--r-- | textproc/dict/Makefile | 2 | ||||
-rw-r--r-- | textproc/dict/distinfo | 4 | ||||
-rw-r--r-- | textproc/dict/files/patch-configure | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 26ba222e4e06..0ceadd6a803e 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dict -PORTVERSION= 1.9.13 +PORTVERSION= 1.9.14 PORTREVISION= 0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/textproc/dict/distinfo b/textproc/dict/distinfo index 938453e7a14e..6804e3652237 100644 --- a/textproc/dict/distinfo +++ b/textproc/dict/distinfo @@ -1,2 +1,2 @@ -MD5 (dictd-1.9.13.tar.gz) = 817b703c925557c6426af5d0b6f351bf -SIZE (dictd-1.9.13.tar.gz) = 736395 +MD5 (dictd-1.9.14.tar.gz) = 5db913e545ee483b1385696ff8a6bd24 +SIZE (dictd-1.9.14.tar.gz) = 749577 diff --git a/textproc/dict/files/patch-configure b/textproc/dict/files/patch-configure deleted file mode 100644 index 845c9cd0c9c3..000000000000 --- a/textproc/dict/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Nov 26 06:55:22 2003 -+++ configure Wed Nov 26 06:57:21 2003 -@@ -7446,7 +7446,7 @@ - _ACEOF - - else -- LIBOBJS="$LIBOBJS $ac_func.$ac_objext" -+ LIBOBJS="$LIBOBJS" - fi - done - |