ports/160364: [PATCH] www/p5-App-Nopaste: update to 0.31

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 1 13:40:09 UTC 2011


>Number:         160364
>Category:       ports
>Synopsis:       [PATCH] www/p5-App-Nopaste: update to 0.31
>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:   Thu Sep 01 13:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 23:23:51 CST
>Description:
- Update to 0.31
- Sort *_DEPENDS, OPTIONS, MAN3 and PLIST
- Use bsd.port.options.mk
- Pet portlint
- Fix PLIST: use @dirrmtry

Port maintainer (bapt at FreeBSD.org) is cc'd.

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

--- p5-App-Nopaste-0.31.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-App-Nopaste/Makefile,v
retrieving revision 1.16
diff -u -u -r1.16 Makefile
--- Makefile	28 Aug 2011 19:20:25 -0000	1.16
+++ Makefile	1 Sep 2011 13:32:27 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	App-Nopaste
-PORTVERSION=	0.30
+PORTVERSION=	0.31
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:SARTAK
@@ -15,49 +15,52 @@
 MAINTAINER=	bapt at FreeBSD.org
 COMMENT=	Easy access to any pastebin
 
-BUILD_DEPENDS+=	p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
-		p5-MooseX-Getopt>=0.17:${PORTSDIR}/devel/p5-MooseX-Getopt \
-		p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose \
+		p5-MooseX-Getopt>=0.17:${PORTSDIR}/devel/p5-MooseX-Getopt \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 OPTIONS=	CLIPBOARD "Support X11 Clipboard" On \
-		PASTEBIN "Support pastebin.com" On \
-		GITHUB "Support github" On
+		GITHUB "Support github" On \
+		PASTEBIN "Support pastebin.com" On
 
 PERL_CONFIGURE=	yes
 
-LICENSE_COMB=	dual
-LICENSE=	ART10 GPLv1
-
-CONFLICTS=	p5-WebService-NoPaste-0*
+CONFLICTS=	p5-WebService-NoPaste-[0-9]*
 
 MAN1=		nopaste.1
-
 MAN3=		App::Nopaste.3 \
 		App::Nopaste::Command.3 \
 		App::Nopaste::Service.3 \
+		App::Nopaste::Service::Codepeek.3 \
 		App::Nopaste::Service::Debian.3 \
 		App::Nopaste::Service::Gist.3 \
 		App::Nopaste::Service::PastebinCom.3 \
 		App::Nopaste::Service::Pastie.3 \
-		App::Nopaste::Service::Codepeek.3 \
 		App::Nopaste::Service::Shadowcat.3 \
 		App::Nopaste::Service::Snitch.3 \
-		App::Nopaste::Service::ssh.3 \
-		App::Nopaste::Service::Ubuntu.3
+		App::Nopaste::Service::Ubuntu.3 \
+		App::Nopaste::Service::ssh.3
 
-.include <bsd.port.pre.mk>
-.if defined(WITH_PASTEBIN)
-BUILD_DEPENDS+=	p5-WWW-Pastebin-PastebinCom-Create>=0:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
-RUN_DEPENDS+=	p5-WWW-Pastebin-PastebinCom-Create>=0:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
-.endif
-.if defined(WITH_CLIPBOARD)
+.include <bsd.port.options.mk>
+
+.if !defined(WITHOUT_CLIPBOARD)
 BUILD_DEPENDS+=	p5-Clipboard>=0:${PORTSDIR}/x11/p5-Clipboard
 RUN_DEPENDS+=	p5-Clipboard>=0:${PORTSDIR}/x11/p5-Clipboard
 .endif
-.if defined(WITH_GITHUB)
+
+.if !defined(WITHOUT_GITHUB)
 BUILD_DEPENDS+=	p5-Config-GitLike>=0:${PORTSDIR}/devel/p5-Config-GitLike
 RUN_DEPENDS+=	p5-Config-GitLike>=0:${PORTSDIR}/devel/p5-Config-GitLike
 .endif
-.include <bsd.port.post.mk>
+
+.if !defined(WITHOUT_PASTEBIN)
+BUILD_DEPENDS+=	p5-WWW-Pastebin-PastebinCom-Create>=0:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
+RUN_DEPENDS+=	p5-WWW-Pastebin-PastebinCom-Create>=0:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
+.endif
+
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-App-Nopaste/distinfo,v
retrieving revision 1.13
diff -u -u -r1.13 distinfo
--- distinfo	28 Aug 2011 19:20:25 -0000	1.13
+++ distinfo	1 Sep 2011 13:32:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (App-Nopaste-0.30.tar.gz) = 4679b2508b195347ebf413c68320780328dc33bc7fb512d47b7fee9cf0092291
-SIZE (App-Nopaste-0.30.tar.gz) = 38331
+SHA256 (App-Nopaste-0.31.tar.gz) = 02258b5c7d42a8b9177ba0b92b700173e11cac67314e5af3db0b43fa35a3363f
+SIZE (App-Nopaste-0.31.tar.gz) = 38443
--- p5-App-Nopaste-0.31.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list