Date: Thu, 20 Jul 2017 08:59:52 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446247 - head/hebrew/hspell Message-ID: <201707200859.v6K8xqVa029655@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Thu Jul 20 08:59:52 2017 New Revision: 446247 URL: https://svnweb.freebsd.org/changeset/ports/446247 Log: hebrew/hspell: update to 1.4 - Update to 1.4 - Remove LOCAL/makc from MASTER_SITES - Add LICENSE and LICENSE_FILE - Sort USES - Add LD_CONFIG - Drop SUB_LIST - Update WWW in pkg-descr Changes: http://hspell.ivrix.org.il/WHATSNEW PR: 220517 Approved by: onatan@gmail.com (maintainer timeout, 2 weeks) Modified: head/hebrew/hspell/Makefile head/hebrew/hspell/distinfo head/hebrew/hspell/pkg-descr head/hebrew/hspell/pkg-plist Modified: head/hebrew/hspell/Makefile ============================================================================== --- head/hebrew/hspell/Makefile Thu Jul 20 08:50:49 2017 (r446246) +++ head/hebrew/hspell/Makefile Thu Jul 20 08:59:52 2017 (r446247) @@ -2,21 +2,28 @@ # $FreeBSD$ PORTNAME= hspell -PORTVERSION= 1.1 +PORTVERSION= 1.4 CATEGORIES= hebrew -MASTER_SITES= http://hspell.ivrix.org.il/ \ - LOCAL/makc +MASTER_SITES= http://hspell.ivrix.org.il/ MAINTAINER= onatan@gmail.com COMMENT= Hebrew spellchecker and morphology engine -USES= shebangfix gmake perl5 +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gmake perl5 shebangfix +SHEBANG_FILES= pmerge multispell +USE_LDCONFIG= yes USE_PERL5= build GNU_CONFIGURE= yes CFLAGS+= -fPIC -SHEBANG_FILES= pmerge multispell +CONFIGURE_ARGS= --enable-fatverb \ + --enable-shared SUB_FILES= pkg-message -SUB_LIST= PORTSDIR=${PORTSDIR} + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhspell.so .include <bsd.port.mk> Modified: head/hebrew/hspell/distinfo ============================================================================== --- head/hebrew/hspell/distinfo Thu Jul 20 08:50:49 2017 (r446246) +++ head/hebrew/hspell/distinfo Thu Jul 20 08:59:52 2017 (r446247) @@ -1,2 +1,3 @@ -SHA256 (hspell-1.1.tar.gz) = a65d339e0656c3cf2ed589b01f725377b6054719178341afbb41dd825fcca723 -SIZE (hspell-1.1.tar.gz) = 440190 +TIMESTAMP = 1499347358 +SHA256 (hspell-1.4.tar.gz) = 7310f5d58740d21d6d215c1179658602ef7da97a816bc1497c8764be97aabea3 +SIZE (hspell-1.4.tar.gz) = 572716 Modified: head/hebrew/hspell/pkg-descr ============================================================================== --- head/hebrew/hspell/pkg-descr Thu Jul 20 08:50:49 2017 (r446246) +++ head/hebrew/hspell/pkg-descr Thu Jul 20 08:59:52 2017 (r446247) @@ -7,4 +7,4 @@ the Hebrew Language. Hspell was written by Nadav Har'El and Dan Kenigsberg. -WWW: http://www.ivrix.org.il/projects/spell-checker/ +WWW: http://hspell.ivrix.org.il Modified: head/hebrew/hspell/pkg-plist ============================================================================== --- head/hebrew/hspell/pkg-plist Thu Jul 20 08:50:49 2017 (r446246) +++ head/hebrew/hspell/pkg-plist Thu Jul 20 08:59:52 2017 (r446247) @@ -4,6 +4,8 @@ bin/multispell include/hspell.h include/linginfo.h lib/libhspell.a +lib/libhspell.so +lib/libhspell.so.0 man/man1/hspell.1.gz man/man3/hspell.3.gz %%DATADIR%%/hebrew.wgz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707200859.v6K8xqVa029655>