Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 08:10:15 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311917 - head/www/p5-HTTP-Proxy
Message-ID:  <201302080810.r188AFAu007571@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302080810.r188AFAu007571>