From owner-svn-ports-head@FreeBSD.ORG Tue Nov 4 08:43:00 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 175F4934; Tue, 4 Nov 2014 08:43:00 +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 ECA0F7A7; Tue, 4 Nov 2014 08:42:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA48gx1O054102; Tue, 4 Nov 2014 08:42:59 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA48gwsa054097; Tue, 4 Nov 2014 08:42:58 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201411040842.sA48gwsa054097@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Tue, 4 Nov 2014 08:42:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372137 - head/net/p5-Net-Proxy 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: Tue, 04 Nov 2014 08:43:00 -0000 Author: jadawin Date: Tue Nov 4 08:42:58 2014 New Revision: 372137 URL: https://svnweb.freebsd.org/changeset/ports/372137 QAT: https://qat.redports.org/buildarchive/r372137/ Log: - Update to 0.13 - Add licence Modified: head/net/p5-Net-Proxy/Makefile head/net/p5-Net-Proxy/distinfo head/net/p5-Net-Proxy/pkg-descr head/net/p5-Net-Proxy/pkg-plist Modified: head/net/p5-Net-Proxy/Makefile ============================================================================== --- head/net/p5-Net-Proxy/Makefile Tue Nov 4 08:21:55 2014 (r372136) +++ head/net/p5-Net-Proxy/Makefile Tue Nov 4 08:42:58 2014 (r372137) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Proxy -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Net @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Framework for proxying network connections in many ways +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure Modified: head/net/p5-Net-Proxy/distinfo ============================================================================== --- head/net/p5-Net-Proxy/distinfo Tue Nov 4 08:21:55 2014 (r372136) +++ head/net/p5-Net-Proxy/distinfo Tue Nov 4 08:42:58 2014 (r372137) @@ -1,2 +1,2 @@ -SHA256 (Net-Proxy-0.12.tar.gz) = 453682e462998d2140374952303ac5f11d508182cb68ac1d471623b45a41116c -SIZE (Net-Proxy-0.12.tar.gz) = 39027 +SHA256 (Net-Proxy-0.13.tar.gz) = 0601cd34a4e7bbb17139d359e63d5d6f88bf18ea7f093863829366bca19cd84b +SIZE (Net-Proxy-0.13.tar.gz) = 50460 Modified: head/net/p5-Net-Proxy/pkg-descr ============================================================================== --- head/net/p5-Net-Proxy/pkg-descr Tue Nov 4 08:21:55 2014 (r372136) +++ head/net/p5-Net-Proxy/pkg-descr Tue Nov 4 08:42:58 2014 (r372137) @@ -11,4 +11,4 @@ This architecture makes it easy to imple cross a given network boundary, possibly by using a proxy on one side of the network fence, and a reverse-proxy on the other side of the fence. -WWW: http://search.cpan.org/dist/Net-Proxy +WWW: http://search.cpan.org/dist/Net-Proxy/ Modified: head/net/p5-Net-Proxy/pkg-plist ============================================================================== --- head/net/p5-Net-Proxy/pkg-plist Tue Nov 4 08:21:55 2014 (r372136) +++ head/net/p5-Net-Proxy/pkg-plist Tue Nov 4 08:42:58 2014 (r372137) @@ -21,8 +21,8 @@ man/man1/sslh.1.gz %%PERL5_MAN3%%/Net::Proxy::Connector::ssl.3.gz %%PERL5_MAN3%%/Net::Proxy::Connector::tcp.3.gz %%PERL5_MAN3%%/Net::Proxy::Tutorial.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Proxy -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrm %%SITE_PERL%%/Net/Proxy/Connector -@dirrm %%SITE_PERL%%/Net/Proxy -@dirrmtry %%SITE_PERL%%/Net +@dir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Proxy +@dir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dir %%SITE_PERL%%/Net/Proxy/Connector +@dir %%SITE_PERL%%/Net/Proxy +@dir %%SITE_PERL%%/Net