summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-04-10 18:32:06 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-04-10 18:32:06 +0000
commitcfa01c603667fa2504b6ff2d53a5992f0bfde31d (patch)
tree69f1c676c335c64815aa22d89eff30d4d87b258c /lang
parentUpdate to 2.0.13. (diff)
Correct the syntax of the expiration date. This is what you get by just
reading the implementation, but not the docs... Pointyhat kindly provided by: krion
Notes
Notes: svn path=/head/; revision=132916
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc27/Makefile2
-rw-r--r--lang/gcc28/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc27/Makefile b/lang/gcc27/Makefile
index ca0a8c521627..6cf3d455b976 100644
--- a/lang/gcc27/Makefile
+++ b/lang/gcc27/Makefile
@@ -21,7 +21,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Base C/C++ compiler from FreeBSD 2.2.x & 3.x (for your old code)
DEPRECATED= "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release instead"
-EXPIRATION_DATE= 20050610
+EXPIRATION_DATE= 2005-06-10
ONLY_FOR_ARCHS= i386
NO_CDROM= 'old version, not worth the cost in real estate'
diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile
index b27b4c91bc63..c4bdfac8dda7 100644
--- a/lang/gcc28/Makefile
+++ b/lang/gcc28/Makefile
@@ -22,7 +22,7 @@ NO_CDROM= 'old version, not worth the cost in real estate'
LATEST_LINK= gcc28
DEPRECATED= "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release instead"
-EXPIRATION_DATE= 20050610
+EXPIRATION_DATE= 2005-06-10
.include <bsd.port.pre.mk>