git: e0340ee0c521 - main - Ada ports and Synth: extend expiration till the end of the year

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Fri, 30 Sep 2022 17:55:37 UTC
The branch main has been updated by danfe:

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

commit e0340ee0c521a3b5eb7251e6a1369f94cd1c21d4
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-09-30 17:54:22 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-09-30 17:54:22 +0000

    Ada ports and Synth: extend expiration till the end of the year
    
    Requested by:   fluffy
---
 Mk/Uses/ada.mk                 | 2 +-
 devel/adacurses/Makefile       | 2 +-
 lang/gcc6-aux/Makefile         | 2 +-
 misc/ini_file_manager/Makefile | 2 +-
 ports-mgmt/synth/Makefile      | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Mk/Uses/ada.mk b/Mk/Uses/ada.mk
index 1aaccfe9f39a..abafebf2e631 100644
--- a/Mk/Uses/ada.mk
+++ b/Mk/Uses/ada.mk
@@ -11,7 +11,7 @@
 _INCLUDE_USES_ADA_MK=    yes
 
 DEPRECATED=	Depends on expired lang/gcc6-aux
-EXPIRATION_DATE=2022-09-30
+EXPIRATION_DATE=2022-12-31
 
 CC=	ada
 
diff --git a/devel/adacurses/Makefile b/devel/adacurses/Makefile
index a3c627357cc2..8f9006e5d3d4 100644
--- a/devel/adacurses/Makefile
+++ b/devel/adacurses/Makefile
@@ -11,7 +11,7 @@ WWW=		https://invisible-island.net/ncurses/ncurses-Ada95.html
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/README
 
-EXPIRATION_DATE=2022-09-30
+EXPIRATION_DATE=2022-12-31
 
 USES=		ada gmake pkgconfig tar:tgz
 GNU_CONFIGURE=	yes
diff --git a/lang/gcc6-aux/Makefile b/lang/gcc6-aux/Makefile
index 2d608bf81cbb..f2efeb332a1e 100644
--- a/lang/gcc6-aux/Makefile
+++ b/lang/gcc6-aux/Makefile
@@ -16,7 +16,7 @@ LICENSE_COMB=	multi
 
 # PR 248674
 DEPRECATED=	Based on way end-of-life version of GCC, has issues, and is unmaintained
-EXPIRATION_DATE=2022-02-28
+EXPIRATION_DATE=2022-12-31
 
 .include "${.CURDIR}/Makefile.common"
 
diff --git a/misc/ini_file_manager/Makefile b/misc/ini_file_manager/Makefile
index 5f80def0584d..b0a27d6bfc38 100644
--- a/misc/ini_file_manager/Makefile
+++ b/misc/ini_file_manager/Makefile
@@ -11,7 +11,7 @@ WWW=		https://sourceforge.net/projects/ini-files/
 
 LICENSE=	MIT
 
-EXPIRATION_DATE=2022-09-30
+EXPIRATION_DATE=2022-12-31
 
 USES=		ada zip dos2unix
 
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile
index 3f357a48e07a..5a1d9f3179c6 100644
--- a/ports-mgmt/synth/Makefile
+++ b/ports-mgmt/synth/Makefile
@@ -10,7 +10,7 @@ WWW=		https://github.com/jrmarino/synth
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/License.txt
 
-EXPIRATION_DATE=2022-09-30
+EXPIRATION_DATE=2022-12-31
 
 BUILD_DEPENDS=	${GPR}/ini_file_manager.gpr:misc/ini_file_manager \
 		${GPR}/adacurses.gpr:devel/adacurses