Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2012 02:22:22 +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: r301772 - in head: math/libtommath math/tomsfastmath security/libtomcrypt
Message-ID:  <201207310222.q6V2MM9Y074998@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



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