From owner-svn-ports-all@FreeBSD.ORG Sun Jun 29 23:13:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45589A62; Sun, 29 Jun 2014 23:13:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1962D2282; Sun, 29 Jun 2014 23:13:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5TNDIWK096977; Sun, 29 Jun 2014 23:13:18 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5TNDI9S096975; Sun, 29 Jun 2014 23:13:18 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406292313.s5TNDI9S096975@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 29 Jun 2014 23:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359797 - head/textproc/hyphen X-SVN-Group: ports-head 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.18 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: Sun, 29 Jun 2014 23:13:19 -0000 Author: bapt Date: Sun Jun 29 23:13:18 2014 New Revision: 359797 URL: http://svnweb.freebsd.org/changeset/ports/359797 QAT: https://qat.redports.org/buildarchive/r359797/ Log: Update to 2.8.7 - USES=libtool Modified: head/textproc/hyphen/Makefile head/textproc/hyphen/distinfo Modified: head/textproc/hyphen/Makefile ============================================================================== --- head/textproc/hyphen/Makefile Sun Jun 29 23:09:11 2014 (r359796) +++ head/textproc/hyphen/Makefile Sun Jun 29 23:13:18 2014 (r359797) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= hyphen -PORTVERSION= 2.8.6 -PORTREVISION= 1 +PORTVERSION= 2.8.7 CATEGORIES= textproc MASTER_SITES= SF/hunspell/Hyphen/${PORTVERSION:R}/ DIST_SUBDIR= ${PORTNAME} @@ -13,18 +12,19 @@ COMMENT= Library for high quality hyphen BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk GNU_CONFIGURE= yes -USES= pathfix perl5 shebangfix +USES= libtool pathfix perl5 shebangfix USE_LDCONFIG= yes SHEBANG_FILES= substrings.pl +INSTALL_TARGET= install-strip CONFIGURE_ENV+= ac_cv_prog_AWK=gawk PLIST_FILES= bin/substrings.pl \ include/hyphen.h \ lib/libhyphen.a \ - lib/libhyphen.la \ lib/libhyphen.so \ - lib/libhyphen.so.2 \ + lib/libhyphen.so.0 \ + lib/libhyphen.so.0.3.0 \ %%DATADIR%%/hyph_en_US.dic PLIST_DIRSTRY= %%DATADIR%% @@ -40,6 +40,5 @@ post-install: .for ALIAS in ${USALIASES} ${LN} -s hyph_en_US.dic ${STAGEDIR}${DATADIR}/hyph_${ALIAS}.dic .endfor - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhyphen.so.2 .include Modified: head/textproc/hyphen/distinfo ============================================================================== --- head/textproc/hyphen/distinfo Sun Jun 29 23:09:11 2014 (r359796) +++ head/textproc/hyphen/distinfo Sun Jun 29 23:13:18 2014 (r359797) @@ -1,2 +1,2 @@ -SHA256 (hyphen/hyphen-2.8.6.tar.gz) = 155cc1be5f406a4f3e55cd5154dd30353652f4da6cff0f600be4f1f67c127208 -SIZE (hyphen/hyphen-2.8.6.tar.gz) = 636800 +SHA256 (hyphen/hyphen-2.8.7.tar.gz) = c3e66de07f06125536f1fa03a121fa8a4c1b246a3b28a6ccd3cda24bb296f3a7 +SIZE (hyphen/hyphen-2.8.7.tar.gz) = 638214