svn commit: r344515 - head/databases/p5-POE-Component-EasyDBI

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 16 10:37:14 UTC 2014


Author: sunpoet
Date: Sun Feb 16 10:37:13 2014
New Revision: 344515
URL: http://svnweb.freebsd.org/changeset/ports/344515
QAT: https://qat.redports.org/buildarchive/r344515/

Log:
  - Update to 1.24
  - Add LICENSE
  - Use CPAN as WWW
  
  Changes:	http://search.cpan.org/dist/POE-Component-EasyDBI/Changes

Modified:
  head/databases/p5-POE-Component-EasyDBI/Makefile
  head/databases/p5-POE-Component-EasyDBI/distinfo
  head/databases/p5-POE-Component-EasyDBI/pkg-descr

Modified: head/databases/p5-POE-Component-EasyDBI/Makefile
==============================================================================
--- head/databases/p5-POE-Component-EasyDBI/Makefile	Sun Feb 16 10:37:08 2014	(r344514)
+++ head/databases/p5-POE-Component-EasyDBI/Makefile	Sun Feb 16 10:37:13 2014	(r344515)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	POE-Component-EasyDBI
-PORTVERSION=	1.23
-PORTREVISION=	1
+PORTVERSION=	1.24
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,11 +10,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	POE Component for simplified DBI usage
 
-RUN_DEPENDS=	p5-POE>=0:${PORTSDIR}/devel/p5-POE \
-		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
 		p5-Error>=0:${PORTSDIR}/lang/p5-Error \
+		p5-POE>=0:${PORTSDIR}/devel/p5-POE \
 		p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/databases/p5-POE-Component-EasyDBI/distinfo
==============================================================================
--- head/databases/p5-POE-Component-EasyDBI/distinfo	Sun Feb 16 10:37:08 2014	(r344514)
+++ head/databases/p5-POE-Component-EasyDBI/distinfo	Sun Feb 16 10:37:13 2014	(r344515)
@@ -1,2 +1,2 @@
-SHA256 (POE-Component-EasyDBI-1.23.tar.gz) = cfe4067c971e8ee7c5d24338e9031d1ec9e070b570c34d006bf6e0484f3eff6e
-SIZE (POE-Component-EasyDBI-1.23.tar.gz) = 36177
+SHA256 (POE-Component-EasyDBI-1.24.tar.gz) = 7c0516f611052bee703905d27678ed8bdb05a77856c0213aff7b3b905fed41f7
+SIZE (POE-Component-EasyDBI-1.24.tar.gz) = 37028

Modified: head/databases/p5-POE-Component-EasyDBI/pkg-descr
==============================================================================
--- head/databases/p5-POE-Component-EasyDBI/pkg-descr	Sun Feb 16 10:37:08 2014	(r344514)
+++ head/databases/p5-POE-Component-EasyDBI/pkg-descr	Sun Feb 16 10:37:13 2014	(r344515)
@@ -1,3 +1,3 @@
 Simplified use of DBI in the POE environment.
 
-WWW: http://teknikill.net/?POE::Component::EasyDBI
+WWW: http://search.cpan.org/dist/POE-Component-EasyDBI/


More information about the svn-ports-all mailing list