Date: Sat, 26 Nov 2016 10:34:41 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427153 - head/textproc/hunspell Message-ID: <201611261034.uAQAYfSM046808@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 26 10:34:40 2016 New Revision: 427153 URL: https://svnweb.freebsd.org/changeset/ports/427153 Log: - Add LICENSE_FILE - Add PLIST_SUB - Update WWW Modified: head/textproc/hunspell/Makefile head/textproc/hunspell/pkg-descr head/textproc/hunspell/pkg-plist Modified: head/textproc/hunspell/Makefile ============================================================================== --- head/textproc/hunspell/Makefile Sat Nov 26 10:34:36 2016 (r427152) +++ head/textproc/hunspell/Makefile Sat Nov 26 10:34:40 2016 (r427153) @@ -12,6 +12,8 @@ COMMENT= Improved spell-checker for Hung LICENSE= GPLv2 LGPL21 MPL LICENSE_COMB= dual +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL CONFLICTS_INSTALL= tinker-[0-9]* CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui @@ -22,6 +24,8 @@ USE_LDCONFIG= yes USE_PERL5= run INSTALL_TARGET= install-strip +PLIST_SUB= SHLIB_VER=${PORTVERSION:R} + post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx Modified: head/textproc/hunspell/pkg-descr ============================================================================== --- head/textproc/hunspell/pkg-descr Sat Nov 26 10:34:36 2016 (r427152) +++ head/textproc/hunspell/pkg-descr Sat Nov 26 10:34:40 2016 (r427153) @@ -9,4 +9,4 @@ Main features: - Hunspell is based on MySpell and works also with MySpell dictionaries. - C++ library under GPL/LGPL/MPL tri-license. -WWW: http://hunspell.sourceforge.net/ +WWW: https://hunspell.github.io/ Modified: head/textproc/hunspell/pkg-plist ============================================================================== --- head/textproc/hunspell/pkg-plist Sat Nov 26 10:34:36 2016 (r427152) +++ head/textproc/hunspell/pkg-plist Sat Nov 26 10:34:40 2016 (r427153) @@ -28,11 +28,11 @@ include/hunspell/phonet.hxx include/hunspell/replist.hxx include/hunspell/suggestmgr.hxx include/hunspell/w_char.hxx -lib/libhunspell-1.3.a -lib/libhunspell-1.3.la -lib/libhunspell-1.3.so -lib/libhunspell-1.3.so.0 -lib/libhunspell-1.3.so.0.0.0 +lib/libhunspell-%%SHLIB_VER%%.a +lib/libhunspell-%%SHLIB_VER%%.la +lib/libhunspell-%%SHLIB_VER%%.so +lib/libhunspell-%%SHLIB_VER%%.so.0 +lib/libhunspell-%%SHLIB_VER%%.so.0.0.0 libdata/pkgconfig/hunspell.pc man/hu/man1/hunspell.1.gz man/man1/hunspell.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611261034.uAQAYfSM046808>