diff options
author | makc <makc@FreeBSD.org> | 2009-01-25 03:12:31 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-01-25 03:12:31 +0800 |
commit | bdfb7a909ee99a92b6c01c981dc492863eb0084e (patch) | |
tree | 52c7e39f0194af5bdb09c3f3b40343ff7949bb73 /hebrew/hspell | |
parent | bf0c79efa5a1dd403ad352d22263fa0763f6b14e (diff) | |
download | freebsd-ports-gnome-bdfb7a909ee99a92b6c01c981dc492863eb0084e.tar.gz freebsd-ports-gnome-bdfb7a909ee99a92b6c01c981dc492863eb0084e.tar.zst freebsd-ports-gnome-bdfb7a909ee99a92b6c01c981dc492863eb0084e.zip |
Update to 1.0,
sort plist,
add -fPIC flag to fix linking with hspell library.
PR: ports/130353
Submitted by: self
Approved by: Jonatan B (maintainer), miwi (implicit)
Diffstat (limited to 'hebrew/hspell')
-rw-r--r-- | hebrew/hspell/Makefile | 7 | ||||
-rw-r--r-- | hebrew/hspell/distinfo | 6 | ||||
-rw-r--r-- | hebrew/hspell/pkg-plist | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/hebrew/hspell/Makefile b/hebrew/hspell/Makefile index 6224d7b19870..eb1868d46f50 100644 --- a/hebrew/hspell/Makefile +++ b/hebrew/hspell/Makefile @@ -6,9 +6,11 @@ # PORTNAME= hspell -PORTVERSION= 0.8 +PORTVERSION= 1.0 CATEGORIES= hebrew -MASTER_SITES= http://www.ivrix.org.il/projects/spell-checker/ +MASTER_SITES= http://www.ivrix.org.il/projects/spell-checker/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= makc MAINTAINER= onatan@gmail.com COMMENT= Hebrew spellchecker and morphology engine @@ -16,6 +18,7 @@ COMMENT= Hebrew spellchecker and morphology engine USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CFLAGS+= -fPIC MAN1= hspell.1 MAN3= hspell.3 diff --git a/hebrew/hspell/distinfo b/hebrew/hspell/distinfo index cd9df908d302..968a1afbe96e 100644 --- a/hebrew/hspell/distinfo +++ b/hebrew/hspell/distinfo @@ -1,3 +1,3 @@ -MD5 (hspell-0.8.tar.gz) = 67f402162bdb4f5e7b3099572de1342e -SHA256 (hspell-0.8.tar.gz) = 3756f01a86b7ebbd0499860905d00ae9abca1bedbc11d4f8890a47124cb7ef5a -SIZE (hspell-0.8.tar.gz) = 226838 +MD5 (hspell-1.0.tar.gz) = 3e12fa383c2cfd430918d115f33f9841 +SHA256 (hspell-1.0.tar.gz) = 19919d8aea49f37277f82b090ddf81fbedf3cc693f3eaf034dddf8a3bddc2e50 +SIZE (hspell-1.0.tar.gz) = 292215 diff --git a/hebrew/hspell/pkg-plist b/hebrew/hspell/pkg-plist index d7bedae5b184..3353516ffd1f 100644 --- a/hebrew/hspell/pkg-plist +++ b/hebrew/hspell/pkg-plist @@ -1,12 +1,11 @@ -@comment $FreeBSD$ bin/hspell bin/hspell-i bin/multispell -lib/libhspell.a include/hspell.h include/linginfo.h +lib/libhspell.a %%DATADIR%%/hebrew.wgz +%%DATADIR%%/hebrew.wgz.hints %%DATADIR%%/hebrew.wgz.prefixes %%DATADIR%%/hebrew.wgz.sizes -%%DATADIR%%/hebrew.wgz.hints @dirrm %%DATADIR%% |