1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Unbreak bulk -a after r532113

This commit is contained in:
Antoine Brodin 2020-04-19 20:08:19 +00:00
parent e079243120
commit 759b7b7ba9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532158
9 changed files with 3 additions and 78 deletions

1
MOVED
View File

@ -14547,3 +14547,4 @@ net/pjsip-extsrtp||2020-04-18|Remove slave port not used anymore
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

View File

@ -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

View File

@ -1,24 +0,0 @@
# Created by: Christer Edwards <christer.edwards@gmail.com>
# $FreeBSD$
PORTNAME= halite
PORTVERSION= 0.1.17
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= christer.edwards@gmail.com
COMMENT= SaltStack Web UI
LICENSE= APACHE20
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}salt>=0.17.0:sysutils/py-salt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cherrypy>0:www/py-cherrypy@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1540614527
SHA256 (halite-0.1.17.tar.gz) = c758d581c88d6341f70385acf0ff0aa5c3adbedad84bdb8f8a3f7d1ce05953b1
SIZE (halite-0.1.17.tar.gz) = 432338

View File

@ -1,11 +0,0 @@
--- setup.py.orig 2018-10-27 04:42:31 UTC
+++ setup.py
@@ -45,7 +45,7 @@ setup(
'screenshots', 'screenshots.*']),
package_data={
'': ['*.txt', '*.md', '*.rst', '*.json', '*.conf', '*.html',
- '*.css', '*.ico', '*.png', '../LICENSE'],
+ '*.css', '*.ico', '*.png'],
'halite': pkg_files},
install_requires = [''],
extras_require = {}, )

View File

@ -1,31 +0,0 @@
[
{ type: install
message: <<EOM
step 1: modify external_auth params in master config
repeat username for each user allowed access
external_auth:
pam:
username:
- .*
- '@runner'
- '@wheel'
step 2: add halite params in master config
halite:
level: info
server: cherrypy
host: 0.0.0.0
port: 8080
cors: False
tls: True
certpath: %%PREFIX%%/etc/salt/pki/certs/localhost.crt
keypath: %%PREFIX%%/etc/salt/pki/certs/localhost.key
pempath: %%PREFIX%%/etc/salt/pki/certs/localhost.pem
step 3: restart salt_master daemon
step 4: point browser to https://saltmaster:8080
EOM
}
]

View File

@ -1,6 +0,0 @@
Halite : SaltStack Web UI
=========================
Halite is a lightweight, event-driven web interface for SaltStack.
WWW: http://saltstack.org

View File

@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
${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

View File

@ -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