Bug 170602

Summary: deprecation: lang/perl5.8
Product: Ports & Packages Reporter: Andrej Zverev <andrej.zverev>
Component: Individual Port(s)Assignee: skv <skv>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5.8-dep.txt none

Description Andrej Zverev 2012-08-13 13:40:03 UTC
	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 :-)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-13 13:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-10-06 19:22:13 UTC
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"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2012-10-07 07:41:14 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!