1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Upgrade to 1.7.1. patch-ac has been submitted to the maintainers.

This commit is contained in:
Dima Dorfman 2002-07-08 00:03:02 +00:00
parent 2a4910cde9
commit 46b14bb139
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62623
3 changed files with 16 additions and 4 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (dictd-1.5.5.tar.gz) = 67307b6e5d0337f354b275c377506c63
MD5 (dictd-1.7.1.tar.gz) = 81317b86ea0a5df0163900ad2e6bb12c

View File

@ -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