diff options
author | Diane Bruce <db@FreeBSD.org> | 2023-04-05 20:28:12 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2023-04-05 20:28:12 +0000 |
commit | 7915eb140ca18ea822250b546813c058b3a4c4fa (patch) | |
tree | 7c37fb997a65f18fc758d545c3122a88f76c5583 | |
parent | 458e9135c145f9b5ef78948c2df15cb0cb35dbfb (diff) | |
download | ports-7915eb140ca18ea822250b546813c058b3a4c4fa.tar.gz ports-7915eb140ca18ea822250b546813c058b3a4c4fa.zip |
devel/zpu-gcc: FUBAR in the expiration date
*sigh* -0 doesn't make sense
-rw-r--r-- | devel/zpu-gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/zpu-gcc/Makefile b/devel/zpu-gcc/Makefile index c9f9b729ca78..920c9a158ef6 100644 --- a/devel/zpu-gcc/Makefile +++ b/devel/zpu-gcc/Makefile @@ -1,6 +1,6 @@ PORTNAME= zpu-gcc PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= LOCAL/db DISTNAME= zpu-toolchain-${PORTVERSION} @@ -12,7 +12,7 @@ WWW= https://opensource.zylin.com/zpu.htm LICENSE= GPLv2 DEPRECATED= Broken with latest C compiler and port unused -EXPIRATION_DATE= 2023-04-0 +EXPIRATION_DATE= 2023-04-30 BROKEN= Broken with latest C compilers will not fix BUILD_DEPENDS= ${LOCALBASE}/zpu/bin/zpu-elf-as:devel/zpu-binutils |