Sun Feb 12 13:43:21 2012 UTC ()
Switch MASTER_SITES to http acceptable one.


(obache)
diff -r1.3 -r1.4 pkgsrc/sysutils/salt/Makefile

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

--- pkgsrc/sysutils/salt/Makefile 2012/02/12 13:40:44 1.3
+++ pkgsrc/sysutils/salt/Makefile 2012/02/12 13:43:21 1.4
@@ -1,29 +1,27 @@ @@ -1,29 +1,27 @@
1# $NetBSD: Makefile,v 1.3 2012/02/12 13:40:44 obache Exp $ 1# $NetBSD: Makefile,v 1.4 2012/02/12 13:43:21 obache 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= http://cloud.github.com/downloads/saltstack/salt/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://saltstack.org/ 9HOMEPAGE= http://saltstack.org/
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 
17SUBST_CLASSES+= fix-paths 15SUBST_CLASSES+= fix-paths
18SUBST_STAGE.fix-paths= post-patch 16SUBST_STAGE.fix-paths= post-patch
19SUBST_MESSAGE.fix-paths=Fixing directory paths. 17SUBST_MESSAGE.fix-paths=Fixing directory paths.
20SUBST_FILES.fix-paths+= conf/* 18SUBST_FILES.fix-paths+= conf/*
21SUBST_FILES.fix-paths+= doc/man/* 19SUBST_FILES.fix-paths+= doc/man/*
22SUBST_FILES.fix-paths+= salt/__init__.py 20SUBST_FILES.fix-paths+= salt/__init__.py
23SUBST_FILES.fix-paths+= salt/cli/__init__.py 21SUBST_FILES.fix-paths+= salt/cli/__init__.py
24SUBST_FILES.fix-paths+= salt/client.py 22SUBST_FILES.fix-paths+= salt/client.py
25SUBST_FILES.fix-paths+= salt/config.py 23SUBST_FILES.fix-paths+= salt/config.py
26SUBST_FILES.fix-paths+= salt/modules/mysql.py 24SUBST_FILES.fix-paths+= salt/modules/mysql.py
27SUBST_SED.fix-paths+= -e "s|/etc/salt|${PKG_SYSCONFDIR}|g" 25SUBST_SED.fix-paths+= -e "s|/etc/salt|${PKG_SYSCONFDIR}|g"
28 26
29PKG_SYSCONFSUBDIR= salt 27PKG_SYSCONFSUBDIR= salt