Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2006 21:46:48 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ascope@cpan.org
Subject:   ports/92457: [PATCH] net/p5-Net-Delicious: update to 0.96
Message-ID:  <20060128134648.2C12DB29CA6@utopia.leeym.com>
Resent-Message-ID: <200601281350.k0SDo2Vj005459@freefall.freebsd.org>

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

>Number:         92457
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-Delicious: update to 0.96
>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:   Sat Jan 28 13:50:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan 22 07:54:24 CST 2006
>Description:
- Update to 0.96

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

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

--- p5-Net-Delicious-0.96.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-Delicious/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	21 Jul 2005 21:06:28 -0000	1.4
+++ Makefile	28 Jan 2006 13:46:31 -0000
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	Net-Delicious
-PORTVERSION=	0.92
-PORTREVISION=	2
+PORTVERSION=	0.96
+PORTREVISION=	0
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
@@ -31,6 +31,7 @@
 PERL_MODBUILD=	yes
 
 MAN3=		Net::Delicious.3 \
+		Net::Delicious::Bundle.3 \
 		Net::Delicious::Constants.3 \
 		Net::Delicious::Constants::Api.3 \
 		Net::Delicious::Constants::Pause.3 \
@@ -38,6 +39,7 @@
 		Net::Delicious::Constants::Uri.3 \
 		Net::Delicious::Date.3 \
 		Net::Delicious::Iterator.3 \
+		Net::Delicious::Object.3 \
 		Net::Delicious::Post.3 \
 		Net::Delicious::Subscription.3 \
 		Net::Delicious::Tag.3 \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-Delicious/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	22 Jan 2006 21:23:25 -0000	1.3
+++ distinfo	28 Jan 2006 13:46:31 -0000
@@ -1,3 +1,3 @@
-MD5 (Net-Delicious-0.92.tar.gz) = a8162c5742edfc0a2b5b86eab3703207
-SHA256 (Net-Delicious-0.92.tar.gz) = 2734937f7a825a8acf99084a97dbe93b732d24e19438ed407fe06145a4bc2297
-SIZE (Net-Delicious-0.92.tar.gz) = 10866
+MD5 (Net-Delicious-0.96.tar.gz) = 142c1443aaee9f87c84e768880c5200a
+SHA256 (Net-Delicious-0.96.tar.gz) = 40400446025618a7f1265fecd9e1fe8f5cbe2224f920f13097aabcd22787e114
+SIZE (Net-Delicious-0.96.tar.gz) = 13717
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-Delicious/pkg-plist,v
retrieving revision 1.4
diff -u -u -r1.4 pkg-plist
--- pkg-plist	22 Jan 2006 02:45:54 -0000	1.4
+++ pkg-plist	28 Jan 2006 13:46:31 -0000
@@ -1,4 +1,5 @@
 %%SITE_PERL%%/Net/Delicious.pm
+%%SITE_PERL%%/Net/Delicious/Bundle.pm
 %%SITE_PERL%%/Net/Delicious/Constants.pm
 %%SITE_PERL%%/Net/Delicious/Constants/Api.pm
 %%SITE_PERL%%/Net/Delicious/Constants/Pause.pm
@@ -6,6 +7,7 @@
 %%SITE_PERL%%/Net/Delicious/Constants/Uri.pm
 %%SITE_PERL%%/Net/Delicious/Date.pm
 %%SITE_PERL%%/Net/Delicious/Iterator.pm
+%%SITE_PERL%%/Net/Delicious/Object.pm
 %%SITE_PERL%%/Net/Delicious/Post.pm
 %%SITE_PERL%%/Net/Delicious/Subscription.pm
 %%SITE_PERL%%/Net/Delicious/Tag.pm
--- p5-Net-Delicious-0.96.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?20060128134648.2C12DB29CA6>