diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-07-14 15:34:35 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-07-14 15:34:35 +0000 |
commit | 0be2d054f1aa5af585aa7423679182e8b432e006 (patch) | |
tree | f30a5bed0389cb58eb8d20c647627fb95002dc90 /net | |
parent | With 24/32-bit xwd files, xv swaps the red and blue channels. With 16-bit xwd (diff) |
- Update to v1.01
PR: ports/99352
Submitted by: aaron
Approved by: maintainer timout, tobez (implicit)
Notes
Notes:
svn path=/head/; revision=167798
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Delicious/Makefile | 18 | ||||
-rw-r--r-- | net/p5-Net-Delicious/distinfo | 6 | ||||
-rw-r--r-- | net/p5-Net-Delicious/pkg-plist | 4 |
3 files changed, 18 insertions, 10 deletions
diff --git a/net/p5-Net-Delicious/Makefile b/net/p5-Net-Delicious/Makefile index 39ede2e42ec4..ce1d408b70dc 100644 --- a/net/p5-Net-Delicious/Makefile +++ b/net/p5-Net-Delicious/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Net-Delicious -PORTVERSION= 0.96 -PORTREVISION= 0 +PORTVERSION= 1.01 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -17,14 +16,16 @@ 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}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ ${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}/IO/AtomicFile.pm:${PORTSDIR}/devel/p5-IO-stringy \ + ${SITE_PERL}/Config/Simple.pm:${PORTSDIR}/devel/p5-Config-Simple \ + ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS= ${BUILD_DEPENDS} @@ -32,8 +33,9 @@ PERL_MODBUILD= yes MAN3= Net::Delicious.3 \ Net::Delicious::Bundle.3 \ + Net::Delicious::Config.3 \ Net::Delicious::Constants.3 \ - Net::Delicious::Constants::Api.3 \ + Net::Delicious::Constants::Config.3 \ Net::Delicious::Constants::Pause.3 \ Net::Delicious::Constants::Response.3 \ Net::Delicious::Constants::Uri.3 \ @@ -45,4 +47,10 @@ MAN3= Net::Delicious.3 \ Net::Delicious::Tag.3 \ Net::Delicious::User.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 # inherited from www/p5-libwww +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/net/p5-Net-Delicious/distinfo b/net/p5-Net-Delicious/distinfo index 4f21115ffe03..1c0bf92a8df2 100644 --- a/net/p5-Net-Delicious/distinfo +++ b/net/p5-Net-Delicious/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-Delicious-0.96.tar.gz) = 142c1443aaee9f87c84e768880c5200a -SHA256 (Net-Delicious-0.96.tar.gz) = 40400446025618a7f1265fecd9e1fe8f5cbe2224f920f13097aabcd22787e114 -SIZE (Net-Delicious-0.96.tar.gz) = 13717 +MD5 (Net-Delicious-1.01.tar.gz) = b17e70e0d96ef99e7df39289e74d9ecf +SHA256 (Net-Delicious-1.01.tar.gz) = 6c252a6fe74d207c73c1a7f5fc7daa573589fa1368570abfe5552de406761070 +SIZE (Net-Delicious-1.01.tar.gz) = 18555 diff --git a/net/p5-Net-Delicious/pkg-plist b/net/p5-Net-Delicious/pkg-plist index 2f549132303f..620655898734 100644 --- a/net/p5-Net-Delicious/pkg-plist +++ b/net/p5-Net-Delicious/pkg-plist @@ -1,7 +1,8 @@ %%SITE_PERL%%/Net/Delicious.pm %%SITE_PERL%%/Net/Delicious/Bundle.pm +%%SITE_PERL%%/Net/Delicious/Config.pm %%SITE_PERL%%/Net/Delicious/Constants.pm -%%SITE_PERL%%/Net/Delicious/Constants/Api.pm +%%SITE_PERL%%/Net/Delicious/Constants/Config.pm %%SITE_PERL%%/Net/Delicious/Constants/Pause.pm %%SITE_PERL%%/Net/Delicious/Constants/Response.pm %%SITE_PERL%%/Net/Delicious/Constants/Uri.pm @@ -12,7 +13,6 @@ %%SITE_PERL%%/Net/Delicious/Subscription.pm %%SITE_PERL%%/Net/Delicious/Tag.pm %%SITE_PERL%%/Net/Delicious/User.pm -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrm %%SITE_PERL%%/Net/Delicious/Constants @dirrm %%SITE_PERL%%/Net/Delicious @dirrmtry %%SITE_PERL%%/Net |