svn commit: r372137 - head/net/p5-Net-Proxy
Philippe Audeoud
jadawin at FreeBSD.org
Tue Nov 4 08:43:00 UTC 2014
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 at 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
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Proxy
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
- at dirrm %%SITE_PERL%%/Net/Proxy/Connector
- at dirrm %%SITE_PERL%%/Net/Proxy
- at dirrmtry %%SITE_PERL%%/Net
+ at dir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Proxy
+ at dir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+ at dir %%SITE_PERL%%/Net/Proxy/Connector
+ at dir %%SITE_PERL%%/Net/Proxy
+ at dir %%SITE_PERL%%/Net
More information about the svn-ports-head
mailing list