svn commit: r359797 - head/textproc/hyphen
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jun 29 23:13:19 UTC 2014
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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list