diff options
author | dougb <dougb@FreeBSD.org> | 2010-08-09 07:02:30 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-08-09 07:02:30 +0800 |
commit | e0ac136d2a3ba1c49b23eba830e49421913bd544 (patch) | |
tree | f0232210cc6722679f7a63cf0df194860c0308a5 /lang | |
parent | e16d4c5aa4285b1d81d4dd13b8d36588cead1b66 (diff) | |
download | freebsd-ports-graphics-e0ac136d2a3ba1c49b23eba830e49421913bd544.tar.gz freebsd-ports-graphics-e0ac136d2a3ba1c49b23eba830e49421913bd544.tar.zst freebsd-ports-graphics-e0ac136d2a3ba1c49b23eba830e49421913bd544.zip |
Deprecate ports that have been unfetchable for so long that they
do not have SIZE and/or SHA256 in their distinfo files.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/icc7/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile index 8ec353b5d9e..bff32a03bc8 100644 --- a/lang/icc7/Makefile +++ b/lang/icc7/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= DISTNAME= l_cc_pc_${PORTVERSION} EXTRACT_SUFX= .tar +DEPRECATED= sources not available +EXPIRATION_DATE= 2010-09-01 + MAINTAINER= ports@FreeBSD.org COMMENT= Intels C/C++ compiler, set up to produce native FreeBSD binaries |