svn commit: r306514 - head/math/p5-Math-LinearCombination

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 27 18:44:55 UTC 2012


Author: bapt
Date: Sat Oct 27 18:44:54 2012
New Revision: 306514
URL: http://svn.freebsd.org/changeset/ports/306514

Log:
  Deprecated as it depends on the expired p5-Class-Field
  
  Feature safe:	yes

Modified:
  head/math/p5-Math-LinearCombination/Makefile

Modified: head/math/p5-Math-LinearCombination/Makefile
==============================================================================
--- head/math/p5-Math-LinearCombination/Makefile	Sat Oct 27 18:43:18 2012	(r306513)
+++ head/math/p5-Math-LinearCombination/Makefile	Sat Oct 27 18:44:54 2012	(r306514)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Math::LinearCombination
-# Date created:		5 Nov 2001
-# Whom:			Sergey Skvortsov <skv at FreeBSD.org>
-#
+# Created by: Sergey Skvortsov <skv at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Math-LinearCombination
 PORTVERSION=	0.03
@@ -14,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Sum of variables with a numerical coefficient
 
+DEPRECATED=	Depends on the expired p5-Class-Field
+EXPIRATION_DATE=	2012-11-27
+
 BUILD_DEPENDS=	p5-Class-Fields>=0:${PORTSDIR}/devel/p5-Class-Fields \
 		p5-Math-SimpleVariable>=0:${PORTSDIR}/math/p5-Math-SimpleVariable
 RUN_DEPENDS:=	${BUILD_DEPENDS}


More information about the svn-ports-all mailing list