diff options
author | flz <flz@FreeBSD.org> | 2005-06-23 11:00:28 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-23 11:00:28 +0000 |
commit | c3576409cc88b370572ee6cb9d8ef5d9e0c4d1c3 (patch) | |
tree | 4a6b723b8d16078263096372d0a37a511eef2361 /net | |
parent | 8a77bd1354269d98187d889faa68b22bc9fbe77e (diff) | |
download | FreeBSD-ports-c3576409cc88b370572ee6cb9d8ef5d9e0c4d1c3.zip FreeBSD-ports-c3576409cc88b370572ee6cb9d8ef5d9e0c4d1c3.tar.gz |
- Update to 0.92.
PR: ports/81736
Submitted by: Aaron Dalton <aaron@daltons.ca>
Approved by: maintainer timeout (3 weeks)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Delicious/Makefile | 11 | ||||
-rw-r--r-- | net/p5-Net-Delicious/distinfo | 4 | ||||
-rw-r--r-- | net/p5-Net-Delicious/pkg-plist | 1 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net/p5-Net-Delicious/Makefile b/net/p5-Net-Delicious/Makefile index 0e29a5a..4554213 100644 --- a/net/p5-Net-Delicious/Makefile +++ b/net/p5-Net-Delicious/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Delicious -PORTVERSION= 0.6 +PORTVERSION= 0.92 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -16,17 +16,22 @@ MAINTAINER= ascope@cpan.org COMMENT= OOP for managing posts on del.icio.us BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \ ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple + ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ + ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Net::Delicious.3 \ Net::Delicious::Constants.3 \ Net::Delicious::Constants::Api.3 \ + Net::Delicious::Constants::Pause.3 \ Net::Delicious::Constants::Response.3 \ Net::Delicious::Constants::Uri.3 \ Net::Delicious::Date.3 \ diff --git a/net/p5-Net-Delicious/distinfo b/net/p5-Net-Delicious/distinfo index d9b1714..ff25606 100644 --- a/net/p5-Net-Delicious/distinfo +++ b/net/p5-Net-Delicious/distinfo @@ -1,2 +1,2 @@ -MD5 (Net-Delicious-0.6.tar.gz) = 547f17d0c39f3abea9fc6db0c8e15833 -SIZE (Net-Delicious-0.6.tar.gz) = 7262 +MD5 (Net-Delicious-0.92.tar.gz) = a8162c5742edfc0a2b5b86eab3703207 +SIZE (Net-Delicious-0.92.tar.gz) = 10866 diff --git a/net/p5-Net-Delicious/pkg-plist b/net/p5-Net-Delicious/pkg-plist index abd9ec5..338cb1e 100644 --- a/net/p5-Net-Delicious/pkg-plist +++ b/net/p5-Net-Delicious/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/Net/Delicious.pm %%SITE_PERL%%/Net/Delicious/Constants.pm %%SITE_PERL%%/Net/Delicious/Constants/Api.pm +%%SITE_PERL%%/Net/Delicious/Constants/Pause.pm %%SITE_PERL%%/Net/Delicious/Constants/Response.pm %%SITE_PERL%%/Net/Delicious/Constants/Uri.pm %%SITE_PERL%%/Net/Delicious/Date.pm |