Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2009 06:45:43 GMT
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/141547: [PATCH] www/p5-App-Nopaste: update to 0.17
Message-ID:  <200912150645.nBF6jhBC067539@frieza.p6m7g8.net>
Resent-Message-ID: <200912150650.nBF6ojiE044886@freefall.freebsd.org>

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

>Number:         141547
>Category:       ports
>Synopsis:       [PATCH] www/p5-App-Nopaste: update to 0.17
>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:   Tue Dec 15 06:50:45 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Dec  8 02:25:55 UTC
>Description:
- Update to 0.17

Port maintainer (baptiste.daroussin@gmail.com) is cc'd.

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

--- p5-App-Nopaste-0.17.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-App-Nopaste/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	12 Mar 2009 16:51:59 -0000	1.1
+++ Makefile	15 Dec 2009 02:35:36 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	App-Nopaste
-PORTVERSION=	0.10
+PORTVERSION=	0.17
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -31,9 +31,12 @@
 
 CONFLICTS=	p5-WebService-NoPaste-0*
 
+MAN1=	nopaste.1
+
 MAN3=		App::Nopaste.3 \
 		App::Nopaste::Command.3 \
 		App::Nopaste::Service.3 \
+		App::Nopaste::Service::Debian.3 \
 		App::Nopaste::Service::Gist.3 \
 		App::Nopaste::Service::Husk.3 \
 		App::Nopaste::Service::Mathbin.3 \
@@ -43,8 +46,6 @@
 		App::Nopaste::Service::Shadowcat.3 \
 		App::Nopaste::Service::Snitch.3
 
-MAN1=		nopaste.1
-
 .include <bsd.port.pre.mk>
 .if defined(WITH_PASTEBIN)
 BUILD_DEPENDS+=	${SITE_PERL}/WWW/Pastebin/PastebinCom/Create.pm:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-App-Nopaste/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	12 Mar 2009 16:51:59 -0000	1.1
+++ distinfo	14 Dec 2009 06:45:16 -0000
@@ -1,3 +1,3 @@
-MD5 (App-Nopaste-0.10.tar.gz) = 78d560ad4fb67cb8ceb0d84c4de40ed0
-SHA256 (App-Nopaste-0.10.tar.gz) = 47057ad4482cec267443f21e61b0fe387ef5858fe4dd6745726db5d0b163cd4f
-SIZE (App-Nopaste-0.10.tar.gz) = 26323
+MD5 (App-Nopaste-0.17.tar.gz) = ce11a0ee582ea2f97ac354d9424137d9
+SHA256 (App-Nopaste-0.17.tar.gz) = f21d511a457ea5be67f342cecd3102f9f0a614e915e1a7f89e885d1bc68c0d33
+SIZE (App-Nopaste-0.17.tar.gz) = 30231
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-App-Nopaste/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	12 Mar 2009 16:51:59 -0000	1.1
+++ pkg-plist	15 Dec 2009 02:34:34 -0000
@@ -1,7 +1,8 @@
-bin/nopaste
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Nopaste/.packlist
 %%SITE_PERL%%/App/Nopaste.pm
 %%SITE_PERL%%/App/Nopaste/Command.pm
 %%SITE_PERL%%/App/Nopaste/Service.pm
+%%SITE_PERL%%/App/Nopaste/Service/Debian.pm
 %%SITE_PERL%%/App/Nopaste/Service/Gist.pm
 %%SITE_PERL%%/App/Nopaste/Service/Husk.pm
 %%SITE_PERL%%/App/Nopaste/Service/Mathbin.pm
@@ -10,9 +11,9 @@
 %%SITE_PERL%%/App/Nopaste/Service/Rafb.pm
 %%SITE_PERL%%/App/Nopaste/Service/Shadowcat.pm
 %%SITE_PERL%%/App/Nopaste/Service/Snitch.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Nopaste/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Nopaste
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App
+bin/nopaste
 @dirrm %%SITE_PERL%%/App/Nopaste/Service
 @dirrm %%SITE_PERL%%/App/Nopaste
 @dirrm %%SITE_PERL%%/App
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Nopaste
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App
--- p5-App-Nopaste-0.17.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?200912150645.nBF6jhBC067539>