svn commit: r301493 - in head: math/libtommath math/tomsfastmath security/libtomcrypt
Wesley Shields
wxs at FreeBSD.org
Tue Jul 24 20:50:28 UTC 2012
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 \
More information about the svn-ports-all
mailing list