Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2012 18:21:57 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305394 - in head/lang: perl5.10 perl5.8
Message-ID:  <201210061821.q96ILvHo014448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210061821.q96ILvHo014448>