diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-03-24 21:34:35 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-03-24 21:34:35 +0800 |
commit | b217c7fc9cc4e56e26f88b17551499a17c4c6d24 (patch) | |
tree | 927d28feccb5a8860ed230fbec099ccb4255ada8 /graphics/luminance-qt5 | |
parent | 80fa663d16236be2c6d5165f92327ed60b6a4b42 (diff) | |
download | freebsd-ports-gnome-b217c7fc9cc4e56e26f88b17551499a17c4c6d24.tar.gz freebsd-ports-gnome-b217c7fc9cc4e56e26f88b17551499a17c4c6d24.tar.zst freebsd-ports-gnome-b217c7fc9cc4e56e26f88b17551499a17c4c6d24.zip |
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665
Diffstat (limited to 'graphics/luminance-qt5')
-rw-r--r-- | graphics/luminance-qt5/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile index 48b3841d11fc..e4f9537a4a02 100644 --- a/graphics/luminance-qt5/Makefile +++ b/graphics/luminance-qt5/Makefile @@ -13,6 +13,9 @@ COMMENT= Complete open source solution for HDR photography LICENSE= GPLv2 +DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine +EXPIRATION_DATE=2021-06-23 + BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ libHalf.so:graphics/ilmbase \ |