Bug 97349 - update textproc/p5-KinoSearch to latest
Summary: update textproc/p5-KinoSearch to latest
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-16 16:40 UTC by Vick Khera
Modified: 2006-05-17 17:03 UTC (History)
0 users

See Also:


Attachments
file.diff (1.60 KB, patch)
2006-05-16 16:40 UTC, Vick Khera
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vick Khera 2006-05-16 16:40:13 UTC
	

update textproc/p5-KinoSearch to latest release
Comment 1 Vick Khera 2006-05-16 16:56:09 UTC
sorry there was an error in the first patch.  here is the corrected  
patch.


diff -Pru p5-KinoSearch.old/Makefile p5-KinoSearch/Makefile
--- p5-KinoSearch.old/Makefile  Sun Apr 23 04:44:40 2006
+++ p5-KinoSearch/Makefile      Tue May 16 11:51:59 2006
@@ -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 @@
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 -Pru p5-KinoSearch.old/distinfo p5-KinoSearch/distinfo
--- p5-KinoSearch.old/distinfo  Sun Apr 23 04:44:40 2006
+++ p5-KinoSearch/distinfo      Tue May 16 11:24:18 2006
@@ -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
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2006-05-17 12:21:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Take.
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2006-05-17 12:21:53 UTC
State Changed
From-To: open->feedback

It seems your last patch got mangled. Could you please send the patch 
directly to me? Preferably as attachment.
Comment 4 Emanuel Haupt freebsd_committer freebsd_triage 2006-05-17 16:37:51 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 5 Emanuel Haupt freebsd_committer freebsd_triage 2006-05-17 17:03:35 UTC
State Changed
From-To: open->closed

Committed, thanks!