ports/81736: Update Port: net/p5-Net-Delicious 0.6 -> 0.92

Aaron Dalton aaron at daltons.ca
Tue May 31 19:30:03 UTC 2005


>Number:         81736
>Category:       ports
>Synopsis:       Update Port: net/p5-Net-Delicious 0.6 -> 0.92
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 31 19:30:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD chariss.finch.st 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Sat Mar 5 16:29:20 MST 2005 ross at chariss.finch.st:/usr/src/sys/i386/compile/CHARISS i386


	
>Description:
# $Id: Changes,v 1.18 2004/12/12 22:42:48 asc Exp $

0.92     Fri Dec 10 2004

	 - ADDED 'update' method and corresponding constants
	   in N:D:C:Api

	 - UPDATED 'all_posts' to account for last updates

	 - UPDATED POD

	 - REPLACED ExtUtils::MakeMaker with ModuleBuild

0.91     Fri Oct 08 2004

	 - FIXED bug in N:D:P constructor that was ignoring
	   tags when invoked in a 'recent_posts' context

0.9      Wed Oct 06 2004

	 - Added 'delete_post' method

	 - Pass version number as part of User-Agent string

	 - Fixed a syntax error in error logging

0.8      Fri Oct 01 2004

	 - Added 'all_posts' and updated 'recent_posts' per 
	   changes to the API : http://lists.burri.to/pipermail/ \
	   delicious-discuss/2004-September/001112.html

0.71     Mon Sep 20 2004

	 - Fixed tag(s) method in N:D:P

0.7      Fri Sep 17 2004

	 - Added hooks to pause between requests and back-off
	   when service returns 503

>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
diff -ruN /usr/ports/net/p5-Net-Delicious/Makefile ./p5-Net-Delicious/Makefile
--- /usr/ports/net/p5-Net-Delicious/Makefile	Tue Aug  3 10:08:13 2004
+++ ./p5-Net-Delicious/Makefile	Tue May 31 13:15:38 2005
@@ -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 @@
 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}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
+		${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 -ruN /usr/ports/net/p5-Net-Delicious/distinfo ./p5-Net-Delicious/distinfo
--- /usr/ports/net/p5-Net-Delicious/distinfo	Tue Aug  3 10:08:13 2004
+++ ./p5-Net-Delicious/distinfo	Tue May 31 13:00:20 2005
@@ -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 -ruN /usr/ports/net/p5-Net-Delicious/pkg-plist ./p5-Net-Delicious/pkg-plist
--- /usr/ports/net/p5-Net-Delicious/pkg-plist	Tue Aug  3 10:08:13 2004
+++ ./p5-Net-Delicious/pkg-plist	Tue May 31 13:06:05 2005
@@ -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
--- submission.txt ends here ---


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



More information about the freebsd-ports-bugs mailing list