svn commit: r375996 - head/devel/p5-Class-Mix

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 1 16:26:23 UTC 2015


Author: sunpoet
Date: Thu Jan  1 16:26:22 2015
New Revision: 375996
URL: https://svnweb.freebsd.org/changeset/ports/375996
QAT: https://qat.redports.org/buildarchive/r375996/

Log:
  - Update *_DEPENDS: parent is already in all supported Perl releases
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/devel/p5-Class-Mix/Makefile

Modified: head/devel/p5-Class-Mix/Makefile
==============================================================================
--- head/devel/p5-Class-Mix/Makefile	Thu Jan  1 16:26:16 2015	(r375995)
+++ head/devel/p5-Class-Mix/Makefile	Thu Jan  1 16:26:22 2015	(r375996)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Class-Mix
 PORTVERSION=	0.005
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +14,8 @@ COMMENT=	Perl module for dynamic class m
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-RUN_DEPENDS=	p5-parent>=0:${PORTSDIR}/devel/p5-parent \
-		p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify
+BUILD_DEPENDS=	p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	modbuild


More information about the svn-ports-all mailing list