View | Details | Raw Unified | Return to bug 239759
Collapse All | Expand All

(-)sysutils/iocage-devel/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	iocage-devel
3
PORTNAME=	iocage-devel
4
PORTVERSION=	1.0.0.20190308
4
PORTVERSION=	1.0.0.20190809
5
PORTEPOCH=	1
5
PORTEPOCH=	1
6
CATEGORIES=	sysutils python
6
CATEGORIES=	sysutils python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 28-34 Link Here
28
USE_GITHUB=	yes
28
USE_GITHUB=	yes
29
GH_ACCOUNT=	iocage
29
GH_ACCOUNT=	iocage
30
GH_PROJECT=	iocage
30
GH_PROJECT=	iocage
31
GH_TAGNAME=	1bf088a
31
GH_TAGNAME=	056efd6
32
32
33
NO_ARCH=	yes
33
NO_ARCH=	yes
34
USES=		python:3.6+
34
USES=		python:3.6+
(-)sysutils/iocage-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1552045034
1
TIMESTAMP = 1565363165
2
SHA256 (iocage-iocage-1.0.0.20190308-1bf088a_GH0.tar.gz) = 59523f4e404c04f8821fbbd14596737f9e7f2233f52a1f4e89fbb3a35ac965f7
2
SHA256 (iocage-iocage-1.0.0.20190809-056efd6_GH0.tar.gz) = 8faad530a8ee39c6b00438c24193fa1293e7887c1efb58599fd4cd83c0d34f6f
3
SIZE (iocage-iocage-1.0.0.20190308-1bf088a_GH0.tar.gz) = 352106
3
SIZE (iocage-iocage-1.0.0.20190809-056efd6_GH0.tar.gz) = 720574
(-)sysutils/iocage-devel/files/patch-rc.d-iocage (+10 lines)
Line 0 Link Here
1
--- rc.d/iocage.orig	2019-05-19 20:48:41.210467000 +0000
2
+++ rc.d/iocage	2019-05-19 20:48:52.357066000 +0000
3
@@ -27,6 +27,7 @@
4
 start_cmd="iocage_start"
5
 stop_cmd="iocage_stop"
6
 export LANG=$iocage_lang
7
+export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
8
 
9
 iocage_start()
10
 {

Return to bug 239759