git: a4a20a861459 - main - cleanup: Expire gcc6-aux consumers on 2022-09-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Jul 2022 15:18:14 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4a20a861459a1e85b7e1ae99242c1ba486ac475 commit a4a20a861459a1e85b7e1ae99242c1ba486ac475 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2022-07-01 15:15:53 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-07-01 15:18:03 +0000 cleanup: Expire gcc6-aux consumers on 2022-09-30 This entails: - devel/adacurses/Makefile - misc/ini_file_manager/Makefile - ports-mgmt/synth/Makefile The DEPRECATED is set via USES=ada --- devel/adacurses/Makefile | 2 ++ misc/ini_file_manager/Makefile | 2 ++ ports-mgmt/synth/Makefile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/devel/adacurses/Makefile b/devel/adacurses/Makefile index 08ed528faf68..b1fe2993cc0b 100644 --- a/devel/adacurses/Makefile +++ b/devel/adacurses/Makefile @@ -12,6 +12,8 @@ COMMENT= Ada95 bindings for ncurses LICENSE= MIT LICENSE_FILE= ${WRKSRC}/README +EXPIRATION_DATE=2022-09-30 + USES= ada gmake pkgconfig tar:tgz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ada-include=${PREFIX}/include/adacurses \ diff --git a/misc/ini_file_manager/Makefile b/misc/ini_file_manager/Makefile index 6041c11b165c..d867946d97b0 100644 --- a/misc/ini_file_manager/Makefile +++ b/misc/ini_file_manager/Makefile @@ -12,6 +12,8 @@ COMMENT= Ini configuration file reader and manipulator package for Ada LICENSE= MIT +EXPIRATION_DATE=2022-09-30 + USES= ada zip dos2unix NO_WRKSUBDIR= yes diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index 5a3ee5adec5f..d74fb9bfb6b8 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -11,6 +11,8 @@ COMMENT= Custom package repository builder for FreeBSD and DragonFly LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/License.txt +EXPIRATION_DATE=2022-09-30 + BUILD_DEPENDS= ${GPR}/ini_file_manager.gpr:misc/ini_file_manager \ ${GPR}/adacurses.gpr:devel/adacurses