svn commit: r301772 - in head: math/libtommath math/tomsfastmath security/libtomcrypt

Wesley Shields wxs at FreeBSD.org
Tue Jul 31 02:22:23 UTC 2012


Author: wxs
Date: Tue Jul 31 02:22:22 2012
New Revision: 301772
URL: http://svn.freebsd.org/changeset/ports/301772

Log:
  Remove DEPRECATED and EXPIRATION_DATE as the main site appears back online.

Modified:
  head/math/libtommath/Makefile
  head/math/tomsfastmath/Makefile
  head/security/libtomcrypt/Makefile

Modified: head/math/libtommath/Makefile
==============================================================================
--- head/math/libtommath/Makefile	Tue Jul 31 01:48:08 2012	(r301771)
+++ head/math/libtommath/Makefile	Tue Jul 31 02:22:22 2012	(r301772)
@@ -21,9 +21,6 @@ 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 31 01:48:08 2012	(r301771)
+++ head/math/tomsfastmath/Makefile	Tue Jul 31 02:22:22 2012	(r301772)
@@ -8,9 +8,7 @@
 PORTNAME=	tomsfastmath
 PORTVERSION=	0.12
 CATEGORIES=	math
-MASTER_SITES=	http://libtom.org/files/ \
-		http://www.atarininja.org/~wxs/distfiles/ \
-		${MASTER_SITE_LOCAL}
+MASTER_SITES=	http://libtom.org/files/
 MASTER_SITE_SUBDIR=	miwi
 DISTNAME=	tfm-${PORTVERSION}
 
@@ -24,9 +22,6 @@ 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 31 01:48:08 2012	(r301771)
+++ head/security/libtomcrypt/Makefile	Tue Jul 31 02:22:22 2012	(r301772)
@@ -9,8 +9,7 @@ PORTNAME=	libtomcrypt
 PORTVERSION=	1.17
 PORTREVISION=	2
 CATEGORIES=	security
-MASTER_SITES=	http://libtom.org/files/ \
-		http://www.atarininja.org/~wxs/distfiles/
+MASTER_SITES=	http://libtom.org/files/
 DISTNAME=	crypt-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
@@ -25,9 +24,6 @@ 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