From owner-svn-ports-all@FreeBSD.ORG Tue Jul 31 02:22:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68BDA106566C; Tue, 31 Jul 2012 02:22:23 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 38DC98FC08; Tue, 31 Jul 2012 02:22:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6V2MNMH075002; Tue, 31 Jul 2012 02:22:23 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6V2MM9Y074998; Tue, 31 Jul 2012 02:22:22 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201207310222.q6V2MM9Y074998@svn.freebsd.org> From: Wesley Shields Date: Tue, 31 Jul 2012 02:22:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301772 - in head: math/libtommath math/tomsfastmath security/libtomcrypt X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2012 02:22:23 -0000 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 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 \