diff options
author | marino <marino@FreeBSD.org> | 2014-02-12 20:40:01 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-12 20:40:01 +0800 |
commit | c9538ce107f539cf7420fc9ff945e5721bce6bf3 (patch) | |
tree | a4791eebb4a163a8c76c8b134ce93ca94e3c8e53 /lang/gnat-aux | |
parent | c1a6a16de09c8fb3ada0b2592f5e4424c3d7b45a (diff) | |
download | freebsd-ports-gnome-c9538ce107f539cf7420fc9ff945e5721bce6bf3.tar.gz freebsd-ports-gnome-c9538ce107f539cf7420fc9ff945e5721bce6bf3.tar.zst freebsd-ports-gnome-c9538ce107f539cf7420fc9ff945e5721bce6bf3.zip |
lang/gnat-aux: Set to expire on 1 June 2014
After thinking about this, there's no reason to continue to
use this over lang/gcc-aux. It is based on a gcc branch that
has already reached EOL.
Diffstat (limited to 'lang/gnat-aux')
-rw-r--r-- | lang/gnat-aux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gnat-aux/Makefile b/lang/gnat-aux/Makefile index 5f9ac94a0c98..35a95ab5f09d 100644 --- a/lang/gnat-aux/Makefile +++ b/lang/gnat-aux/Makefile @@ -16,6 +16,7 @@ COMMENT= GNAT Ada compiler based on GCC ${GCC_BRANCH} LICENSE= GPLv3 DEPRECATED= Superceded by gcc4.7-based lang/gcc-aux, use it instead +EXPIRATION_DATE=2014-06-01 .include "${.CURDIR}/Makefile.common" |