Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 20:28:52 GMT
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7915eb140ca1 - main - devel/zpu-gcc: FUBAR in the expiration date
Message-ID:  <202304052028.335KSqwi077635@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by db:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7915eb140ca18ea822250b546813c058b3a4c4fa

commit 7915eb140ca18ea822250b546813c058b3a4c4fa
Author:     Diane Bruce <db@FreeBSD.org>
AuthorDate: 2023-04-05 20:28:12 +0000
Commit:     Diane Bruce <db@FreeBSD.org>
CommitDate: 2023-04-05 20:28:12 +0000

    devel/zpu-gcc: FUBAR in the expiration date
    
    *sigh* -0 doesn't make sense
---
 devel/zpu-gcc/Makefile | 4 ++--
 1 file 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304052028.335KSqwi077635>