svn commit: r376489 - head/databases/p5-DBIx-Class-CustomPrefetch

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 7 19:18:05 UTC 2015


Author: sunpoet
Date: Wed Jan  7 19:18:04 2015
New Revision: 376489
URL: https://svnweb.freebsd.org/changeset/ports/376489
QAT: https://qat.redports.org/buildarchive/r376489/

Log:
  - Fix *_DEPENDS: parent is already in all supported Perl releases
  - Add LICENSE [1]
  - Bump PORTREVISION for dependency change
  
  Approved by:	portmgr (blanket) [1]
  With hat:	perl

Modified:
  head/databases/p5-DBIx-Class-CustomPrefetch/Makefile

Modified: head/databases/p5-DBIx-Class-CustomPrefetch/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-CustomPrefetch/Makefile	Wed Jan  7 18:54:54 2015	(r376488)
+++ head/databases/p5-DBIx-Class-CustomPrefetch/Makefile	Wed Jan  7 19:18:04 2015	(r376489)
@@ -3,7 +3,7 @@
 
 PORTNAME=	DBIx-Class-CustomPrefetch
 PORTVERSION=	0.09
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,13 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	anes at anes.su
 COMMENT=	Custom prefetches for DBIx::Class
 
-BUILD_DEPENDS=	p5-parent>=0:${PORTSDIR}/devel/p5-parent \
-		p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \
 		p5-DBIx-Class-VirtualColumns>=0:${PORTSDIR}/databases/p5-DBIx-Class-VirtualColumns \
 		p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name \
 		p5-DBIx-Class>=0.081:${PORTSDIR}/databases/p5-DBIx-Class
-RUN_DEPENDS=	p5-parent>=0:${PORTSDIR}/devel/p5-parent \
-		p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \
+RUN_DEPENDS=	p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \
 		p5-DBIx-Class-VirtualColumns>=0:${PORTSDIR}/databases/p5-DBIx-Class-VirtualColumns \
 		p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name \
 		p5-DBIx-Class>=0.081:${PORTSDIR}/databases/p5-DBIx-Class


More information about the svn-ports-all mailing list