Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Oct 2018 08:10:38 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481523 - head/net/gnu-dico
Message-ID:  <201810080810.w988Ac7t070988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Oct  8 08:10:38 2018
New Revision: 481523
URL: https://svnweb.freebsd.org/changeset/ports/481523

Log:
  - Update to 2.7
  - Rename static function mergesort to avoid conflict with mergesort from stdlib
  
  PR:		231849
  Submitted by:	goran.tal@gmail.com(maintainer)

Modified:
  head/net/gnu-dico/Makefile
  head/net/gnu-dico/distinfo
  head/net/gnu-dico/pkg-plist

Modified: head/net/gnu-dico/Makefile
==============================================================================
--- head/net/gnu-dico/Makefile	Mon Oct  8 08:04:55 2018	(r481522)
+++ head/net/gnu-dico/Makefile	Mon Oct  8 08:10:38 2018	(r481523)
@@ -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

Modified: head/net/gnu-dico/distinfo
==============================================================================
--- head/net/gnu-dico/distinfo	Mon Oct  8 08:04:55 2018	(r481522)
+++ head/net/gnu-dico/distinfo	Mon Oct  8 08:10:38 2018	(r481523)
@@ -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

Modified: head/net/gnu-dico/pkg-plist
==============================================================================
--- head/net/gnu-dico/pkg-plist	Mon Oct  8 08:04:55 2018	(r481522)
+++ head/net/gnu-dico/pkg-plist	Mon Oct  8 08:10:38 2018	(r481523)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810080810.w988Ac7t070988>