perl5.8 EOL and we has now 5.14 as default. People should move no the new versions instead of waiting. Well, expiration date as you wanted :-)
Responsible Changed From-To: freebsd-ports-bugs->skv Over to maintainer (via the GNATS Auto Assign Tool)
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!