From owner-svn-ports-all@freebsd.org Sat May 28 17:10:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CBA7B4D258; Sat, 28 May 2016 17:10:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E095A150E; Sat, 28 May 2016 17:10:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHA5qa003711; Sat, 28 May 2016 17:10:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHA42m003708; Sat, 28 May 2016 17:10:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281710.u4SHA42m003708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:10:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416038 - head/www/p5-App-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-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2016 17:10:06 -0000 Author: sunpoet Date: Sat May 28 17:10:04 2016 New Revision: 416038 URL: https://svnweb.freebsd.org/changeset/ports/416038 Log: - Update to 1.006 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/App-Nopaste/Changes Modified: head/www/p5-App-Nopaste/Makefile head/www/p5-App-Nopaste/distinfo head/www/p5-App-Nopaste/pkg-plist Modified: head/www/p5-App-Nopaste/Makefile ============================================================================== --- head/www/p5-App-Nopaste/Makefile Sat May 28 17:09:59 2016 (r416037) +++ head/www/p5-App-Nopaste/Makefile Sat May 28 17:10:04 2016 (r416038) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= App-Nopaste -PORTVERSION= 1.004 +PORTVERSION= 1.006 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETHER @@ -17,10 +17,13 @@ BUILD_DEPENDS= p5-Browser-Open>=0:www/p5 p5-Class-Load>=0:devel/p5-Class-Load \ p5-Getopt-Long-Descriptive>=0:devel/p5-Getopt-Long-Descriptive \ p5-JSON>=0:converters/p5-JSON \ + p5-Path-Tiny>=0:devel/p5-Path-Tiny \ p5-URI>=0:net/p5-URI \ - p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize + p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize \ + p5-namespace-clean>=0.19:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-libwww>=0:www/p5-libwww CONFLICTS= p5-WebService-NoPaste-[0-9]* @@ -31,6 +34,7 @@ CLIPBOARD_DESC= Support X11 clipboard GITHUB_DESC= Support github.com PASTEBIN_DESC= Support pastebin.com +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-App-Nopaste/distinfo ============================================================================== --- head/www/p5-App-Nopaste/distinfo Sat May 28 17:09:59 2016 (r416037) +++ head/www/p5-App-Nopaste/distinfo Sat May 28 17:10:04 2016 (r416038) @@ -1,2 +1,3 @@ -SHA256 (App-Nopaste-1.004.tar.gz) = 62eac2cd9bef0a3bd41c16da94236619ecab1f5cf950807dcd64783c9a7d2a16 -SIZE (App-Nopaste-1.004.tar.gz) = 45403 +TIMESTAMP = 1464328836 +SHA256 (App-Nopaste-1.006.tar.gz) = 566698b6863d69568dc13119e3a20614f858d691ff849b638528c59a220c542f +SIZE (App-Nopaste-1.006.tar.gz) = 49245 Modified: head/www/p5-App-Nopaste/pkg-plist ============================================================================== --- head/www/p5-App-Nopaste/pkg-plist Sat May 28 17:09:59 2016 (r416037) +++ head/www/p5-App-Nopaste/pkg-plist Sat May 28 17:10:04 2016 (r416038) @@ -12,6 +12,7 @@ bin/nopaste %%SITE_PERL%%/App/Nopaste/Service/Snitch.pm %%SITE_PERL%%/App/Nopaste/Service/Ubuntu.pm %%SITE_PERL%%/App/Nopaste/Service/ssh.pm +%%PERL5_MAN1%%/nopaste.1.gz %%PERL5_MAN3%%/App::Nopaste.3.gz %%PERL5_MAN3%%/App::Nopaste::Command.3.gz %%PERL5_MAN3%%/App::Nopaste::Service.3.gz @@ -25,4 +26,3 @@ bin/nopaste %%PERL5_MAN3%%/App::Nopaste::Service::Snitch.3.gz %%PERL5_MAN3%%/App::Nopaste::Service::Ubuntu.3.gz %%PERL5_MAN3%%/App::Nopaste::Service::ssh.3.gz -%%PERL5_MAN1%%/nopaste.1.gz