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

(-)py-salt/Makefile (+1 lines)
Lines 4-8 Link Here
4
PORTNAME=	salt
4
PORTNAME=	salt
5
PORTVERSION=	0.17.1
5
PORTVERSION=	0.17.1
6
PORTREVISION=	1
6
CATEGORIES=	sysutils python
7
CATEGORIES=	sysutils python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)py-salt/files/patch-salt__modules__reebsdpkg.py (+11 lines)
Line 0 Link Here
1
--- salt/modules/freebsdpkg.py.orig	2013-10-30 16:16:31.850225522 +0000
2
+++ salt/modules/freebsdpkg.py	2013-10-30 16:16:47.868224728 +0000
3
@@ -27,7 +27,7 @@
4
     '''
5
     Looks to see if pkgng is being used by checking if database exists
6
     '''
7
-    return os.path.isfile('/var/db/pkg/local.sqlite')
8
+    return os.path.isfile('/usr/local/etc/pkg.conf')
9
10
11
 @decorators.memoize

Return to bug 183492