svn commit: r357269 - head/textproc/hunspell
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 10 06:19:44 UTC 2014
Author: bapt
Date: Tue Jun 10 06:19:43 2014
New Revision: 357269
URL: http://svnweb.freebsd.org/changeset/ports/357269
QAT: https://qat.redports.org/buildarchive/r357269/
Log:
Update to 1.3.3
USES=libtool:keepla
Modified:
head/textproc/hunspell/Makefile
head/textproc/hunspell/distinfo
head/textproc/hunspell/pkg-plist
Modified: head/textproc/hunspell/Makefile
==============================================================================
--- head/textproc/hunspell/Makefile Tue Jun 10 06:10:55 2014 (r357268)
+++ head/textproc/hunspell/Makefile Tue Jun 10 06:19:43 2014 (r357269)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= hunspell
-PORTVERSION= 1.3.2
-PORTREVISION= 4
+PORTVERSION= 1.3.3
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/Hunspell/${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
@@ -17,10 +16,11 @@ LICENSE_COMB= dual
CONFLICTS_INSTALL= tinker-[0-9]*
CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui
GNU_CONFIGURE= yes
-USES= pathfix iconv ncurses readline shebangfix perl5
+USES= libtool:keepla pathfix iconv ncurses readline shebangfix perl5
SHEBANG_FILES= src/tools/ispellaff2myspell
USE_LDCONFIG= yes
USE_PERL5= run
+INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx
@@ -28,7 +28,4 @@ post-patch:
post-configure:
@${REINPLACE_CMD} -e 's|444|644|g' ${WRKSRC}/src/parsers/Makefile
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhunspell-1.3.so.0
-
.include <bsd.port.mk>
Modified: head/textproc/hunspell/distinfo
==============================================================================
--- head/textproc/hunspell/distinfo Tue Jun 10 06:10:55 2014 (r357268)
+++ head/textproc/hunspell/distinfo Tue Jun 10 06:19:43 2014 (r357269)
@@ -1,2 +1,2 @@
-SHA256 (hunspell/hunspell-1.3.2.tar.gz) = b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd
-SIZE (hunspell/hunspell-1.3.2.tar.gz) = 975917
+SHA256 (hunspell/hunspell-1.3.3.tar.gz) = a7b2c0de0e2ce17426821dc1ac8eb115029959b3ada9d80a81739fa19373246c
+SIZE (hunspell/hunspell-1.3.3.tar.gz) = 986081
Modified: head/textproc/hunspell/pkg-plist
==============================================================================
--- head/textproc/hunspell/pkg-plist Tue Jun 10 06:10:55 2014 (r357268)
+++ head/textproc/hunspell/pkg-plist Tue Jun 10 06:19:43 2014 (r357269)
@@ -32,16 +32,14 @@ lib/libhunspell-1.3.a
lib/libhunspell-1.3.la
lib/libhunspell-1.3.so
lib/libhunspell-1.3.so.0
-lib/libparsers.a
+lib/libhunspell-1.3.so.0.0.0
libdata/pkgconfig/hunspell.pc
man/hu/man1/hunspell.1.gz
-man/hu/man4/hunspell.4.gz
man/man1/hunspell.1.gz
man/man1/hunzip.1.gz
man/man1/hzip.1.gz
man/man3/hunspell.3.gz
-man/man4/hunspell.4.gz
- at dirrmtry man/hu/man4
+man/man5/hunspell.5.gz
@dirrmtry man/hu/man1
@dirrmtry man/hu
@dirrm include/hunspell
More information about the svn-ports-head
mailing list