svn commit: r311917 - head/www/p5-HTTP-Proxy
Frederic Culot
culot at FreeBSD.org
Fri Feb 8 08:10:16 UTC 2013
Author: culot
Date: Fri Feb 8 08:10:15 2013
New Revision: 311917
URL: http://svnweb.freebsd.org/changeset/ports/311917
Log:
- Update to 0.26
- Add LICENSE (Artistic 1 & GPL 1)
- Remove leading article from COMMENT
- Trim Makefile's header
Changes: http://search.cpan.org/dist/HTTP-Proxy/Changes
Modified:
head/www/p5-HTTP-Proxy/Makefile
head/www/p5-HTTP-Proxy/distinfo
Modified: head/www/p5-HTTP-Proxy/Makefile
==============================================================================
--- head/www/p5-HTTP-Proxy/Makefile Fri Feb 8 08:00:46 2013 (r311916)
+++ head/www/p5-HTTP-Proxy/Makefile Fri Feb 8 08:10:15 2013 (r311917)
@@ -1,20 +1,20 @@
-# New ports collection makefile for: p5-HTTP-Proxy
-# Date created: 16 April 2003
-# Whom: mat
-#
+# Created by: mat
# $FreeBSD$
-#
PORTNAME= HTTP-Proxy
-PORTVERSION= 0.25
+PORTVERSION= 0.26
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
-COMMENT= A pure Perl HTTP proxy
+COMMENT= Pure Perl HTTP proxy
-RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+RUN_DEPENDS= p5-HTTP-Daemon>=1.25:${PORTSDIR}/www/p5-HTTP-Daemon \
+ p5-libwww>=6:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_MODBUILD= yes
Modified: head/www/p5-HTTP-Proxy/distinfo
==============================================================================
--- head/www/p5-HTTP-Proxy/distinfo Fri Feb 8 08:00:46 2013 (r311916)
+++ head/www/p5-HTTP-Proxy/distinfo Fri Feb 8 08:10:15 2013 (r311917)
@@ -1,2 +1,2 @@
-SHA256 (HTTP-Proxy-0.25.tar.gz) = 50f402b2f687fc22ab0199fa68ae59a813f031ad8ccf512988398ced7b24beef
-SIZE (HTTP-Proxy-0.25.tar.gz) = 86808
+SHA256 (HTTP-Proxy-0.26.tar.gz) = e098dfb02efa8fdfe3a3ee8666efa881335fdec6c30e2c6339fd78c072c205cc
+SIZE (HTTP-Proxy-0.26.tar.gz) = 86979
More information about the svn-ports-head
mailing list