ports/99352: [PATCH] net/p5-Net-Delicious: update to 1.01

Aaron Dalton aaron at FreeBSD.org
Fri Jun 23 04:50:20 UTC 2006


>Number:         99352
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-Delicious: update to 1.01
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 23 04:50:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC
>Description:
- Update to 1.01

Port maintainer (ascope at cpan.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Net-Delicious-1.01.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-Delicious/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	28 Jan 2006 20:20:46 -0000	1.5
+++ Makefile	23 Jun 2006 04:46:31 -0000
@@ -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 @@
 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 @@
 
 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 @@
 		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>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-Delicious/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	28 Jan 2006 20:20:46 -0000	1.4
+++ distinfo	23 Jun 2006 04:46:31 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-Delicious/pkg-plist,v
retrieving revision 1.5
diff -u -u -r1.5 pkg-plist
--- pkg-plist	28 Jan 2006 20:20:46 -0000	1.5
+++ pkg-plist	23 Jun 2006 04:46:31 -0000
@@ -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
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
 @dirrm %%SITE_PERL%%/Net/Delicious/Constants
 @dirrm %%SITE_PERL%%/Net/Delicious
 @dirrmtry %%SITE_PERL%%/Net
--- p5-Net-Delicious-1.01.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list