diff options
author | wxs <wxs@FreeBSD.org> | 2012-07-31 10:22:22 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-07-31 10:22:22 +0800 |
commit | 41dfb68478d5b24ac079c0ac01ccfb05e5725fe8 (patch) | |
tree | ea0b7e0b8f3365a530a2654f1032bafcb5ea26d6 /security | |
parent | 6ca3ae5ba41cf07d74f003900869d518860837bf (diff) | |
download | freebsd-ports-gnome-41dfb68478d5b24ac079c0ac01ccfb05e5725fe8.tar.gz freebsd-ports-gnome-41dfb68478d5b24ac079c0ac01ccfb05e5725fe8.tar.zst freebsd-ports-gnome-41dfb68478d5b24ac079c0ac01ccfb05e5725fe8.zip |
Remove DEPRECATED and EXPIRATION_DATE as the main site appears back online.
Diffstat (limited to 'security')
-rw-r--r-- | security/libtomcrypt/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index f807b7e35735..bebac6479fcc 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -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 \ |