svn commit: r527543 - in head: audio/py-karaoke deskutils/recoll x11-toolkits/py-wxPython28 x11-toolkits/py-wxPython30
Antoine Brodin
antoine at FreeBSD.org
Sun Mar 1 10:20:48 UTC 2020
Author: antoine
Date: Sun Mar 1 10:20:45 2020
New Revision: 527543
URL: https://svnweb.freebsd.org/changeset/ports/527543
Log:
Deprecate py-wxPython28 and py-wxPython30 ports
With hat: portmgr
Modified:
head/audio/py-karaoke/Makefile
head/deskutils/recoll/Makefile
head/x11-toolkits/py-wxPython28/Makefile
head/x11-toolkits/py-wxPython30/Makefile
Modified: head/audio/py-karaoke/Makefile
==============================================================================
--- head/audio/py-karaoke/Makefile Sun Mar 1 09:09:39 2020 (r527542)
+++ head/audio/py-karaoke/Makefile Sun Mar 1 10:20:45 2020 (r527543)
@@ -14,6 +14,9 @@ COMMENT= Python karaoke application (Plays CD+G, MP3+G
LICENSE= LGPL21+
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
BUILD_DEPENDS= ${PYGAME} \
${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
LIB_DEPENDS= libaa.so:graphics/aalib
Modified: head/deskutils/recoll/Makefile
==============================================================================
--- head/deskutils/recoll/Makefile Sun Mar 1 09:09:39 2020 (r527542)
+++ head/deskutils/recoll/Makefile Sun Mar 1 10:20:45 2020 (r527543)
@@ -13,6 +13,9 @@ COMMENT= Personal full text search package, based on X
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
LIB_DEPENDS= libxapian.so:databases/xapian-core
RUN_DEPENDS= unrar:archivers/unrar \
Modified: head/x11-toolkits/py-wxPython28/Makefile
==============================================================================
--- head/x11-toolkits/py-wxPython28/Makefile Sun Mar 1 09:09:39 2020 (r527542)
+++ head/x11-toolkits/py-wxPython28/Makefile Sun Mar 1 10:20:45 2020 (r527543)
@@ -13,6 +13,9 @@ PKGNAMESUFFIX= 28
MAINTAINER= python at FreeBSD.org
COMMENT= Python bindings for the wxWidgets/GTK GUI toolkit
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR}
WRKSRC_SUBDIR= wxPython
Modified: head/x11-toolkits/py-wxPython30/Makefile
==============================================================================
--- head/x11-toolkits/py-wxPython30/Makefile Sun Mar 1 09:09:39 2020 (r527542)
+++ head/x11-toolkits/py-wxPython30/Makefile Sun Mar 1 10:20:45 2020 (r527543)
@@ -12,6 +12,9 @@ PKGNAMESUFFIX= 30
MAINTAINER= python at FreeBSD.org
COMMENT= GUI toolkit for the Python programming language
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
DIST_SUBDIR= python
WRKSRC_SUBDIR= wxPython
More information about the svn-ports-all
mailing list