diff options
author | cpm <cpm@FreeBSD.org> | 2017-07-20 16:59:52 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2017-07-20 16:59:52 +0800 |
commit | 00abbba9b839d5a5587f171b2a85bef7f01c3b88 (patch) | |
tree | aa8bbbacd23189e966cdc3a43e51bf81c22348a4 | |
parent | a0db51846e2906ffc9de27cde7973a670f01887c (diff) | |
download | freebsd-ports-gnome-00abbba9b839d5a5587f171b2a85bef7f01c3b88.tar.gz freebsd-ports-gnome-00abbba9b839d5a5587f171b2a85bef7f01c3b88.tar.zst freebsd-ports-gnome-00abbba9b839d5a5587f171b2a85bef7f01c3b88.zip |
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)
-rw-r--r-- | hebrew/hspell/Makefile | 19 | ||||
-rw-r--r-- | hebrew/hspell/distinfo | 5 | ||||
-rw-r--r-- | hebrew/hspell/pkg-descr | 2 | ||||
-rw-r--r-- | hebrew/hspell/pkg-plist | 2 |
4 files changed, 19 insertions, 9 deletions
diff --git a/hebrew/hspell/Makefile b/hebrew/hspell/Makefile index 0dbc23d2c439..d445bddac5ac 100644 --- a/hebrew/hspell/Makefile +++ b/hebrew/hspell/Makefile @@ -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> diff --git a/hebrew/hspell/distinfo b/hebrew/hspell/distinfo index 9f970e76b440..667f905b58a8 100644 --- a/hebrew/hspell/distinfo +++ b/hebrew/hspell/distinfo @@ -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 diff --git a/hebrew/hspell/pkg-descr b/hebrew/hspell/pkg-descr index 3c8b8aa6c016..6cf5d4b48fed 100644 --- a/hebrew/hspell/pkg-descr +++ b/hebrew/hspell/pkg-descr @@ -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 diff --git a/hebrew/hspell/pkg-plist b/hebrew/hspell/pkg-plist index 59128bf2136b..6ff145066c57 100644 --- a/hebrew/hspell/pkg-plist +++ b/hebrew/hspell/pkg-plist @@ -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 |