Sun Feb 12 13:28:03 2012 UTC ()
Set FETCH_USING curl as workaround for https master site.


(wiz)
diff -r1.1 -r1.2 pkgsrc/sysutils/salt/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/sysutils/salt/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/salt/Makefile 2012/01/21 20:26:58 1.1
+++ pkgsrc/sysutils/salt/Makefile 2012/02/12 13:28:03 1.2
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.1 2012/01/21 20:26:58 apb Exp $ 1# $NetBSD: Makefile,v 1.2 2012/02/12 13:28:03 wiz Exp $
2# 2#
3 3
4DISTNAME= salt-0.9.5 4DISTNAME= salt-0.9.5
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6MASTER_SITES= https://github.com/downloads/saltstack/salt/ 6MASTER_SITES= https://github.com/downloads/saltstack/salt/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/downloads/saltstack/salt/ 9HOMEPAGE= https://github.com/downloads/saltstack/salt/
10COMMENT= Remote execution and configuration management system 10COMMENT= Remote execution and configuration management system
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
 15FETCH_USING= curl
 16
15SUBST_CLASSES+= fix-paths 17SUBST_CLASSES+= fix-paths
16SUBST_STAGE.fix-paths= post-patch 18SUBST_STAGE.fix-paths= post-patch
17SUBST_MESSAGE.fix-paths=Fixing directory paths. 19SUBST_MESSAGE.fix-paths=Fixing directory paths.
18SUBST_FILES.fix-paths+= conf/* 20SUBST_FILES.fix-paths+= conf/*
19SUBST_FILES.fix-paths+= doc/man/* 21SUBST_FILES.fix-paths+= doc/man/*
20SUBST_FILES.fix-paths+= salt/__init__.py 22SUBST_FILES.fix-paths+= salt/__init__.py
21SUBST_FILES.fix-paths+= salt/cli/__init__.py 23SUBST_FILES.fix-paths+= salt/cli/__init__.py
22SUBST_FILES.fix-paths+= salt/client.py 24SUBST_FILES.fix-paths+= salt/client.py
23SUBST_FILES.fix-paths+= salt/config.py 25SUBST_FILES.fix-paths+= salt/config.py
24SUBST_FILES.fix-paths+= salt/modules/mysql.py 26SUBST_FILES.fix-paths+= salt/modules/mysql.py
25SUBST_SED.fix-paths+= -e "s|/etc/salt|${PKG_SYSCONFDIR}|g" 27SUBST_SED.fix-paths+= -e "s|/etc/salt|${PKG_SYSCONFDIR}|g"
26 28
27PKG_SYSCONFSUBDIR= salt 29PKG_SYSCONFSUBDIR= salt