Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2012 20:50:26 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301493 - in head: math/libtommath math/tomsfastmath security/libtomcrypt
Message-ID:  <201207242050.q6OKoQgI072375@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wxs
Date: Tue Jul 24 20:50:26 2012
New Revision: 301493
URL: http://svn.freebsd.org/changeset/ports/301493

Log:
  Deprecate these ports as upstream has abandoned them for a while now.
  Set expiration date for one month from now.

Modified:
  head/math/libtommath/Makefile   (contents, props changed)
  head/math/tomsfastmath/Makefile   (contents, props changed)
  head/security/libtomcrypt/Makefile   (contents, props changed)

Modified: head/math/libtommath/Makefile
==============================================================================
--- head/math/libtommath/Makefile	Tue Jul 24 20:48:17 2012	(r301492)
+++ head/math/libtommath/Makefile	Tue Jul 24 20:50:26 2012	(r301493)
@@ -21,6 +21,9 @@ USE_GMAKE=	yes
 ALL_TARGET=	default
 MAKE_JOBS_SAFE=	yes
 
+DEPRECATED=	Upstream has abandoned the project.
+EXPIRATION_DATE=	2012-08-24
+
 PLIST_FILES=	include/tommath.h include/tommath_class.h \
 		include/tommath_superclass.h lib/libtommath.a
 

Modified: head/math/tomsfastmath/Makefile
==============================================================================
--- head/math/tomsfastmath/Makefile	Tue Jul 24 20:48:17 2012	(r301492)
+++ head/math/tomsfastmath/Makefile	Tue Jul 24 20:50:26 2012	(r301493)
@@ -24,6 +24,9 @@ USE_GMAKE=	yes
 ALL_TARGET=	default
 MAKE_JOBS_SAFE=	yes
 
+DEPRECATED=	Upstream abandoned this project.
+EXPIRATION_DATE=	2012-08-24
+
 PLIST_FILES=	include/tfm.h lib/libtfm.a
 
 .include <bsd.port.pre.mk>

Modified: head/security/libtomcrypt/Makefile
==============================================================================
--- head/security/libtomcrypt/Makefile	Tue Jul 24 20:48:17 2012	(r301492)
+++ head/security/libtomcrypt/Makefile	Tue Jul 24 20:50:26 2012	(r301493)
@@ -25,6 +25,9 @@ USE_GMAKE=	yes
 ALL_TARGET=	library
 MAKE_JOBS_SAFE=	yes
 
+DEPRECATED=	Upstream abandoned this project.
+EXPIRATION_DATE=	2012-08-24
+
 CFLAGS+=	-I${PREFIX}/include
 
 OPTIONS=	DOCS "build documentation (depends on teTeX)" off \



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