Page MenuHomeFreeBSD

D28665.diff
No OneTemporary

D28665.diff

Index: head/astro/gpsbabel/Makefile
===================================================================
--- head/astro/gpsbabel/Makefile
+++ head/astro/gpsbabel/Makefile
@@ -57,4 +57,11 @@
${INSTALL_DATA} ${WRKSRC}/gui/images/appicon.png \
${STAGEDIR}${PREFIX}/share/pixmaps/gpsbabel.png
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MGUI}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/astro/marble/Makefile
===================================================================
--- head/astro/marble/Makefile
+++ head/astro/marble/Makefile
@@ -42,4 +42,10 @@
WEBENGINE_USE= QT=webengine
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
+.include <bsd.port.options.mk>
+.if ${PORT_OPTIONS:MWEBENGINE}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/astro/qmapshack/Makefile
===================================================================
--- head/astro/qmapshack/Makefile
+++ head/astro/qmapshack/Makefile
@@ -13,6 +13,9 @@
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
BROKEN_FreeBSD_11= Requires OpenSSL 1.1.0+
LIB_DEPENDS= libgdal.so:graphics/gdal \
Index: head/audio/amarok/Makefile
===================================================================
--- head/audio/amarok/Makefile
+++ head/audio/amarok/Makefile
@@ -86,4 +86,11 @@
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MQTWEBENGINE}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/audio/gxmms2/Makefile
===================================================================
--- head/audio/gxmms2/Makefile
+++ head/audio/gxmms2/Makefile
@@ -14,6 +14,9 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via audio/xmms2
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libxmmsclient.so:audio/xmms2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
Index: head/audio/lxmusic/Makefile
===================================================================
--- head/audio/lxmusic/Makefile
+++ head/audio/lxmusic/Makefile
@@ -13,6 +13,9 @@
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via audio/xmms2
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libxmmsclient.so:audio/xmms2 \
libnotify.so:devel/libnotify
Index: head/audio/musescore/Makefile
===================================================================
--- head/audio/musescore/Makefile
+++ head/audio/musescore/Makefile
@@ -68,4 +68,9 @@
CXXFLAGS+= -Wno-inconsistent-missing-override
.endif
+.if ${PORT_OPTIONS:MWEBENGINE}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.post.mk>
Index: head/audio/supercollider/Makefile
===================================================================
--- head/audio/supercollider/Makefile
+++ head/audio/supercollider/Makefile
@@ -56,6 +56,8 @@
.if ! ${ARCH} == amd64 && ! ${ARCH} == i386
CMAKE_ARGS+= -DSSE:BOOL=FALSE -DSSE2:BOOL=FALSE -DSC_USE_QTWEBENGINE:BOOL=FALSE
.else
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
USE_QT+= webengine
.endif
Index: head/biology/py-orange3-bioinformatics/Makefile
===================================================================
--- head/biology/py-orange3-bioinformatics/Makefile
+++ head/biology/py-orange3-bioinformatics/Makefile
@@ -12,6 +12,9 @@
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses EOL Python 2.7 via misc/orange3
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYTHON_PKGNAMEPREFIX}Genesis-PyAPI>0:biology/py-Genesis-PyAPI@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
Index: head/biology/py-orange3-single-cell/Makefile
===================================================================
--- head/biology/py-orange3-single-cell/Makefile
+++ head/biology/py-orange3-single-cell/Makefile
@@ -11,6 +11,9 @@
LICENSE= AGPLv3+
+DEPRECATED= Uses EOL Python 2.7 via misc/orange3
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYTHON_PKGNAMEPREFIX}orange3-bioinformatics>0:biology/py-orange3-bioinformatics@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}astropy>0:astro/py-astropy@${PY_FLAVOR} \
Index: head/chinese/fcitx-libpinyin/Makefile
===================================================================
--- head/chinese/fcitx-libpinyin/Makefile
+++ head/chinese/fcitx-libpinyin/Makefile
@@ -34,6 +34,8 @@
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MQT5}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
USES+= qt:5
USE_QT= qmake_build gui webengine buildtools_build
USE_LDCONFIG= ${PREFIX}/lib/fcitx/qt
Index: head/chinese/fcitx-sunpinyin/Makefile
===================================================================
--- head/chinese/fcitx-sunpinyin/Makefile
+++ head/chinese/fcitx-sunpinyin/Makefile
@@ -13,6 +13,9 @@
LICENSE= GPLv2
+DEPRECATED= Uses EOL Python 2.7 via chinese/fcitx
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
libsunpinyin.so:chinese/sunpinyin
Index: head/databases/couchdb2/Makefile
===================================================================
--- head/databases/couchdb2/Makefile
+++ head/databases/couchdb2/Makefile
@@ -14,6 +14,9 @@
LICENSE= APACHE20 BSD3CLAUSE ISCL WTFPL OFL11
LICENSE_COMB= multi
+DEPRECATED= Uses EOL Python 2.7 via lang/spidermonkey185
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= rebar:devel/rebar \
erlang-runtime21>=21.3:lang/erlang-runtime21
LIB_DEPENDS= libicudata.so:devel/icu \
Index: head/databases/couchdb3/Makefile
===================================================================
--- head/databases/couchdb3/Makefile
+++ head/databases/couchdb3/Makefile
@@ -13,6 +13,9 @@
LICENSE= APACHE20 BSD3CLAUSE ISCL WTFPL OFL11
LICENSE_COMB= multi
+DEPRECATED= Uses EOL Python 2.7 via lang/spidermonkey60
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= rebar:devel/rebar \
erlang-runtime22>=22.0:lang/erlang-runtime22
LIB_DEPENDS= libicudata.so:devel/icu \
Index: head/databases/kbibtex/Makefile
===================================================================
--- head/databases/kbibtex/Makefile
+++ head/databases/kbibtex/Makefile
@@ -36,4 +36,11 @@
WEBENGINE_USE_OFF= QT=webkit
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MWEBENGINE}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/databases/p5-AnyEvent-CouchDB/Makefile
===================================================================
--- head/databases/p5-AnyEvent-CouchDB/Makefile
+++ head/databases/p5-AnyEvent-CouchDB/Makefile
@@ -13,6 +13,9 @@
LICENSE= MIT
+DEPRECATED= Uses EOL Python 2.7 via databases/couchdb2
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= couchdb2>=0.9.0:databases/couchdb2 \
p5-AnyEvent-HTTP>=2.11:www/p5-AnyEvent-HTTP \
Index: head/databases/pypy-gdbm/Makefile
===================================================================
--- head/databases/pypy-gdbm/Makefile
+++ head/databases/pypy-gdbm/Makefile
@@ -10,6 +10,9 @@
LICENSE= GPLv2+
+DEPRECATED= Uses EOL Python 2.7 via lang/pypy
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libgdbm.so:databases/gdbm
CFFI_NAME= ffi
Index: head/databases/pypy-sqlite3/Makefile
===================================================================
--- head/databases/pypy-sqlite3/Makefile
+++ head/databases/pypy-sqlite3/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= python@FreeBSD.org
COMMENT= Standard PyPy binding to the SQLite3 library
+DEPRECATED= Uses EOL Python 2.7 via lang/pypy
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
CFFI_NAME= _ffi
Index: head/deskutils/akonadi-calendar-tools/Makefile
===================================================================
--- head/deskutils/akonadi-calendar-tools/Makefile
+++ head/deskutils/akonadi-calendar-tools/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= CLI tools to manage akonadi calendars
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libical.so:devel/libical
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
Index: head/deskutils/akonadi-import-wizard/Makefile
===================================================================
--- head/deskutils/akonadi-import-wizard/Makefile
+++ head/deskutils/akonadi-import-wizard/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Import data from other mail clients to KMail
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
Index: head/deskutils/akonadiconsole/Makefile
===================================================================
--- head/deskutils/akonadiconsole/Makefile
+++ head/deskutils/akonadiconsole/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
Index: head/deskutils/akregator/Makefile
===================================================================
--- head/deskutils/akregator/Makefile
+++ head/deskutils/akregator/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
Index: head/deskutils/calibre/Makefile
===================================================================
--- head/deskutils/calibre/Makefile
+++ head/deskutils/calibre/Makefile
@@ -12,6 +12,9 @@
LICENSE= GPLv3
+DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libpoppler-qt5.so:graphics/poppler-qt5 \
libwmflite.so:graphics/libwmf \
Index: head/deskutils/grantlee-editor/Makefile
===================================================================
--- head/deskutils/grantlee-editor/Makefile
+++ head/deskutils/grantlee-editor/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
Index: head/deskutils/kaddressbook/Makefile
===================================================================
--- head/deskutils/kaddressbook/Makefile
+++ head/deskutils/kaddressbook/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE contact manager
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
Index: head/deskutils/kalarm/Makefile
===================================================================
--- head/deskutils/kalarm/Makefile
+++ head/deskutils/kalarm/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Personal alarm scheduler
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libical.so:devel/libical
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 shebangfix tar:xz xorg
Index: head/deskutils/kdepim-addons/Makefile
===================================================================
--- head/deskutils/kdepim-addons/Makefile
+++ head/deskutils/kdepim-addons/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= markdown:textproc/discount
RUN_DEPENDS= markdown:textproc/discount
LIB_DEPENDS= libassuan.so:security/libassuan \
Index: head/deskutils/kdepim-runtime/Makefile
===================================================================
--- head/deskutils/kdepim-runtime/Makefile
+++ head/deskutils/kdepim-runtime/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
libcurl.so:ftp/curl \
libkolabxml.so:textproc/libkolabxml \
Index: head/deskutils/kdepim/Makefile
===================================================================
--- head/deskutils/kdepim/Makefile
+++ head/deskutils/kdepim/Makefile
@@ -4,6 +4,9 @@
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= deskutils kde
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE PIM applications metaport
Index: head/deskutils/kmail-account-wizard/Makefile
===================================================================
--- head/deskutils/kmail-account-wizard/Makefile
+++ head/deskutils/kmail-account-wizard/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE mail account wizard
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
Index: head/deskutils/kmail/Makefile
===================================================================
--- head/deskutils/kmail/Makefile
+++ head/deskutils/kmail/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
Index: head/deskutils/knotes/Makefile
===================================================================
--- head/deskutils/knotes/Makefile
+++ head/deskutils/knotes/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libical.so:devel/libical
USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz xorg
Index: head/deskutils/kontact/Makefile
===================================================================
--- head/deskutils/kontact/Makefile
+++ head/deskutils/kontact/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
ecm i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
@@ -21,8 +24,6 @@
USE_LDCONFIG= yes
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
-
-
OPTIONS_DEFINE= DOCS
Index: head/deskutils/korganizer/Makefile
===================================================================
--- head/deskutils/korganizer/Makefile
+++ head/deskutils/korganizer/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Calendar and scheduling Program
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libical.so:devel/libical
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:5 qt:5 tar:xz
Index: head/deskutils/mbox-importer/Makefile
===================================================================
--- head/deskutils/mbox-importer/Makefile
+++ head/deskutils/mbox-importer/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Import mbox files to KMail
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
Index: head/deskutils/nextcloudclient/Makefile
===================================================================
--- head/deskutils/nextcloudclient/Makefile
+++ head/deskutils/nextcloudclient/Makefile
@@ -11,6 +11,9 @@
LICENSE= GPLv2
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libinotify.so:devel/libinotify \
libqt5keychain.so:security/qtkeychain
Index: head/deskutils/pim-data-exporter/Makefile
===================================================================
--- head/deskutils/pim-data-exporter/Makefile
+++ head/deskutils/pim-data-exporter/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Import and export KDE PIM settings
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
Index: head/deskutils/pim-sieve-editor/Makefile
===================================================================
--- head/deskutils/pim-sieve-editor/Makefile
+++ head/deskutils/pim-sieve-editor/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Mail sieve editor
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs config configwidgets coreaddons crash \
dbusaddons ecm i18n iconthemes kio service wallet \
Index: head/deskutils/semantik/Makefile
===================================================================
--- head/deskutils/semantik/Makefile
+++ head/deskutils/semantik/Makefile
@@ -11,6 +11,9 @@
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
USES= kde:5 pkgconfig python:3.6+ qt:5 shebangfix tar:bzip2 waf \
desktop-file-utils gettext shared-mime-info
USE_KDE= auth config configwidgets coreaddons i18n iconthemes \
Index: head/deskutils/syncthingtray/Makefile
===================================================================
--- head/deskutils/syncthingtray/Makefile
+++ head/deskutils/syncthingtray/Makefile
@@ -40,6 +40,8 @@
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64 || ${ARCH} == i386
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
USE_QT+= webengine
.else
CMAKE_ARGS+= -DWEBVIEW_PROVIDER=webkit
Index: head/deskutils/zanshin/Makefile
===================================================================
--- head/deskutils/zanshin/Makefile
+++ head/deskutils/zanshin/Makefile
@@ -8,6 +8,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Daily organizer for KDE
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libical.so:devel/libical
USES= cmake compiler:c++14-lang gettext kde:5 qt:5 tar:xz
Index: head/devel/RStudio/Makefile
===================================================================
--- head/devel/RStudio/Makefile
+++ head/devel/RStudio/Makefile
@@ -61,6 +61,8 @@
GIN_VERSION= 2.1.2
.if ${FLAVOR:U} == desktop
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
COMMENT+= (desktop UI version)
USES+= desktop-file-utils qt:5 shared-mime-info
USE_QT= core dbus declarative gui location network opengl printsupport quickcontrols sensors \
Index: head/devel/eric6/Makefile
===================================================================
--- head/devel/eric6/Makefile
+++ head/devel/eric6/Makefile
@@ -8,6 +8,9 @@
PORTREVISION= 3
CATEGORIES= devel python
+DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
Index: head/devel/gammaray/Makefile
===================================================================
--- head/devel/gammaray/Makefile
+++ head/devel/gammaray/Makefile
@@ -9,6 +9,9 @@
MAINTAINER= swills@FreeBSD.org
COMMENT= Debugging tool for Qt-application
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
USES= cmake kde:5 pkgconfig qt:5
USE_QT= 3d concurrent core declarative designer gui help linguisttools \
Index: head/devel/kdevelop/Makefile
===================================================================
--- head/devel/kdevelop/Makefile
+++ head/devel/kdevelop/Makefile
@@ -59,4 +59,11 @@
zsh_OLD_CMD= /bin/zsh
zsh_CMD= ${LOCALBASE}/bin/zsh
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MWEBENGINE}
+DEPRECATED= Uses EOL Pyton 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/devel/libosmo-abis/Makefile
===================================================================
--- head/devel/libosmo-abis/Makefile
+++ head/devel/libosmo-abis/Makefile
@@ -11,6 +11,9 @@
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via devel/libosmocore
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libosmocore.so:devel/libosmocore \
libtalloc.so:devel/talloc \
libortp.so:net/ortp
Index: head/devel/pyside2-tools/Makefile
===================================================================
--- head/devel/pyside2-tools/Makefile
+++ head/devel/pyside2-tools/Makefile
@@ -36,6 +36,8 @@
WRKSRC= ${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION:C/^([0-9].[0-9]+.[0-9])(.[0-9])?/\1/}/sources/pyside2-tools
.if ${ARCH} == amd64 || ${ARCH} == i386
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
USE_QT+= webengine
.endif
Index: head/devel/pyside2/Makefile
===================================================================
--- head/devel/pyside2/Makefile
+++ head/devel/pyside2/Makefile
@@ -37,6 +37,8 @@
WRKSRC= ${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION:C/^([0-9].[0-9]+.[0-9])(.[0-9])?/\1/}/sources/pyside2
.if ${ARCH} == amd64 || ${ARCH} == i386
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
PLIST_SUB+= WEBENGINE=""
USE_QT+= webengine
.else
Index: head/devel/qt5/Makefile
===================================================================
--- head/devel/qt5/Makefile
+++ head/devel/qt5/Makefile
@@ -2,6 +2,7 @@
PORTNAME= qt5
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= kde@FreeBSD.org
@@ -9,7 +10,8 @@
# * phonon4 is not part of Qt itself.
# * we don't want to pull in wayland just yet.
-USE_QT= ${_USE_QT_ALL:Nphonon4:Ndeclarative:Nwayland:S/$/_run/}
+# XXX(rene) exclude webengine
+USE_QT= ${_USE_QT_ALL:Nphonon4:Ndeclarative:Nwayland:Nwebengine:S/$/_run/}
USES= metaport qt:5
.include <bsd.port.mk>
Index: head/devel/qtcreator/Makefile
===================================================================
--- head/devel/qtcreator/Makefile
+++ head/devel/qtcreator/Makefile
@@ -86,6 +86,11 @@
.include <bsd.port.pre.mk>
+.if ${PORT_OPTIONS:MWEBENGINE}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.if ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} >= 90
LLVM_DEFAULT= 80
.endif
Index: head/editors/ghostwriter/Makefile
===================================================================
--- head/editors/ghostwriter/Makefile
+++ head/editors/ghostwriter/Makefile
@@ -11,6 +11,9 @@
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5
Index: head/editors/vscode/Makefile
===================================================================
--- head/editors/vscode/Makefile
+++ head/editors/vscode/Makefile
@@ -18,6 +18,9 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Uses EOL Python 2.7 via devel/electron11
+EXPIRATION_DATE=2021-06-23
+
ONLY_FOR_ARCHS= amd64
BUILD_DEPENDS= zip:archivers/zip \
Index: head/emulators/yuzu/Makefile
===================================================================
--- head/emulators/yuzu/Makefile
+++ head/emulators/yuzu/Makefile
@@ -107,4 +107,11 @@
-e 's/@GIT_DESC@/${GH_TAGNAME}/' \
${WRKSRC}/src/common/scm_rev.cpp.in
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MQT5}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/finance/kmymoney/Makefile
===================================================================
--- head/finance/kmymoney/Makefile
+++ head/finance/kmymoney/Makefile
@@ -110,4 +110,11 @@
pkg-plist)
.endif
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MQTWEBENGINE}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/games/anki/Makefile
===================================================================
--- head/games/anki/Makefile
+++ head/games/anki/Makefile
@@ -16,6 +16,9 @@
LICENSE= AGPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= bash:shells/bash \
maturin:devel/py-maturin@${PY_FLAVOR} \
protoc:devel/protobuf \
Index: head/games/minilens/Makefile
===================================================================
--- head/games/minilens/Makefile
+++ head/games/minilens/Makefile
@@ -14,6 +14,9 @@
LICENSE_COMB= multi
LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE.txt
+DEPRECATED= Uses EOL Python 2.7 via devel/godot2
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= godot2:devel/godot2
USE_GITHUB= yes
Index: head/games/py-mnemosyne/Makefile
===================================================================
--- head/games/py-mnemosyne/Makefile
+++ head/games/py-mnemosyne/Makefile
@@ -15,6 +15,9 @@
LICENSE= LGPL3
+DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \
${PY_PILLOW} \
Index: head/games/stratagus/Makefile
===================================================================
--- head/games/stratagus/Makefile
+++ head/games/stratagus/Makefile
@@ -12,6 +12,9 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via lang/tolua++
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libpng.so:graphics/png \
libtolua++-${LUA_VER}.so:lang/tolua++
Index: head/games/tanks-of-freedom/Makefile
===================================================================
--- head/games/tanks-of-freedom/Makefile
+++ head/games/tanks-of-freedom/Makefile
@@ -14,6 +14,9 @@
RUN_DEPENDS= godot2:devel/godot2
+DEPRECATED= Uses EOL Python 2.7 via devel/godot2
+EXPIRATION_DATE=2021-06-23
+
USE_GITHUB= yes
GH_ACCOUNT= w84death
GH_PROJECT= Tanks-of-Freedom
Index: head/games/wargus/Makefile
===================================================================
--- head/games/wargus/Makefile
+++ head/games/wargus/Makefile
@@ -12,6 +12,9 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via games/stratagus
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= stratagus:games/stratagus \
ffmpeg2theora:multimedia/ffmpeg2theora \
cdparanoia:audio/cdparanoia
Index: head/games/wyrmgus/Makefile
===================================================================
--- head/games/wyrmgus/Makefile
+++ head/games/wyrmgus/Makefile
@@ -12,6 +12,9 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via lang/tolua++
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libtolua++-${LUA_VER}.so:lang/tolua++
BUILD_DEPENDS= ${LOCALBASE}/include/boost/tokenizer.hpp:devel/boost-libs
Index: head/games/wyrmsun/Makefile
===================================================================
--- head/games/wyrmsun/Makefile
+++ head/games/wyrmsun/Makefile
@@ -12,6 +12,9 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/license.txt
+DEPRECATED= Uses EOL Python 2.7 via games/wyrmgus
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= wyrmgus:games/wyrmgus
USE_GITHUB= yes
Index: head/graphics/cegui/Makefile
===================================================================
--- head/graphics/cegui/Makefile
+++ head/graphics/cegui/Makefile
@@ -111,6 +111,11 @@
.include <bsd.port.pre.mk>
+.if ${PORT_OPTIONS:MLUA}
+DEPRECATED= Uses EOL Python 2.7 via lang/tolua++
+EXPIRATION_DATE=2021-06-23
+.endif
+
.if ${PORT_OPTIONS:MEXPAT} || ${PORT_OPTIONS:MXERCES} || ${PORT_OPTIONS:MLIBXML2} || ${PORT_OPTIONS:MRAPIDXML} || ${PORT_OPTIONS:MTINYXML}
PLIST_SUB+= XMLPARSERS=""
.else
Index: head/graphics/digikam/Makefile
===================================================================
--- head/graphics/digikam/Makefile
+++ head/graphics/digikam/Makefile
@@ -101,4 +101,11 @@
PLIST_SUB= SHLIB_VER=${DISTVERSION}
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MWEBENGINE}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/graphics/kimagemapeditor/Makefile
===================================================================
--- head/graphics/kimagemapeditor/Makefile
+++ head/graphics/kimagemapeditor/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE generator of HTML image maps
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash guiaddons i18n iconthemes itemviews \
Index: head/graphics/kphotoalbum/Makefile
===================================================================
--- head/graphics/kphotoalbum/Makefile
+++ head/graphics/kphotoalbum/Makefile
@@ -35,4 +35,11 @@
WEBENGINE_DESC= Add dependency on qt5-webengine
WEBENGINE_USE= QT=webengine
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MWEBENGINE}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/graphics/luminance-qt5/Makefile
===================================================================
--- head/graphics/luminance-qt5/Makefile
+++ head/graphics/luminance-qt5/Makefile
@@ -13,6 +13,9 @@
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 \
Index: head/graphics/qgis-ltr/Makefile
===================================================================
--- head/graphics/qgis-ltr/Makefile
+++ head/graphics/qgis-ltr/Makefile
@@ -19,6 +19,9 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= gpsbabel>=1.5.4:astro/gpsbabel \
opencl>=0:devel/opencl \
${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \
Index: head/graphics/qgis/Makefile
===================================================================
--- head/graphics/qgis/Makefile
+++ head/graphics/qgis/Makefile
@@ -14,6 +14,9 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= gpsbabel>=1.5.4:astro/gpsbabel \
opencl>=0:devel/opencl \
${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \
Index: head/lang/clover/Makefile
===================================================================
--- head/lang/clover/Makefile
+++ head/lang/clover/Makefile
@@ -6,6 +6,9 @@
COMMENT= Mesa OpenCL implementation for AMD GPUs
+DEPRECATED= Uses EOL Python 2.7 via devel/libclc
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= libclc>=0.3.0:devel/libclc \
opencl>=0:devel/opencl
LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \
Index: head/math/aspcud/Makefile
===================================================================
--- head/math/aspcud/Makefile
+++ head/math/aspcud/Makefile
@@ -12,6 +12,9 @@
LICENSE= GPLv3
+DEPRECATED= Uses EOL Python 2.7 via math/gringo
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= re2c:devel/re2c
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
RUN_DEPENDS= gringo:math/gringo \
Index: head/math/kalgebra/Makefile
===================================================================
--- head/math/kalgebra/Makefile
+++ head/math/kalgebra/Makefile
@@ -30,4 +30,12 @@
WEBENGINE_USE= QT=webengine
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MWEBENGINE}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
+.endif
+
.include <bsd.port.mk>
Index: head/math/minizinc-ide/Makefile
===================================================================
--- head/math/minizinc-ide/Makefile
+++ head/math/minizinc-ide/Makefile
@@ -10,6 +10,9 @@
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= minizinc:math/minizinc
USES= gl qmake qt:5
Index: head/math/py-pyasp/Makefile
===================================================================
--- head/math/py-pyasp/Makefile
+++ head/math/py-pyasp/Makefile
@@ -11,6 +11,9 @@
LICENSE= GPLv3
+DEPRECATED= Uses EOL Python 2.7 via math/gringo
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= clasp:math/clasp \
gringo:math/gringo
Index: head/misc/kdeedu/Makefile
===================================================================
--- head/misc/kdeedu/Makefile
+++ head/misc/kdeedu/Makefile
@@ -72,4 +72,11 @@
STEP_DESC= Interactive physics simulator
STEP_RUN_DEPENDS= step>=${KDE_APPLICATIONS_VERSION}:science/step
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MPARLEY}
+DEPRECATED= Uses EOL Python 2.7 via misc/parley
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/misc/orange3/Makefile
===================================================================
--- head/misc/orange3/Makefile
+++ head/misc/orange3/Makefile
@@ -10,6 +10,9 @@
LICENSE= GPLv3
+DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}AnyQt>=0.0.8:x11-toolkits/py-AnyQt@${PY_FLAVOR} \
Index: head/misc/parley/Makefile
===================================================================
--- head/misc/parley/Makefile
+++ head/misc/parley/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Vocabulary trainer for KDE
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
Index: head/misc/py-orange3-associate/Makefile
===================================================================
--- head/misc/py-orange3-associate/Makefile
+++ head/misc/py-orange3-associate/Makefile
@@ -10,6 +10,9 @@
LICENSE= GPLv3+
+DEPRECATED= Uses EOL Python 2.7 via misc/orange3
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
Index: head/misc/py-orange3-datafusion/Makefile
===================================================================
--- head/misc/py-orange3-datafusion/Makefile
+++ head/misc/py-orange3-datafusion/Makefile
@@ -13,6 +13,9 @@
LICENSE= GPLv3
+DEPRECATED= Uses EOL Python 2.7 via misc/orange3
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYTHON_PKGNAMEPREFIX}scikit-fusion>0:misc/py-scikit-fusion@${PY_FLAVOR}
Index: head/misc/py-orange3-educational/Makefile
===================================================================
--- head/misc/py-orange3-educational/Makefile
+++ head/misc/py-orange3-educational/Makefile
@@ -12,6 +12,9 @@
LICENSE= CC-BY-3.0
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses EOL Python 2.7 via misc/orange3
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= orange3>0:misc/orange3
USES= python:3.4+
Index: head/misc/py-orange3-network/Makefile
===================================================================
--- head/misc/py-orange3-network/Makefile
+++ head/misc/py-orange3-network/Makefile
@@ -11,6 +11,9 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via misc/orange3
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYNUMPY} \
Index: head/misc/py-orange3-timeseries/Makefile
===================================================================
--- head/misc/py-orange3-timeseries/Makefile
+++ head/misc/py-orange3-timeseries/Makefile
@@ -11,6 +11,9 @@
LICENSE= CC-BY-3.0
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses EOL Python 2.7 via misc/orange3
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} \
Index: head/multimedia/gmimms/Makefile
===================================================================
--- head/multimedia/gmimms/Makefile
+++ head/multimedia/gmimms/Makefile
@@ -13,6 +13,9 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via multimedia/mimms
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= mimms:multimedia/mimms
USES= gnome pkgconfig tar:bzip2
Index: head/multimedia/gxine/Makefile
===================================================================
--- head/multimedia/gxine/Makefile
+++ head/multimedia/gxine/Makefile
@@ -13,6 +13,9 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via lang/spidermonkey185
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libnspr4.so:devel/nspr \
libmozjs185.so:lang/spidermonkey185 \
libxine.so:multimedia/libxine
Index: head/net-im/kaccounts-providers/Makefile
===================================================================
--- head/net-im/kaccounts-providers/Makefile
+++ head/net-im/kaccounts-providers/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= System to administer web accounts for the KDE desktop
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib \
libkaccounts.so:net-im/kaccounts-integration \
libaccounts-qt5.so:net-im/libaccounts-qt5 \
Index: head/net-im/kde-telepathy/Makefile
===================================================================
--- head/net-im/kde-telepathy/Makefile
+++ head/net-im/kde-telepathy/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE integrated instant messaging framework
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= ktp-accounts-kcm>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-accounts-kcm \
ktp-approver>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-approver \
ktp-auth-handler>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-auth-handler \
Index: head/net-im/ktp-accounts-kcm/Makefile
===================================================================
--- head/net-im/ktp-accounts-kcm/Makefile
+++ head/net-im/ktp-accounts-kcm/Makefile
@@ -10,6 +10,9 @@
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \
libkaccounts.so:net-im/kaccounts-integration \
libtelepathy-qt5.so:net-im/telepathy-qt \
Index: head/net-im/ktp-text-ui/Makefile
===================================================================
--- head/net-im/ktp-text-ui/Makefile
+++ head/net-im/ktp-text-ui/Makefile
@@ -10,6 +10,9 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt \
libtelepathy-logger-qt.so:net-im/telepathy-logger-qt5 \
libKTpCommonInternals.so:net-im/ktp-common-internals
Index: head/net-mgmt/icingaweb2-module-pdfexport/Makefile
===================================================================
--- head/net-mgmt/icingaweb2-module-pdfexport/Makefile
+++ head/net-mgmt/icingaweb2-module-pdfexport/Makefile
@@ -13,6 +13,9 @@
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
Index: head/net-mgmt/icingaweb2-module-reporting/Makefile
===================================================================
--- head/net-mgmt/icingaweb2-module-reporting/Makefile
+++ head/net-mgmt/icingaweb2-module-reporting/Makefile
@@ -37,4 +37,11 @@
(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>
Index: head/net-p2p/ktorrent/Makefile
===================================================================
--- head/net-p2p/ktorrent/Makefile
+++ head/net-p2p/ktorrent/Makefile
@@ -36,6 +36,8 @@
.include <bsd.port.options.mk>
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
PLIST_SUB+= WEBENGINE=""
USE_QT+= webengine
.else
Index: head/net/akonadi-calendar/Makefile
===================================================================
--- head/net/akonadi-calendar/Makefile
+++ head/net/akonadi-calendar/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
dbusaddons ecm kdelibs4support i18n iconthemes itemmodels \
Index: head/net/calendarsupport/Makefile
===================================================================
--- head/net/calendarsupport/Makefile
+++ head/net/calendarsupport/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libboost_system.so:devel/boost-libs
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
Index: head/net/eventviews/Makefile
===================================================================
--- head/net/eventviews/Makefile
+++ head/net/eventviews/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libKGantt.so:graphics/kdiagram \
libboost_system.so:devel/boost-libs
Index: head/net/incidenceeditor/Makefile
===================================================================
--- head/net/incidenceeditor/Makefile
+++ head/net/incidenceeditor/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libKGantt.so:graphics/kdiagram \
libboost_system.so:devel/boost-libs
Index: head/net/kio-gdrive/Makefile
===================================================================
--- head/net/kio-gdrive/Makefile
+++ head/net/kio-gdrive/Makefile
@@ -10,6 +10,9 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \
libaccounts-qt5.so:net-im/libaccounts-qt5 \
libkaccounts.so:net-im/kaccounts-integration
Index: head/net/kmailtransport/Makefile
===================================================================
--- head/net/kmailtransport/Makefile
+++ head/net/kmailtransport/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
Index: head/net/libkgapi/Makefile
===================================================================
--- head/net/libkgapi/Makefile
+++ head/net/libkgapi/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libical.so:devel/libical \
libsasl2.so:security/cyrus-sasl2
Index: head/net/libksieve/Makefile
===================================================================
--- head/net/libksieve/Makefile
+++ head/net/libksieve/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libsasl2.so:security/cyrus-sasl2
Index: head/net/libproxy-mozjs/Makefile
===================================================================
--- head/net/libproxy-mozjs/Makefile
+++ head/net/libproxy-mozjs/Makefile
@@ -5,8 +5,10 @@
CATEGORIES= net www
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
-
COMMENT= Mozilla JavaScript plug-in for libproxy
+
+DEPRECATED= Uses EOL Python 2.7 via lang/spidermonkey52
+EXPIRATION_DATE=2021-06-23
USES= compiler:c++11-lib
USE_CXXSTD= gnu++11
Index: head/net/mailcommon/Makefile
===================================================================
--- head/net/mailcommon/Makefile
+++ head/net/mailcommon/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libassuan.so:security/libassuan \
libboost_system.so:devel/boost-libs \
libgpg-error.so:security/libgpg-error \
Index: head/net/messagelib/Makefile
===================================================================
--- head/net/messagelib/Makefile
+++ head/net/messagelib/Makefile
@@ -9,6 +9,9 @@
LICENSE= LGPL21
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libassuan.so:security/libassuan \
libboost_system.so:devel/boost-libs \
libgpg-error.so:security/libgpg-error \
Index: head/net/openggsn/Makefile
===================================================================
--- head/net/openggsn/Makefile
+++ head/net/openggsn/Makefile
@@ -11,6 +11,9 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via devel/libosmocore
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libosmocore.so:devel/libosmocore \
libtalloc.so:devel/talloc
Index: head/print/py-frescobaldi/Makefile
===================================================================
--- head/print/py-frescobaldi/Makefile
+++ head/print/py-frescobaldi/Makefile
@@ -14,6 +14,9 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-poppler-qt5>=0:graphics/py-python-poppler-qt5 #@${PY_FLAVOR}
Index: head/sysutils/bhyve-firmware/Makefile
===================================================================
--- head/sysutils/bhyve-firmware/Makefile
+++ head/sysutils/bhyve-firmware/Makefile
@@ -16,4 +16,11 @@
CSM_DESC= Include firmware with Compatibility Support Module
CSM_RUN_DEPENDS= uefi-edk2-bhyve-csm>=0:sysutils/uefi-edk2-bhyve-csm
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MCSM}
+DEPRECATED= Uses EOL Python 2.7 via sysutils/uefi-edk2-bhyve
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/sysutils/plasma5-libksysguard/Makefile
===================================================================
--- head/sysutils/plasma5-libksysguard/Makefile
+++ head/sysutils/plasma5-libksysguard/Makefile
@@ -22,4 +22,11 @@
WEBENGINE_DESC= HTML-based GUI ksysguard library based on Qt5WebEngine
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MWEBENGINE}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/sysutils/usbhotkey/Makefile
===================================================================
--- head/sysutils/usbhotkey/Makefile
+++ head/sysutils/usbhotkey/Makefile
@@ -12,6 +12,9 @@
LICENSE= GPLv2
+DEPRECATED= Uses EOL Python 2.7 via devel/libhid
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libhid.so:devel/libhid \
libXtst.so:x11/libXtst
Index: head/textproc/kibana6/Makefile
===================================================================
--- head/textproc/kibana6/Makefile
+++ head/textproc/kibana6/Makefile
@@ -14,6 +14,9 @@
LICENSE= APACHE20
+DEPRECATED= Uses EOL Python 2.7 via www/node10
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= node10>=10.15.2:www/node10
CONFLICTS= kibana[3-5]* kibana7*
Index: head/textproc/kibana7/Makefile
===================================================================
--- head/textproc/kibana7/Makefile
+++ head/textproc/kibana7/Makefile
@@ -14,6 +14,9 @@
LICENSE= APACHE20
+DEPRECATED= Uses EOL Python 2.7 via www/node10
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= node10>=10.22.1:www/node10
CONFLICTS= kibana[6]*
Index: head/textproc/pageedit/Makefile
===================================================================
--- head/textproc/pageedit/Makefile
+++ head/textproc/pageedit/Makefile
@@ -10,6 +10,9 @@
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
USES= cmake qt:5 desktop-file-utils
USE_GITHUB= yes
Index: head/textproc/sigil/Makefile
===================================================================
--- head/textproc/sigil/Makefile
+++ head/textproc/sigil/Makefile
@@ -11,6 +11,9 @@
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libminizip.so:archivers/minizip \
libpcre.so:devel/pcre \
libhunspell-1.7.so:textproc/hunspell
Index: head/www/aws-demos/Makefile
===================================================================
--- head/www/aws-demos/Makefile
+++ head/www/aws-demos/Makefile
@@ -13,6 +13,9 @@
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
+DEPRECATED= Uses EOL Python 2.7 via www/aws
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= gprbuild:devel/gprbuild \
xmlada>=4.4:textproc/xmlada \
aws>=3.1:www/aws
Index: head/www/aws/Makefile
===================================================================
--- head/www/aws/Makefile
+++ head/www/aws/Makefile
@@ -12,6 +12,9 @@
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
+DEPRECATED= Uses EOL Python 2.7 via devel/gnatpython
+EXPIRATION_DATE=2021-06-23
+
BUILD_DEPENDS= gprbuild:devel/gprbuild \
xmlada>=4.4:textproc/xmlada \
asis>=2013:lang/asis \
Index: head/www/falkon/Makefile
===================================================================
--- head/www/falkon/Makefile
+++ head/www/falkon/Makefile
@@ -11,6 +11,9 @@
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
USES= cmake desktop-file-utils kde:5 qt:5 ssl tar:xz xorg
USE_KDE= ecm_build i18n
USE_QT= concurrent core dbus declarative gui location network printsupport \
Index: head/www/npm/Makefile
===================================================================
--- head/www/npm/Makefile
+++ head/www/npm/Makefile
@@ -43,6 +43,15 @@
.include <bsd.port.pre.mk>
+.if ${PORT_OPTIONS:MNODE10}
+DEPRECATED= Uses EOL Python 2.7 via www/node10
+EXPIRATION_DATE=2021-06-23
+.endif
+.if ${PORT_OPTIONS:MNODE12}
+DEPRECATED= Uses EOL Python 2.7 via www/node12
+EXPIRATION_DATE=2021-06-23
+.endif
+
.if ${ARCH} == i386
# Workaround for kernel bug 178881
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-bug-178881
Index: head/www/otter-browser/Makefile
===================================================================
--- head/www/otter-browser/Makefile
+++ head/www/otter-browser/Makefile
@@ -46,4 +46,11 @@
QTWEBKIT_USE= qt=webkit
QTWEBKIT_CMAKE_BOOL= ENABLE_QTWEBKIT
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MQTWEBENGINE}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/www/py-qt5-webengine/Makefile
===================================================================
--- head/www/py-qt5-webengine/Makefile
+++ head/www/py-qt5-webengine/Makefile
@@ -12,6 +12,9 @@
LICENSE= GPLv3
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
USES= gl python:3.5+ pyqt:5 qt:5
USE_GL= gl
USE_PYQT= sip_build core gui network printsupport webchannel
Index: head/www/qt5-webview/Makefile
===================================================================
--- head/www/qt5-webview/Makefile
+++ head/www/qt5-webview/Makefile
@@ -17,6 +17,8 @@
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64 || ${ARCH} == i386
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
PLIST_SUB+= WEBENGINE=""
USE_QT+= webengine
.else
Index: head/www/qutebrowser/Makefile
===================================================================
--- head/www/qutebrowser/Makefile
+++ head/www/qutebrowser/Makefile
@@ -46,6 +46,11 @@
.include <bsd.port.pre.mk>
+.if ${PORT_OPTIONS:MWEBENGINE}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.if ${PYTHON_REL} < 3700
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>0:devel/py-dataclasses@${PY_FLAVOR}
.endif
Index: head/www/sahi/Makefile
===================================================================
--- head/www/sahi/Makefile
+++ head/www/sahi/Makefile
@@ -37,6 +37,11 @@
.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
Index: head/www/yarn-node10/Makefile
===================================================================
--- head/www/yarn-node10/Makefile
+++ head/www/yarn-node10/Makefile
@@ -3,6 +3,9 @@
PKGNAMESUFFIX= -node10
+DEPRECATED= Uses EOL Python 2.7 via www/node10
+EXPIRATION_DATE=2021-06-23
+
CONFLICTS_INSTALL= yarn yarn-node12 yarn-node14
OPTIONS_EXCLUDE= NODE NODE12 NODE14
Index: head/www/yarn-node12/Makefile
===================================================================
--- head/www/yarn-node12/Makefile
+++ head/www/yarn-node12/Makefile
@@ -3,6 +3,9 @@
PKGNAMESUFFIX= -node12
+DEPRECATED= Uses EOL Python 2.7 via www/node12
+EXPIRATION_DATE=2021-06-23
+
CONFLICTS_INSTALL= yarn yarn-node10 yarn-node14
OPTIONS_EXCLUDE= NODE NODE10 NODE14
Index: head/www/yarn/Makefile
===================================================================
--- head/www/yarn/Makefile
+++ head/www/yarn/Makefile
@@ -56,4 +56,16 @@
${RLN} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn/bin/yarn \
${STAGEDIR}${PREFIX}/bin/yarn
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNODE10}
+DEPRECATED= Uses EOL Python 2.7 via www/node10
+EXPIRATION_DATE=2021-06-23
+.endif
+.if ${PORT_OPTIONS:MNODE12}
+DEPRECATED= Uses EOL Python 2.7 via www/node12
+EXPIRATION_DATE=2021-06-23
+.endif
+
+
.include <bsd.port.mk>
Index: head/x11-fm/konqueror/Makefile
===================================================================
--- head/x11-fm/konqueror/Makefile
+++ head/x11-fm/konqueror/Makefile
@@ -7,6 +7,9 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE system log application
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
USES= cmake compiler:c++11-lang desktop-file-utils gettext \
localbase:ldflags kde:5 pkgconfig qt:5 tar:xz xorg
USE_KDE= activities archive auth bookmarks codecs completion config configwidgets \
Index: head/x11-toolkits/plasma5-kdeplasma-addons/Makefile
===================================================================
--- head/x11-toolkits/plasma5-kdeplasma-addons/Makefile
+++ head/x11-toolkits/plasma5-kdeplasma-addons/Makefile
@@ -33,4 +33,11 @@
QTWEBENGINE_USE= qt=webengine
QTWEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngine
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MQTWEBENGINE}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/x11-toolkits/pypy-tkinter/Makefile
===================================================================
--- head/x11-toolkits/pypy-tkinter/Makefile
+++ head/x11-toolkits/pypy-tkinter/Makefile
@@ -9,6 +9,9 @@
USES= tk
+DEPRECATED= Uses EOL Python 2.7 via lang/pypy
+EXPIRATION_DATE=2021-06-23
+
CFFI_MODULE= _tkinter/tklib
CFFI_NAME= tkffi
Index: head/x11/kde-baseapps/Makefile
===================================================================
--- head/x11/kde-baseapps/Makefile
+++ head/x11/kde-baseapps/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kde-baseapps
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MAINTAINER= kde@FreeBSD.org
@@ -17,7 +18,6 @@
keditbookmarks>=${KDE_APPLICATIONS_VERSION}:deskutils/keditbookmarks \
khelpcenter>=${KDE_APPLICATIONS_VERSION}:sysutils/khelpcenter \
konsole>=${KDE_APPLICATIONS_VERSION}:x11/konsole \
- konqueror>=${KDE_APPLICATIONS_VERSION}:x11-fm/konqueror \
okular>=${KDE_APPLICATIONS_VERSION}:graphics/okular
.include <bsd.port.mk>
Index: head/x11/kde5/Makefile
===================================================================
--- head/x11/kde5/Makefile
+++ head/x11/kde5/Makefile
@@ -49,4 +49,11 @@
PULSEAUDIO_USE= KDE=plasma-pa
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MKDEPIM}
+DEPRECATED= Uses EOL Python 2.7 via deskutils/kdepim
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>
Index: head/x11/radare-cutter/Makefile
===================================================================
--- head/x11/radare-cutter/Makefile
+++ head/x11/radare-cutter/Makefile
@@ -11,6 +11,9 @@
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/../COPYING
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libcapstone.so:devel/capstone4 \
libr_bin.so:devel/radare2

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 6, 7:01 PM (6 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17018385
Default Alt Text
D28665.diff (57 KB)

Event Timeline