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

This commit is contained in:
Wesley Shields 2012-07-31 02:22:22 +00:00
parent 657c422554
commit d24c720e93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301772
3 changed files with 2 additions and 14 deletions

View file

@ -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

View file

@ -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>

View file

@ -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 \