mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 1.12.0
This commit is contained in:
parent
8ad6154a0c
commit
c8f29642ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268918
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= dict
|
||||
PORTVERSION= 1.11.2
|
||||
PORTVERSION= 1.12.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}d/${PORTNAME}d-${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}d-${PORTVERSION}
|
||||
@ -27,7 +27,7 @@ USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
ALL_TARGET= dict
|
||||
INSTALL_TARGET= install.dict
|
||||
MAN1= dict.1 dictl.1
|
||||
MAN1= dict.1 dictl.1 dict_lookup.1
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/dict.1.in
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (dictd-1.11.2.tar.gz) = 7008ec3bb0001c302ce751580f9d2ea4
|
||||
SHA256 (dictd-1.11.2.tar.gz) = 60e7f44259adee87e952ea5d7e87555685224fb1d1dca24d3735b9feb58c871f
|
||||
SIZE (dictd-1.11.2.tar.gz) = 418649
|
||||
SHA256 (dictd-1.12.0.tar.gz) = 5ec423d29c46e088cf3617ea86fea74d7f70c48f66b142b7f477b55a3ef4a4a2
|
||||
SIZE (dictd-1.12.0.tar.gz) = 423183
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
bin/dict
|
||||
bin/dict_lookup
|
||||
bin/dictl
|
||||
@unexec if cmp -s %D/etc/dict.conf.sample %D/etc/dict.conf; then rm -f %D/etc/dict.conf; fi
|
||||
etc/dict.conf.sample
|
||||
|
Loading…
Reference in New Issue
Block a user