svn commit: r343256 - head/www/p5-Apache-Session

Frederic Culot culot at FreeBSD.org
Fri Feb 7 14:58:26 UTC 2014


Author: culot
Date: Fri Feb  7 14:58:25 2014
New Revision: 343256
URL: http://svnweb.freebsd.org/changeset/ports/343256
QAT: https://qat.redports.org/buildarchive/r343256/

Log:
  - Update to 1.91
  - Add LICENSE (Artistic 1 & GPL 1)
  
  Changes:	http://search.cpan.org/dist/Apache-Session/CHANGES

Modified:
  head/www/p5-Apache-Session/Makefile
  head/www/p5-Apache-Session/distinfo

Modified: head/www/p5-Apache-Session/Makefile
==============================================================================
--- head/www/p5-Apache-Session/Makefile	Fri Feb  7 14:58:07 2014	(r343255)
+++ head/www/p5-Apache-Session/Makefile	Fri Feb  7 14:58:25 2014	(r343256)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Apache-Session
-PORTVERSION=	1.90
+PORTVERSION=	1.91
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Persistence framework for session data
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS+=	p5-Test-Deep>=0.082:${PORTSDIR}/devel/p5-Test-Deep \

Modified: head/www/p5-Apache-Session/distinfo
==============================================================================
--- head/www/p5-Apache-Session/distinfo	Fri Feb  7 14:58:07 2014	(r343255)
+++ head/www/p5-Apache-Session/distinfo	Fri Feb  7 14:58:25 2014	(r343256)
@@ -1,2 +1,2 @@
-SHA256 (Apache-Session-1.90.tar.gz) = 26ab8ba2fc3f09e7c67ab69d147e5c73813e4df8cda6cfe6cb375f0695353eb1
-SIZE (Apache-Session-1.90.tar.gz) = 48643
+SHA256 (Apache-Session-1.91.tar.gz) = 4ae1588f0eb705b6558577a76d9d08143b853e48c7b1d144ce62cc89e828ab37
+SIZE (Apache-Session-1.91.tar.gz) = 49536


More information about the svn-ports-all mailing list