diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-05-18 00:03:05 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-05-18 00:03:05 +0800 |
commit | ce2a3d0a5ffd38803214e1017389039dba4502e1 (patch) | |
tree | 9131a3d5547ce67202d27d2a00fd786e74f9eb99 /textproc/p5-KinoSearch | |
parent | 5c2b17f436f5e07b15277825cb8fca3a16739ef1 (diff) | |
download | freebsd-ports-gnome-ce2a3d0a5ffd38803214e1017389039dba4502e1.tar.gz freebsd-ports-gnome-ce2a3d0a5ffd38803214e1017389039dba4502e1.tar.zst freebsd-ports-gnome-ce2a3d0a5ffd38803214e1017389039dba4502e1.zip |
Update to 0.10
PR: 97349
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'textproc/p5-KinoSearch')
-rw-r--r-- | textproc/p5-KinoSearch/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-KinoSearch/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/textproc/p5-KinoSearch/Makefile b/textproc/p5-KinoSearch/Makefile index b9fce6070c6b..c47f408b5242 100644 --- a/textproc/p5-KinoSearch/Makefile +++ b/textproc/p5-KinoSearch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= KinoSearch -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= textproc perl5 #MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= http://www.rectangular.com/downloads/ @@ -15,9 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org COMMENT= A Perl search engine library -BUILD_DEPENDS= ${SITE_PERL}/Lingua/StopWords.pm:${PORTSDIR}/textproc/p5-Lingua-StopWords \ - ${SITE_PERL}/${PERL_ARCH}/Lingua/Stem/Snowball.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball \ - ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone +BUILD_DEPENDS= p5-Lingua-StopWords>=0.02:${PORTSDIR}/textproc/p5-Lingua-StopWords \ + p5-Lingua-Stem-Snowball>=0.94:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball \ + p5-Clone>=0.18:${PORTSDIR}/devel/p5-Clone \ + p5-Compress-Zlib>=0.0:${PORTSDIR}/archivers/p5-Compress-Zlib RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/textproc/p5-KinoSearch/distinfo b/textproc/p5-KinoSearch/distinfo index 7d52eb8ed045..09d0c5648485 100644 --- a/textproc/p5-KinoSearch/distinfo +++ b/textproc/p5-KinoSearch/distinfo @@ -1,3 +1,3 @@ -MD5 (KinoSearch-0.09.tar.gz) = 698217e7a7c75be02eedf1225efb7a98 -SHA256 (KinoSearch-0.09.tar.gz) = aaf010907fefd806eb15ca5f51bdd466811c73f50d0a6678dff6bcd375431a3b -SIZE (KinoSearch-0.09.tar.gz) = 196257 +MD5 (KinoSearch-0.10.tar.gz) = 4a3405e7f41ec2cab835e4f9ef8661cf +SHA256 (KinoSearch-0.10.tar.gz) = 3c12ee11c26418affb2031698ca0961475fc052c18883abfacb08b320939285e +SIZE (KinoSearch-0.10.tar.gz) = 200485 |