From owner-svn-ports-head@FreeBSD.ORG Sat Oct 27 18:44:55 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 593D9534; Sat, 27 Oct 2012 18:44:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 414908FC0C; Sat, 27 Oct 2012 18:44:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9RIitlr034934; Sat, 27 Oct 2012 18:44:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9RIiteu034932; Sat, 27 Oct 2012 18:44:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210271844.q9RIiteu034932@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 27 Oct 2012 18:44:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306514 - head/math/p5-Math-LinearCombination X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2012 18:44:55 -0000 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 -# +# Created by: Sergey Skvortsov # $FreeBSD$ -# PORTNAME= Math-LinearCombination PORTVERSION= 0.03 @@ -14,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@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}