From 93eed3f8e07033efb29dd2da10512ba878c05695 Mon Sep 17 00:00:00 2001 From: okazaki Date: Thu, 12 Jun 2008 20:16:52 +0000 Subject: Update to 0.05 PR: 124477 Submitted by: Masahiro Teramoto (maintainer) --- textproc/p5-Hatena-Keyword/Makefile | 19 ++++++++++--------- textproc/p5-Hatena-Keyword/distinfo | 6 +++--- textproc/p5-Hatena-Keyword/pkg-descr | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) (limited to 'textproc/p5-Hatena-Keyword') diff --git a/textproc/p5-Hatena-Keyword/Makefile b/textproc/p5-Hatena-Keyword/Makefile index 8ed51b1e0bfc..30b0c11682ea 100644 --- a/textproc/p5-Hatena-Keyword/Makefile +++ b/textproc/p5-Hatena-Keyword/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Hatena-Keyword -PORTVERSION= 0.04 -PORTREVISION= 1 +PORTVERSION= 0.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/N/NA/NAOYA @@ -16,16 +15,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Extract Hatena Keywords in a string -BUILD_DEPENDS= ${SITE_PERL}/RPC/XML.pm:${PORTSDIR}/net/p5-RPC-XML \ - ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ - ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \ - ${SITE_PERL}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode +BUILD_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \ + p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ + ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \ + p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML \ + p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \ + p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Hatena::Keyword.3 -.include -.include +.include diff --git a/textproc/p5-Hatena-Keyword/distinfo b/textproc/p5-Hatena-Keyword/distinfo index 9def47b1c3fb..5f632ebe3a3c 100644 --- a/textproc/p5-Hatena-Keyword/distinfo +++ b/textproc/p5-Hatena-Keyword/distinfo @@ -1,3 +1,3 @@ -MD5 (Hatena-Keyword-0.04.tar.gz) = a0bc79dd29f98b2b644d8d47e19ce88b -SHA256 (Hatena-Keyword-0.04.tar.gz) = 3c315a32bc5dfd5db016d1b62f2ced75e7673f3ea3673dfca10564c6b55f72bd -SIZE (Hatena-Keyword-0.04.tar.gz) = 6138 +MD5 (Hatena-Keyword-0.05.tar.gz) = 7329a25bd266a4f2f94d7732f071028f +SHA256 (Hatena-Keyword-0.05.tar.gz) = de9a7a1a4d4b3c0231cc5cc4a7c45b4192aeca27a68b98ec6c3d4be121f22281 +SIZE (Hatena-Keyword-0.05.tar.gz) = 6192 diff --git a/textproc/p5-Hatena-Keyword/pkg-descr b/textproc/p5-Hatena-Keyword/pkg-descr index 5158ef4ba6f6..49f3dfab989c 100644 --- a/textproc/p5-Hatena-Keyword/pkg-descr +++ b/textproc/p5-Hatena-Keyword/pkg-descr @@ -13,4 +13,4 @@ You can implement the same kind of feature outside Hatena using this module. It queries Hatena Keyword Link API internally for retrieving terms Author: Naoya Ito -WWW: http://search.cpan.org/~naoya/Hatena-Keyword-0.04/ +WWW: http://search.cpan.org/~naoya/Hatena-Keyword/ -- cgit