svn commit: r312878 - in head/lang: perl5.12 perl5.16

Andrej Zverev az at FreeBSD.org
Sun Feb 24 16:41:02 UTC 2013


Author: az
Date: Sun Feb 24 16:41:01 2013
New Revision: 312878
URL: http://svnweb.freebsd.org/changeset/ports/312878

Log:
  - Cleanup CONFLICTS 5.(6|8|10) no longer in ports tree.
  
  With hat:	perl@

Modified:
  head/lang/perl5.12/Makefile   (contents, props changed)
  head/lang/perl5.16/Makefile   (contents, props changed)

Modified: head/lang/perl5.12/Makefile
==============================================================================
--- head/lang/perl5.12/Makefile	Sun Feb 24 16:25:44 2013	(r312877)
+++ head/lang/perl5.12/Makefile	Sun Feb 24 16:41:01 2013	(r312878)
@@ -24,9 +24,7 @@ COMMENT=	Practical Extraction and Report
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-CONFLICTS=	perl-5.6.* perl-5.8.* perl-threaded-5.8.* \
-		perl-5.10.* perl-threaded-5.10.* \
-		perl-5.14.* perl-threaded-5.14.* \
+CONFLICTS=	perl-5.14.* perl-threaded-5.14.* \
 		perl-5.16.* perl-threaded-5.16.*
 
 OPTIONS=	DEBUGGING	"Build with debugging support"		off \

Modified: head/lang/perl5.16/Makefile
==============================================================================
--- head/lang/perl5.16/Makefile	Sun Feb 24 16:25:44 2013	(r312877)
+++ head/lang/perl5.16/Makefile	Sun Feb 24 16:41:01 2013	(r312878)
@@ -23,9 +23,7 @@ COMMENT=	Practical Extraction and Report
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-CONFLICTS=	perl-5.6.* perl-5.8.* perl-threaded-5.8.* \
-		perl-5.10.* perl-threaded-5.10.* \
-		perl-5.12.* perl-threaded-5.12.* \
+CONFLICTS=	perl-5.12.* perl-threaded-5.12.* \
 		perl-5.14.* perl-threaded-5.14.*
 
 OPTIONS=	DEBUGGING	"Build with debugging support"		off \


More information about the svn-ports-head mailing list