From owner-svn-ports-all@freebsd.org Mon Oct 8 08:10:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 729D710B6A7B; Mon, 8 Oct 2018 08:10:39 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24E857E891; Mon, 8 Oct 2018 08:10:39 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1FF061FE40; Mon, 8 Oct 2018 08:10:39 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w988Acuu070991; Mon, 8 Oct 2018 08:10:38 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w988Ac7t070988; Mon, 8 Oct 2018 08:10:38 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201810080810.w988Ac7t070988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 8 Oct 2018 08:10:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481523 - head/net/gnu-dico X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/net/gnu-dico X-SVN-Commit-Revision: 481523 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 08:10:39 -0000 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