svn commit: r321519 - head/www/p5-Apache-DBI

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 22 02:06:34 UTC 2013


Author: sunpoet
Date: Sat Jun 22 02:06:33 2013
New Revision: 321519
URL: http://svnweb.freebsd.org/changeset/ports/321519

Log:
  - Update to 1.12
  - Add LICENSE
  - Cleanup Makefile
  
  Changes:	http://search.cpan.org/dist/Apache-DBI/Changes

Modified:
  head/www/p5-Apache-DBI/Makefile   (contents, props changed)
  head/www/p5-Apache-DBI/distinfo   (contents, props changed)

Modified: head/www/p5-Apache-DBI/Makefile
==============================================================================
--- head/www/p5-Apache-DBI/Makefile	Sat Jun 22 02:04:25 2013	(r321518)
+++ head/www/p5-Apache-DBI/Makefile	Sat Jun 22 02:06:33 2013	(r321519)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-Apache-DBI
-# Date created:				21 December 1999
-# Whom:					Igor Vinokurov <igor at zynaps.ru>
-#
+# Created by: Igor Vinokurov <igor at zynaps.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	Apache-DBI
-PORTVERSION=	1.11
+PORTVERSION=	1.12
 CATEGORIES=	www databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	DBI persistent connection, authentication and authorization
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
 		${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2
 RUN_DEPENDS:=	${BUILD_DEPENDS}
@@ -22,20 +21,15 @@ CONFLICTS=	p5-Apache-DBI-mp[12]*
 
 MAKE_JOBS_SAFE=	yes
 
-MAN3=		Apache::DBI.3 Apache::AuthDBI.3
-
 PERL_CONFIGURE=	yes
 USE_APACHE?=	22+
 
-.include <bsd.port.pre.mk>
-
+MAN3=		Apache::DBI.3 Apache::AuthDBI.3
 PLIST_FILES=	%%SITE_PERL%%/Apache/DBI.pm \
 		%%SITE_PERL%%/Apache/AuthDBI.pm \
 		%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI/.packlist
-
 PLIST_DIRS=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI
-
 PLIST_DIRSTRY=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache \
 		%%SITE_PERL%%/Apache
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/p5-Apache-DBI/distinfo
==============================================================================
--- head/www/p5-Apache-DBI/distinfo	Sat Jun 22 02:04:25 2013	(r321518)
+++ head/www/p5-Apache-DBI/distinfo	Sat Jun 22 02:06:33 2013	(r321519)
@@ -1,2 +1,2 @@
-SHA256 (Apache-DBI-1.11.tar.gz) = 85bf2833060467946b460062d5ca741222befe2ee60ae1d9002ca2c6ffcd82ff
-SIZE (Apache-DBI-1.11.tar.gz) = 34664
+SHA256 (Apache-DBI-1.12.tar.gz) = 9d7d520da7e579756a032021bcdbe61a3a3e5fae90df767f0cea08b3c666e677
+SIZE (Apache-DBI-1.12.tar.gz) = 35017


More information about the svn-ports-all mailing list