diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2004-09-03 10:41:03 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2004-09-03 10:41:03 +0000 |
commit | 44b49730b534dc66be62a2244f9e70e9609bf765 (patch) | |
tree | 260a22a982401f3336d0916d5f4b68e67419c403 /textproc | |
parent | f17fbef0e0246d3165d9ecb654d5d49f8a0e8328 (diff) | |
download | ports-44b49730b534dc66be62a2244f9e70e9609bf765.tar.gz ports-44b49730b534dc66be62a2244f9e70e9609bf765.zip |
Notes
Diffstat (limited to 'textproc')
-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 - |