Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2006 23:20:32 -0600 (MDT)
From:      "Aaron Dalton" <aaron@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ascope@cpan.org
Subject:   ports/98923: [PATCH] net/p5-Net-Delicious: update to 0.99
Message-ID:  <200606140520.k5E5KWii060023@moondance.itsy-bitsy.net>
Resent-Message-ID: <200606140530.k5E5UEpx082132@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98923
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-Delicious: update to 0.99
>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:   Wed Jun 14 05:30:14 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 0.99
- Restrict to Perl 5.6+ due to dependency upon www/p5-libwww

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

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

--- p5-Net-Delicious-0.99.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	14 Jun 2006 05:18:03 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Net-Delicious
-PORTVERSION=	0.96
-PORTREVISION=	0
+PORTVERSION=	0.99
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
@@ -17,9 +16,9 @@
 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 \
@@ -43,6 +42,12 @@
 		Net::Delicious::Post.3 \
 		Net::Delicious::Subscription.3 \
 		Net::Delicious::Tag.3 \
-		Net::Delicious::User.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	14 Jun 2006 05:18:03 -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-0.99.tar.gz) = 6df4484832dcaf72ed82b86d886029db
+SHA256 (Net-Delicious-0.99.tar.gz) = aa8839cd6b71e1a601047e059e478294cc29bf84bac19db3ae1a17f7b0c94976
+SIZE (Net-Delicious-0.99.tar.gz) = 14851
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	14 Jun 2006 05:18:03 -0000
@@ -12,7 +12,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
--- p5-Net-Delicious-0.99.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606140520.k5E5KWii060023>