ports/121003: [UPDATE] net/p5-Amazon-SQS-Simple

Felippe de Meirelles Motta lippemail at gmail.com
Sat Feb 23 19:50:02 UTC 2008


>Number:         121003
>Category:       ports
>Synopsis:       [UPDATE] net/p5-Amazon-SQS-Simple
>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 Feb 23 19:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe at shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 0.7
- Use CPAN macro
- Update pkg-plist
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Amazon-SQS-Simple/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	12 Dec 2007 13:33:32 -0000	1.1
+++ Makefile	21 Feb 2008 11:19:27 -0000
@@ -6,29 +6,26 @@
 #
 
 PORTNAME=	Amazon-SQS-Simple
-PORTVERSION=	0.5
+PORTVERSION=	0.7
 CATEGORIES=	net perl5
-MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	../../authors/id/S/SW/SWHITAKER
+MASTER_SITES=	CPAN/../../authors/id/S/SW/SWHITAKER
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	glarkin at sourcehosting.net
 COMMENT=	OO API for accessing the Amazon Simple Queue Service
 
-RUN_DEPENDS=	${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
-		${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
-		${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
-		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 BUILD_DEPENDS=	${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
 		${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
 		${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
 MAN3=		Amazon::SQS::Simple::Message.3 \
 		Amazon::SQS::Simple::Queue.3 \
 		Amazon::SQS::Simple::Base.3 \
+		Amazon::SQS::Simple::SendResponse.3 \
 		Amazon::SQS::Simple.3
 
 SUB_FILES=	pkg-message
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/p5-Amazon-SQS-Simple/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	12 Dec 2007 13:33:32 -0000	1.1
+++ distinfo	21 Feb 2008 11:19:27 -0000
@@ -1,3 +1,3 @@
-MD5 (Amazon-SQS-Simple-0.5.tar.gz) = 213d80ce0fda88f24f7e293076b5a44b
-SHA256 (Amazon-SQS-Simple-0.5.tar.gz) = c7ff78ae5f249e1f867a8780e9c7d5270277a0306f13a3c956872bbd1aef7626
-SIZE (Amazon-SQS-Simple-0.5.tar.gz) = 7589
+MD5 (Amazon-SQS-Simple-0.7.tar.gz) = 095d48a703038e658518934a5abec076
+SHA256 (Amazon-SQS-Simple-0.7.tar.gz) = 27f2a1d9c99400dc9aa983c028db1be41c46c607d55b1189a792d7fce49f5318
+SIZE (Amazon-SQS-Simple-0.7.tar.gz) = 7759
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/p5-Amazon-SQS-Simple/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	12 Dec 2007 13:33:32 -0000	1.1
+++ pkg-plist	21 Feb 2008 11:19:27 -0000
@@ -1,11 +1,20 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Amazon/SQS/Simple/.packlist
+%%SITE_PERL%%/Amazon/SQS/._Simple.pm
 %%SITE_PERL%%/Amazon/SQS/Simple.pm
+%%SITE_PERL%%/Amazon/SQS/Simple/._Base.pm
+%%SITE_PERL%%/Amazon/SQS/Simple/._Message.pm
+%%SITE_PERL%%/Amazon/SQS/Simple/._Queue.pm
+%%SITE_PERL%%/Amazon/SQS/Simple/._SendResponse.pm
 %%SITE_PERL%%/Amazon/SQS/Simple/Base.pm
 %%SITE_PERL%%/Amazon/SQS/Simple/Message.pm
 %%SITE_PERL%%/Amazon/SQS/Simple/Queue.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Amazon/SQS/Simple/.packlist
+%%SITE_PERL%%/Amazon/SQS/Simple/SendResponse.pm
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amazon/SQS/Simple
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amazon/SQS
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amazon
 @dirrm %%SITE_PERL%%/Amazon/SQS/Simple
 @dirrm %%SITE_PERL%%/Amazon/SQS
 @dirrm %%SITE_PERL%%/Amazon
+ at dirrmtry %%SITE_PERL%%/Amazon/SQS/Simple
+ at dirrmtry %%SITE_PERL%%/Amazon/SQS
+ at dirrmtry %%SITE_PERL%%/Amazon


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



More information about the freebsd-ports-bugs mailing list