svn commit: r381805 - head/devel/p5-Module-Metadata

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 21 17:17:45 UTC 2015


Author: sunpoet
Date: Sat Mar 21 17:17:44 2015
New Revision: 381805
URL: https://svnweb.freebsd.org/changeset/ports/381805
QAT: https://qat.redports.org/buildarchive/r381805/

Log:
  - Fix RUN_DEPENDS: version 0.87+ is already in all supported Perl releases
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/devel/p5-Module-Metadata/Makefile

Modified: head/devel/p5-Module-Metadata/Makefile
==============================================================================
--- head/devel/p5-Module-Metadata/Makefile	Sat Mar 21 17:17:39 2015	(r381804)
+++ head/devel/p5-Module-Metadata/Makefile	Sat Mar 21 17:17:44 2015	(r381805)
@@ -2,7 +2,7 @@
 
 PORTNAME=	Module-Metadata
 PORTVERSION=	1.000024
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ETHER
@@ -14,8 +14,6 @@ COMMENT=	Perl extension to gather packag
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-version>=0.87:${PORTSDIR}/devel/p5-version
-
 USES=	perl5
 USE_PERL5=	configure
 NO_ARCH=	YES


More information about the svn-ports-head mailing list