diff options
author | Wen Heping <wen@FreeBSD.org> | 2018-10-08 08:10:38 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2018-10-08 08:10:38 +0000 |
commit | 7c6fabbd4c6dce9d0ffec6d091c3915c3b6bde71 (patch) | |
tree | e560ab25342a57c3717c7d90f49f4aa3f9d8cd3c | |
parent | deskutils/go-for-it: Update to 1.6.7. (diff) |
- Update to 2.7
- Rename static function mergesort to avoid conflict with mergesort from stdlib
PR: 231849
Submitted by: goran.tal@gmail.com(maintainer)
Notes
Notes:
svn path=/head/; revision=481523
-rw-r--r-- | net/gnu-dico/Makefile | 3 | ||||
-rw-r--r-- | net/gnu-dico/distinfo | 6 | ||||
-rw-r--r-- | net/gnu-dico/pkg-plist | 5 |
3 files changed, 8 insertions, 6 deletions
diff --git a/net/gnu-dico/Makefile b/net/gnu-dico/Makefile index ba05007e42c6..1823dc719d00 100644 --- a/net/gnu-dico/Makefile +++ b/net/gnu-dico/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dico -PORTVERSION= 2.4 +PORTVERSION= 2.7 CATEGORIES= net textproc MASTER_SITES= GNU PKGNAMEPREFIX= gnu- @@ -57,6 +57,7 @@ post-patch: -e 's/mu_check_lib_save_LIBS/LIBS/' \ -e 's/python-config/$${PYTHON_CONFIG}/' \ ${WRKSRC}/configure + @${REINPLACE_CMD} 's/mergesort/xmergesort/' ${WRKSRC}/lib/mergesort.c post-install: ${INSTALL_DATA} ${FILESDIR}/dicod.conf ${STAGEDIR}${PREFIX}/etc/dicod.conf.sample diff --git a/net/gnu-dico/distinfo b/net/gnu-dico/distinfo index a9a57286bd69..a10d3e0fcf31 100644 --- a/net/gnu-dico/distinfo +++ b/net/gnu-dico/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490736071 -SHA256 (dico-2.4.tar.xz) = 4f94f73d1f596552894df2decb72df5b71ed2a23edc985c68247b6e5a0daa78e -SIZE (dico-2.4.tar.xz) = 1694884 +TIMESTAMP = 1538311741 +SHA256 (dico-2.7.tar.xz) = 58af9a14bae85bd4f5aa01943011fe9d10533e82bc9da6b5a4c3d16a9952e435 +SIZE (dico-2.7.tar.xz) = 1674928 diff --git a/net/gnu-dico/pkg-plist b/net/gnu-dico/pkg-plist index daa007e46e00..67fbc7b75e33 100644 --- a/net/gnu-dico/pkg-plist +++ b/net/gnu-dico/pkg-plist @@ -47,8 +47,8 @@ lib/dico/word.a lib/dico/word.so lib/libdico.a lib/libdico.so -lib/libdico.so.1 -lib/libdico.so.1.0.0 +lib/libdico.so.2 +lib/libdico.so.2.0.0 libexec/idxgcide man/man1/dico.1.gz man/man5/dicod.conf.5.gz @@ -57,6 +57,7 @@ sbin/dicod %%DATADIR%%/%%PORTVERSION%%/include/pp-setup %%NLS%%share/locale/da/LC_MESSAGES/dico.mo %%NLS%%share/locale/de/LC_MESSAGES/dico.mo +%%NLS%%share/locale/es/LC_MESSAGES/dico.mo %%NLS%%share/locale/fi/LC_MESSAGES/dico.mo %%NLS%%share/locale/fr/LC_MESSAGES/dico.mo %%NLS%%share/locale/pl/LC_MESSAGES/dico.mo |