From owner-svn-ports-head@FreeBSD.ORG Thu Jul 31 18:54:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9691C1AA; Thu, 31 Jul 2014 18:54:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A16B2847; Thu, 31 Jul 2014 18:54:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VIsKYQ048658; Thu, 31 Jul 2014 18:54:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VIsJkl048655; Thu, 31 Jul 2014 18:54:19 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407311854.s6VIsJkl048655@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Jul 2014 18:54:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363653 - head/www/p5-WebService-NoPaste X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 18:54:20 -0000 Author: sunpoet Date: Thu Jul 31 18:54:19 2014 New Revision: 363653 URL: http://svnweb.freebsd.org/changeset/ports/363653 QAT: https://qat.redports.org/buildarchive/r363653/ Log: - Add LICENSE - Remove leading indefinite article from COMMENT - Sort *_DEPENDS - Convert to new options helper - Simplify Makefile - Sort PLIST - Remove Author line - Use single space after WWW: Modified: head/www/p5-WebService-NoPaste/Makefile head/www/p5-WebService-NoPaste/pkg-descr head/www/p5-WebService-NoPaste/pkg-plist Modified: head/www/p5-WebService-NoPaste/Makefile ============================================================================== --- head/www/p5-WebService-NoPaste/Makefile Thu Jul 31 18:54:12 2014 (r363652) +++ head/www/p5-WebService-NoPaste/Makefile Thu Jul 31 18:54:19 2014 (r363653) @@ -8,31 +8,28 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org -COMMENT= A pastebin web application to upload snippets of text +COMMENT= Pastebin web application to upload snippets of text + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy + p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= shebangfix perl5 -USE_PERL5= configure -SHEBANG_FILES= nopaste - OPTIONS_DEFINE= X11 X11_DESC= X11 Clipboard support -.include +USE_PERL5= configure +USES= shebangfix perl5 + +SHEBANG_FILES= nopaste -.if ${PORT_OPTIONS:MX11} -BUILD_DEPENDS+= p5-Clipboard>=0:${PORTSDIR}/x11/p5-Clipboard -.else -EXTRA_PATCHES+= ${FILESDIR}/extrapatch-lib-WebService-NoPaste.pm -.endif +X11_BUILD_DEPENDS= p5-Clipboard>=0:${PORTSDIR}/x11/p5-Clipboard +X11_EXTRA_PATCHES_OFF= ${FILESDIR}/extrapatch-lib-WebService-NoPaste.pm post-patch: -.if ! ${PORT_OPTIONS:MX11} - @${RM} ${WRKSRC}/lib/WebService/NoPaste.pm.orig -.endif + -@${RM} ${WRKSRC}/lib/WebService/NoPaste.pm.orig .include Modified: head/www/p5-WebService-NoPaste/pkg-descr ============================================================================== --- head/www/p5-WebService-NoPaste/pkg-descr Thu Jul 31 18:54:12 2014 (r363652) +++ head/www/p5-WebService-NoPaste/pkg-descr Thu Jul 31 18:54:19 2014 (r363653) @@ -1,5 +1,4 @@ A pastebin web application to upload snippets of text to a webserver. Pastebins are often used in IRC channels to show large amuonts of text. -Author: Ryan King -WWW: http://search.cpan.org/dist/WebService-NoPaste/ +WWW: http://search.cpan.org/dist/WebService-NoPaste/ Modified: head/www/p5-WebService-NoPaste/pkg-plist ============================================================================== --- head/www/p5-WebService-NoPaste/pkg-plist Thu Jul 31 18:54:12 2014 (r363652) +++ head/www/p5-WebService-NoPaste/pkg-plist Thu Jul 31 18:54:19 2014 (r363653) @@ -1,7 +1,7 @@ bin/nopaste -%%PERL5_MAN3%%/WebService::NoPaste.3.gz %%SITE_PERL%%/WebService/NoPaste.pm -@dirrmtry %%SITE_PERL%%/WebService %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/NoPaste/.packlist +%%PERL5_MAN3%%/WebService::NoPaste.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/NoPaste @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService +@dirrmtry %%SITE_PERL%%/WebService