ports/145216: [MAINTAINER] www/p5-App-Nopaste: update to 0.19

Bapt baptiste.daroussin at gmail.com
Tue Mar 30 17:00:19 UTC 2010


>Number:         145216
>Category:       ports
>Synopsis:       [MAINTAINER] www/p5-App-Nopaste: update to 0.19
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 30 17:00:16 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Bapt
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 8.0-STABLE FreeBSD 8.0-STABLE #3: Sun Jan 10 20:39:38 CET 2010
>Description:
- Update to 0.19

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

--- p5-App-Nopaste-0.19.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/p5-App-Nopaste.orig/Makefile /usr/ports/www/p5-App-Nopaste/Makefile
--- /usr/ports/www/p5-App-Nopaste.orig/Makefile	2010-02-03 21:58:46.000000000 +0100
+++ /usr/ports/www/p5-App-Nopaste/Makefile	2010-03-30 18:54:44.571897200 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	App-Nopaste
-PORTVERSION=	0.18
-PORTREVISION=	1
+PORTVERSION=	0.19
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -23,7 +22,6 @@
 
 OPTIONS=	CLIPBOARD "Support Clipboard" On \
 		PASTEBIN "Support pastebin.com" On \
-		RAFB "Support rafb.net" On \
 		GITHUB "Support github" Off
 
 PERL_CONFIGURE=	yes
@@ -41,20 +39,15 @@
 		App::Nopaste::Service::Mathbin.3 \
 		App::Nopaste::Service::PastebinCom.3 \
 		App::Nopaste::Service::Pastie.3 \
-		App::Nopaste::Service::Rafb.3 \
 		App::Nopaste::Service::Shadowcat.3 \
-		App::Nopaste::Service::Snitch.3 \
-		App::Nopaste::Service::ssh.3
+		App::Nopaste::Service::SSH.3 \
+		App::Nopaste::Service::Snitch.3
 
 .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
 RUN_DEPENDS+=	${SITE_PERL}/WWW/Pastebin/PastebinCom/Create.pm:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
 .endif
-.if defined(WITH_RAFB)
-BUILD_DEPENDS+=	${SITE_PERL}/WWW/Pastebin/RafbNet/Create.pm:${PORTSDIR}/www/p5-WWW-Pastebin-RafbNet-Create
-RUN_DEPENDS+=	${SITE_PERL}/WWW/Pastebin/RafbNet/Create.pm:${PORTSDIR}/www/p5-WWW-Pastebin-RafbNet-Create
-.endif
 .if defined(WITH_CLIPBOARD)
 BUILD_DEPENDS+=	${SITE_PERL}/Clipboard.pm:${PORTSDIR}/x11/p5-Clipboard
 RUN_DEPENDS+=	${SITE_PERL}/Clipboard.pm:${PORTSDIR}/x11/p5-Clipboard
diff -ruN --exclude=CVS /usr/ports/www/p5-App-Nopaste.orig/distinfo /usr/ports/www/p5-App-Nopaste/distinfo
--- /usr/ports/www/p5-App-Nopaste.orig/distinfo	2010-01-13 10:57:35.000000000 +0100
+++ /usr/ports/www/p5-App-Nopaste/distinfo	2010-03-30 18:44:16.468033203 +0200
@@ -1,3 +1,3 @@
-MD5 (App-Nopaste-0.18.tar.gz) = 849835ac69a40b229da9366bdb44c99c
-SHA256 (App-Nopaste-0.18.tar.gz) = 475e5b8cc96ddd3a0a203aa03b2bcf57e192398d9b0f1801aef09287a7155e88
-SIZE (App-Nopaste-0.18.tar.gz) = 29980
+MD5 (App-Nopaste-0.19.tar.gz) = 4acad80114a722956f6f1115469238d1
+SHA256 (App-Nopaste-0.19.tar.gz) = 884c690d19ec4a44fa93309f1b608af4473e8dd160943beb08e946f270b6803b
+SIZE (App-Nopaste-0.19.tar.gz) = 30098
diff -ruN --exclude=CVS /usr/ports/www/p5-App-Nopaste.orig/pkg-plist /usr/ports/www/p5-App-Nopaste/pkg-plist
--- /usr/ports/www/p5-App-Nopaste.orig/pkg-plist	2010-01-13 10:57:35.000000000 +0100
+++ /usr/ports/www/p5-App-Nopaste/pkg-plist	2010-03-30 18:54:29.944947475 +0200
@@ -8,10 +8,9 @@
 %%SITE_PERL%%/App/Nopaste/Service/Mathbin.pm
 %%SITE_PERL%%/App/Nopaste/Service/PastebinCom.pm
 %%SITE_PERL%%/App/Nopaste/Service/Pastie.pm
-%%SITE_PERL%%/App/Nopaste/Service/Rafb.pm
 %%SITE_PERL%%/App/Nopaste/Service/Shadowcat.pm
 %%SITE_PERL%%/App/Nopaste/Service/Snitch.pm
-%%SITE_PERL%%/App/Nopaste/Service/ssh.pm
+%%SITE_PERL%%/App/Nopaste/Service/SSH.pm
 bin/nopaste
 @dirrm %%SITE_PERL%%/App/Nopaste/Service
 @dirrm %%SITE_PERL%%/App/Nopaste
--- p5-App-Nopaste-0.19.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list