Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jan 2022 11:50:57 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: d536997fbc3d - 2022Q1 - cleanup: remove transitive py27 deprecation (www/chromium)
Message-ID:  <202201301150.20UBov1a017231@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by rene:

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

commit d536997fbc3d7ae8e76c6773dd2c3deb6bc26797
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-01-18 11:56:49 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-01-30 11:44:55 +0000

    cleanup: remove transitive py27 deprecation (www/chromium)
    
    (cherry picked from commit 91b7db0ff0258d058870437303a876d026c589f3)
---
 net-mgmt/icingaweb2-module-pdfexport/Makefile | 3 ---
 net-mgmt/icingaweb2-module-reporting/Makefile | 7 -------
 www/sahi/Makefile                             | 5 -----
 3 files changed, 15 deletions(-)

diff --git a/net-mgmt/icingaweb2-module-pdfexport/Makefile b/net-mgmt/icingaweb2-module-pdfexport/Makefile
index e3eec2f76ee0..e50181566290 100644
--- a/net-mgmt/icingaweb2-module-pdfexport/Makefile
+++ b/net-mgmt/icingaweb2-module-pdfexport/Makefile
@@ -11,9 +11,6 @@ COMMENT=	Icinga PDF Export
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Uses EOL Python 2.7 via www/chromium
-EXPIRATION_DATE=2021-06-23
-
 RUN_DEPENDS=	icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} \
 		chromium>0:www/chromium
 
diff --git a/net-mgmt/icingaweb2-module-reporting/Makefile b/net-mgmt/icingaweb2-module-reporting/Makefile
index 107193839fa9..cb6b6ce47453 100644
--- a/net-mgmt/icingaweb2-module-reporting/Makefile
+++ b/net-mgmt/icingaweb2-module-reporting/Makefile
@@ -35,11 +35,4 @@ do-install:
 	(cd ${WRKSRC} && \
 		${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MPDF}
-DEPRECATED=	Uses EOL Python 2.7 via net-mgmt/icingaweb2-module-pdfexport@${PHP_FLAVOR}
-EXPIRATION_DATE=2021-06-23
-.endif
-
 .include <bsd.port.mk>
diff --git a/www/sahi/Makefile b/www/sahi/Makefile
index fe238505b15d..d594ca25a2f2 100644
--- a/www/sahi/Makefile
+++ b/www/sahi/Makefile
@@ -35,11 +35,6 @@ DOS2UNIX_GLOB=	linux.xml os.properties sahi.properties
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MCHROME}
-DEPRECATED=	Uses EOL Python 2.7 via www/chromium
-EXPIRATION_DATE=2021-06-23
-.endif
-
 SAHI_BUILD=	2011.07.19
 
 USE_JAVA=	yes



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