svn commit: r427516 - head/devel/p5-Parse-CPAN-Meta

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 1 21:00:31 UTC 2016


Author: sunpoet
Date: Thu Dec  1 21:00:30 2016
New Revision: 427516
URL: https://svnweb.freebsd.org/changeset/ports/427516

Log:
  - Add CONFLICTS_INSTALL
  - Mark DEPRECATED and set EXPIRATION_DATE to 2016-12-31
  
  Parse::CPAN::Meta 1.4420 has been merged into CPAN::Meta 2.150008.
  
  PR:		214611
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 14 days)

Modified:
  head/devel/p5-Parse-CPAN-Meta/Makefile

Modified: head/devel/p5-Parse-CPAN-Meta/Makefile
==============================================================================
--- head/devel/p5-Parse-CPAN-Meta/Makefile	Thu Dec  1 21:00:24 2016	(r427515)
+++ head/devel/p5-Parse-CPAN-Meta/Makefile	Thu Dec  1 21:00:30 2016	(r427516)
@@ -19,6 +19,10 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-CPAN-Meta-YAML>=0.011:devel/p5-CPAN-Meta-YAML
 RUN_DEPENDS=	p5-CPAN-Meta-YAML>=0.011:devel/p5-CPAN-Meta-YAML
 
+CONFLICTS_INSTALL=	p5-CPAN-Meta-2.1500[1-9]*
+DEPRECATED=	Merged into devel/p5-CPAN-Meta 2.150008
+EXPIRATION_DATE=2016-12-31
+
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-head mailing list