From owner-svn-ports-head@FreeBSD.ORG Thu Nov 20 14:18:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C41ADFD4; Thu, 20 Nov 2014 14:18:40 +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 96295F18; Thu, 20 Nov 2014 14:18:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKEIeNT000494; Thu, 20 Nov 2014 14:18:40 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKEIdqb000472; Thu, 20 Nov 2014 14:18:39 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201411201418.sAKEIdqb000472@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Thu, 20 Nov 2014 14:18:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372934 - head/www/p5-LWP-Protocol-PSGI 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-1 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, 20 Nov 2014 14:18:40 -0000 Author: kuriyama Date: Thu Nov 20 14:18:39 2014 New Revision: 372934 URL: https://svnweb.freebsd.org/changeset/ports/372934 QAT: https://qat.redports.org/buildarchive/r372934/ Log: - Upgrade to 0.07. Modified: head/www/p5-LWP-Protocol-PSGI/Makefile head/www/p5-LWP-Protocol-PSGI/distinfo head/www/p5-LWP-Protocol-PSGI/pkg-plist Modified: head/www/p5-LWP-Protocol-PSGI/Makefile ============================================================================== --- head/www/p5-LWP-Protocol-PSGI/Makefile Thu Nov 20 14:18:08 2014 (r372933) +++ head/www/p5-LWP-Protocol-PSGI/Makefile Thu Nov 20 14:18:39 2014 (r372934) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= LWP-Protocol-PSGI -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to override LWP HTTP/HTTPS backend with your PSGI app +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= \ p5-Guard>0:${PORTSDIR}/devel/p5-Guard \ p5-Plack>0:${PORTSDIR}/www/p5-Plack \ @@ -19,5 +22,6 @@ TEST_DEPENDS= \ USES= perl5 USE_PERL5= modbuildtiny +NO_ARCH= YES .include Modified: head/www/p5-LWP-Protocol-PSGI/distinfo ============================================================================== --- head/www/p5-LWP-Protocol-PSGI/distinfo Thu Nov 20 14:18:08 2014 (r372933) +++ head/www/p5-LWP-Protocol-PSGI/distinfo Thu Nov 20 14:18:39 2014 (r372934) @@ -1,2 +1,2 @@ -SHA256 (LWP-Protocol-PSGI-0.06.tar.gz) = 4b03df9fad689808435415a4ac3c4839fae40ec854888adef463fc50c1581143 -SIZE (LWP-Protocol-PSGI-0.06.tar.gz) = 12662 +SHA256 (LWP-Protocol-PSGI-0.07.tar.gz) = 72c8e31073685b31a9fbd86b536a18a20fcdec879e63f8a7bc97d909d7412b7d +SIZE (LWP-Protocol-PSGI-0.07.tar.gz) = 12834 Modified: head/www/p5-LWP-Protocol-PSGI/pkg-plist ============================================================================== --- head/www/p5-LWP-Protocol-PSGI/pkg-plist Thu Nov 20 14:18:08 2014 (r372933) +++ head/www/p5-LWP-Protocol-PSGI/pkg-plist Thu Nov 20 14:18:39 2014 (r372934) @@ -1,5 +1,3 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/PSGI/.packlist %%SITE_PERL%%/LWP/Protocol/PSGI.pm %%PERL5_MAN3%%/LWP::Protocol::PSGI.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/PSGI -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol