svn commit: r305394 - in head/lang: perl5.10 perl5.8

Andrej Zverev az at FreeBSD.org
Sat Oct 6 18:21:58 UTC 2012


Author: az
Date: Sat Oct  6 18:21:57 2012
New Revision: 305394
URL: http://svn.freebsd.org/changeset/ports/305394

Log:
  Deprecate and set expiration date
  
  PR:		ports/170602, ports/170603
  Submitted by:	az
  Approved by:	maintainer (timeout)

Modified:
  head/lang/perl5.10/Makefile
  head/lang/perl5.8/Makefile

Modified: head/lang/perl5.10/Makefile
==============================================================================
--- head/lang/perl5.10/Makefile	Sat Oct  6 18:20:59 2012	(r305393)
+++ head/lang/perl5.10/Makefile	Sat Oct  6 18:21:57 2012	(r305394)
@@ -21,6 +21,9 @@ DIST_SUBDIR=	perl
 MAINTAINER=	skv at FreeBSD.org
 COMMENT=	Practical Extraction and Report Language
 
+DEPRECATED=	end of life since 2009-08-23
+EXPIRATION_DATE=	2013-01-31
+
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 

Modified: head/lang/perl5.8/Makefile
==============================================================================
--- head/lang/perl5.8/Makefile	Sat Oct  6 18:20:59 2012	(r305393)
+++ head/lang/perl5.8/Makefile	Sat Oct  6 18:21:57 2012	(r305394)
@@ -25,6 +25,9 @@ PATCHFILES=	defined-or-${PERL_VERSION}.b
 MAINTAINER=	skv at FreeBSD.org
 COMMENT=	Practical Extraction and Report Language
 
+DEPRECATED=	end of life since 2008-12-14
+EXPIRATION_DATE=	2013-01-31
+
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 



More information about the svn-ports-all mailing list