Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2012 21:19:23 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307463 - head/math/eigen
Message-ID:  <201211152119.qAFLJNuN057761@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Thu Nov 15 21:19:23 2012
New Revision: 307463
URL: http://svnweb.freebsd.org/changeset/ports/307463

Log:
  - Mark DEPRECATED and set EXPIRATION_DATE to one month from now
  - Last release for the 1.x series was in 2007 and no other
    ports depend on this
  - Trim Makefile header
  
  Feature safe:	yes

Modified:
  head/math/eigen/Makefile   (contents, props changed)

Modified: head/math/eigen/Makefile
==============================================================================
--- head/math/eigen/Makefile	Thu Nov 15 21:03:05 2012	(r307462)
+++ head/math/eigen/Makefile	Thu Nov 15 21:19:23 2012	(r307463)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	eigen
-# Date created:				2008-01-18
-# Whom:					arved
-#
+# Created by: arved
 # $FreeBSD$
 
 PORTNAME=	eigen
@@ -13,6 +10,9 @@ MASTER_SITES=	http://download.tuxfamily.
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Lightweight library for vector and matrix math
 
+DEPRECATED=	Development for 1.x series has long ceased, use math/eigen3
+EXPIRATION_DATE=2012-12-15
+
 USE_CMAKE=	yes
 CMAKE_SOURCE_PATH=	..
 WRKSRC=		${WRKDIR}/${PORTNAME}/build



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