aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-07-08 08:03:02 +0800
committerdd <dd@FreeBSD.org>2002-07-08 08:03:02 +0800
commit0f2de833e8ae7e5d63c6a785bddf8117693ae1bc (patch)
tree44b80354aa21029dba6a7c2b68b775add6cc2e98
parentd9d08222642516e64bd18fe3ae81b3f3df9b7129 (diff)
downloadfreebsd-ports-graphics-0f2de833e8ae7e5d63c6a785bddf8117693ae1bc.tar.gz
freebsd-ports-graphics-0f2de833e8ae7e5d63c6a785bddf8117693ae1bc.tar.zst
freebsd-ports-graphics-0f2de833e8ae7e5d63c6a785bddf8117693ae1bc.zip
Upgrade to 1.7.1. patch-ac has been submitted to the maintainers.
-rw-r--r--textproc/dict/Makefile7
-rw-r--r--textproc/dict/distinfo2
-rw-r--r--textproc/dict/files/patch-ac11
3 files changed, 16 insertions, 4 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile
index bc5bb2cf017..20c187da37a 100644
--- a/textproc/dict/Makefile
+++ b/textproc/dict/Makefile
@@ -7,14 +7,15 @@
#
PORTNAME= dict
-PORTVERSION= 1.5.5
+PORTVERSION= 1.7.1
CATEGORIES= textproc
-MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \
- ftp://ftp.dict.org/pub/dict/
+MASTER_SITES= ftp://ftp.dict.org/pub/dict/
DISTNAME= ${PORTNAME}d-${PORTVERSION}
MAINTAINER= dd@FreeBSD.org
+USE_PERL5= yes
+USE_BISON= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \
--with-etcdir=${PREFIX}/etc
diff --git a/textproc/dict/distinfo b/textproc/dict/distinfo
index c7a1b68a463..b4e98b71e63 100644
--- a/textproc/dict/distinfo
+++ b/textproc/dict/distinfo
@@ -1 +1 @@
-MD5 (dictd-1.5.5.tar.gz) = 67307b6e5d0337f354b275c377506c63
+MD5 (dictd-1.7.1.tar.gz) = 81317b86ea0a5df0163900ad2e6bb12c
diff --git a/textproc/dict/files/patch-ac b/textproc/dict/files/patch-ac
new file mode 100644
index 00000000000..dc39196a7b0
--- /dev/null
+++ b/textproc/dict/files/patch-ac
@@ -0,0 +1,11 @@
+--- ../dictd-1.7.1/Makefile.in Sun May 5 01:59:56 2002
++++ Makefile.in Sun Jul 7 23:44:52 2002
+@@ -144,7 +144,7 @@
+ if test ! -d $(bindir); then $(INSTALL) -d 755 $(bindir); fi
+ if test ! -d $(man1_prefix); then $(INSTALL) -d 755 $(man1_prefix); fi
+ $(INSTALL_PROGRAM) dict $(bindir)
+- $(INSTALL_DATA dict.1 $(man1_prefix)/dict.1
++ $(INSTALL_DATA) dict.1 $(man1_prefix)/dict.1
+
+ install.dictzip: dictzip
+ if test ! -d $(bindir); then $(INSTALL) -d 755 $(bindir); fi