From owner-svn-ports-all@FreeBSD.ORG Tue Jul 24 20:50:27 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 4B45C10657DB; Tue, 24 Jul 2012 20:50:27 +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 0EF138FC12; Tue, 24 Jul 2012 20:50:27 +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 q6OKoQh5072380; Tue, 24 Jul 2012 20:50:26 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6OKoQgI072375; Tue, 24 Jul 2012 20:50:26 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201207242050.q6OKoQgI072375@svn.freebsd.org> From: Wesley Shields Date: Tue, 24 Jul 2012 20:50:26 +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: r301493 - 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, 24 Jul 2012 20:50:28 -0000 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 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 \