svn commit: r532158 - in head: . sysutils sysutils/py-halite sysutils/py-salt www/py-rackspace-monitoring
Antoine Brodin
antoine at FreeBSD.org
Sun Apr 19 20:08:21 UTC 2020
Author: antoine
Date: Sun Apr 19 20:08:19 2020
New Revision: 532158
URL: https://svnweb.freebsd.org/changeset/ports/532158
Log:
Unbreak bulk -a after r532113
Deleted:
head/sysutils/py-halite/
Modified:
head/MOVED
head/sysutils/Makefile
head/sysutils/py-salt/Makefile
head/www/py-rackspace-monitoring/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Sun Apr 19 20:06:02 2020 (r532157)
+++ head/MOVED Sun Apr 19 20:08:19 2020 (r532158)
@@ -14547,3 +14547,4 @@ net/pjsip-extsrtp||2020-04-18|Remove slave port not us
www/py-django-caching-app-plugins||2020-04-18|Doesn't work with Django 1.9+ and Python 3, no longer maintained
net/openmpi2||2020-04-19|Removed, deprecated by upstream
www/py-ddgr|www/ddgr|2020-04-19|Duplicate port
+sysutils/py-halite||2020-04-19|Hasexpired: Uses deprecated version of python
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Sun Apr 19 20:06:02 2020 (r532157)
+++ head/sysutils/Makefile Sun Apr 19 20:08:19 2020 (r532158)
@@ -981,7 +981,6 @@
SUBDIR += py-glances
SUBDIR += py-gmailfs-fuse
SUBDIR += py-google-compute-engine
- SUBDIR += py-halite
SUBDIR += py-hared
SUBDIR += py-hcloud
SUBDIR += py-honcho
Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile Sun Apr 19 20:06:02 2020 (r532157)
+++ head/sysutils/py-salt/Makefile Sun Apr 19 20:08:19 2020 (r532158)
@@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify@${PY_FLAVOR}
-USES= cpe python:-3.7
+USES= cpe python:3.6-3.7
CPE_VENDOR= saltstack
CPE_PRODUCT= salt
Modified: head/www/py-rackspace-monitoring/Makefile
==============================================================================
--- head/www/py-rackspace-monitoring/Makefile Sun Apr 19 20:06:02 2020 (r532157)
+++ head/www/py-rackspace-monitoring/Makefile Sun Apr 19 20:08:19 2020 (r532158)
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcloud>=0.14:net/py-libcloud@${PY_FLAVOR}
-USES= python
+USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
More information about the svn-ports-head
mailing list