aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2005-04-11 02:32:06 +0800
committernetchild <netchild@FreeBSD.org>2005-04-11 02:32:06 +0800
commitb8dc825387dbf3675d5fa5c0169743799dac013a (patch)
tree6e0844bee2667d79f1b13b5bef82f570d67c3afc /lang
parent40fd39bb187fd8bcd44411523bf874fe3693f98d (diff)
downloadfreebsd-ports-gnome-b8dc825387dbf3675d5fa5c0169743799dac013a.tar.gz
freebsd-ports-gnome-b8dc825387dbf3675d5fa5c0169743799dac013a.tar.zst
freebsd-ports-gnome-b8dc825387dbf3675d5fa5c0169743799dac013a.zip
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
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>