diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-08 02:44:41 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-08 02:44:41 +0800 |
commit | 7813b0844d59c8f160891842552f455c6b6f4eff (patch) | |
tree | 6cc88206ddf2d037c4b31d173e580d2a3bcd0a4e /devel | |
parent | 8ac71371c7e7b9b0c19efe6d9156dc88dfe8a3e5 (diff) | |
download | freebsd-ports-gnome-7813b0844d59c8f160891842552f455c6b6f4eff.tar.gz freebsd-ports-gnome-7813b0844d59c8f160891842552f455c6b6f4eff.tar.zst freebsd-ports-gnome-7813b0844d59c8f160891842552f455c6b6f4eff.zip |
- Fix EXPIRATION_DATE format.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mingw-bin-msvcrt/Makefile | 2 | ||||
-rw-r--r-- | devel/mingw-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/mingw-gcc/Makefile | 2 | ||||
-rw-r--r-- | devel/mingw-opengl-headers/Makefile | 2 | ||||
-rw-r--r-- | devel/mingw/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/devel/mingw-bin-msvcrt/Makefile b/devel/mingw-bin-msvcrt/Makefile index 0564b9fe913b..bdc956235bd9 100644 --- a/devel/mingw-bin-msvcrt/Makefile +++ b/devel/mingw-bin-msvcrt/Makefile @@ -22,7 +22,7 @@ COMMENT= Headers and Libraries for Windows cross-development CONFLICTS= mingw32-bin-msvcrt-* DEPRECATED= use mingw32-* ports instead -EXPIRATION_DATE=2006-11-4 +EXPIRATION_DATE=2006-11-04 NO_MTREE= yes NO_WRKSUBDIR= yes diff --git a/devel/mingw-binutils/Makefile b/devel/mingw-binutils/Makefile index 9d8ef83087cb..5c219adb3c92 100644 --- a/devel/mingw-binutils/Makefile +++ b/devel/mingw-binutils/Makefile @@ -21,7 +21,7 @@ COMMENT= FSF binutils-2.11.90 for Windows cross-development CONFLICTS= libbfd-[0-9]* DEPRECATED= use mingw32-* ports instead -EXPIRATION_DATE=2006-11-4 +EXPIRATION_DATE=2006-11-04 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-20011113 diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile index b77893834d51..cebe8cc40164 100644 --- a/devel/mingw-gcc/Makefile +++ b/devel/mingw-gcc/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/i386-mingw32msvc/bin/as:${PORTSDIR}/devel/mingw-binuti ${LOCALBASE}/bin/mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt DEPRECATED= use mingw32-* ports instead -EXPIRATION_DATE=2006-11-4 +EXPIRATION_DATE=2006-11-04 WRKSRC= ${WRKDIR}/gcc-${PORTVERSION}-20010828 diff --git a/devel/mingw-opengl-headers/Makefile b/devel/mingw-opengl-headers/Makefile index 44ca4523d632..6b69fc92c0a2 100644 --- a/devel/mingw-opengl-headers/Makefile +++ b/devel/mingw-opengl-headers/Makefile @@ -20,7 +20,7 @@ COMMENT= OpenGL headers from Microsoft(TM) for Windows development with Mingw BUILD_DEPENDS= mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt DEPRECATED= use mingw32-* ports instead -EXPIRATION_DATE=2006-11-4 +EXPIRATION_DATE=2006-11-04 RESTRICTED= "Not sure if we can redistribute it" diff --git a/devel/mingw/Makefile b/devel/mingw/Makefile index 78d18d847504..633a9f80e9a8 100644 --- a/devel/mingw/Makefile +++ b/devel/mingw/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS+= ${LOCALBASE}/i386-mingw32msvc/include/GL/gl.h:${PORTSDIR}/devel/mi .endif DEPRECATED= use mingw32-* ports instead -EXPIRATION_DATE=2006-11-4 +EXPIRATION_DATE=2006-11-04 NO_BUILD= yes |