From owner-svn-ports-head@FreeBSD.ORG Thu Nov 20 13:37:30 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3A7134A; Thu, 20 Nov 2014 13:37:30 +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 75BE0AB8; Thu, 20 Nov 2014 13:37:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKDbUTP083671; Thu, 20 Nov 2014 13:37:30 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKDbTUV083642; Thu, 20 Nov 2014 13:37:29 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201411201337.sAKDbTUV083642@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 13:37:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372927 - head/www/p5-HTTP-Exception 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 13:37:30 -0000 Author: kuriyama Date: Thu Nov 20 13:37:29 2014 New Revision: 372927 URL: https://svnweb.freebsd.org/changeset/ports/372927 QAT: https://qat.redports.org/buildarchive/r372927/ Log: - Upgrade to 0.04006. Modified: head/www/p5-HTTP-Exception/Makefile head/www/p5-HTTP-Exception/distinfo head/www/p5-HTTP-Exception/pkg-plist Modified: head/www/p5-HTTP-Exception/Makefile ============================================================================== --- head/www/p5-HTTP-Exception/Makefile Thu Nov 20 13:36:56 2014 (r372926) +++ head/www/p5-HTTP-Exception/Makefile Thu Nov 20 13:37:29 2014 (r372927) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= HTTP-Exception -PORTVERSION= 0.04004 +PORTVERSION= 0.04006 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to throw HTTP-Errors as (Exception::Class-) Exceptions +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= \ p5-Exception-Class>=1.29:${PORTSDIR}/devel/p5-Exception-Class \ p5-libwww>=5.817:${PORTSDIR}/www/p5-libwww @@ -19,5 +22,6 @@ TEST_DEPENDS= \ USES= perl5 USE_PERL5= configure +NO_ARCH= YES .include Modified: head/www/p5-HTTP-Exception/distinfo ============================================================================== --- head/www/p5-HTTP-Exception/distinfo Thu Nov 20 13:36:56 2014 (r372926) +++ head/www/p5-HTTP-Exception/distinfo Thu Nov 20 13:37:29 2014 (r372927) @@ -1,2 +1,2 @@ -SHA256 (HTTP-Exception-0.04004.tar.gz) = 377d2b8227afe1d053480a3198d4964f284a631e8b2adccff0905e7ba43bb619 -SIZE (HTTP-Exception-0.04004.tar.gz) = 23059 +SHA256 (HTTP-Exception-0.04006.tar.gz) = 6278de96ef9158927e07e21205875916a91d9c9e27c1cbd16444b98352b292d3 +SIZE (HTTP-Exception-0.04006.tar.gz) = 25023 Modified: head/www/p5-HTTP-Exception/pkg-plist ============================================================================== --- head/www/p5-HTTP-Exception/pkg-plist Thu Nov 20 13:36:56 2014 (r372926) +++ head/www/p5-HTTP-Exception/pkg-plist Thu Nov 20 13:37:29 2014 (r372927) @@ -15,7 +15,3 @@ %%PERL5_MAN3%%/HTTP::Exception::5XX.3.gz %%PERL5_MAN3%%/HTTP::Exception::Base.3.gz %%PERL5_MAN3%%/HTTP::Exception::Loader.3.gz -@dirrm %%SITE_PERL%%/HTTP/Exception -@comment @dirrm %%SITE_PERL%%/HTTP -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Exception -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP