[csw-devel] SF.net SVN: gar:[7387] csw/mgar/pkg/puppet/trunk
glawsf at users.sourceforge.net
glawsf at users.sourceforge.net
Mon Nov 23 00:49:37 CET 2009
Revision: 7387
http://gar.svn.sourceforge.net/gar/?rev=7387&view=rev
Author: glawsf
Date: 2009-11-22 23:49:36 +0000 (Sun, 22 Nov 2009)
Log Message:
-----------
version bump
Modified Paths:
--------------
csw/mgar/pkg/puppet/trunk/Makefile
csw/mgar/pkg/puppet/trunk/checksums
csw/mgar/pkg/puppet/trunk/files/CSWpuppet.postremove
Modified: csw/mgar/pkg/puppet/trunk/Makefile
===================================================================
--- csw/mgar/pkg/puppet/trunk/Makefile 2009-11-22 22:02:52 UTC (rev 7386)
+++ csw/mgar/pkg/puppet/trunk/Makefile 2009-11-22 23:49:36 UTC (rev 7387)
@@ -7,7 +7,7 @@
# [1] http://garylaw.net/packages/puppet-build.sh
GARNAME = puppet
-GARVERSION = 0.24.8
+GARVERSION = 0.25.1
CATEGORIES = apps
define BLURB
@@ -21,9 +21,9 @@
endef
MASTER_SITES = http://reductivelabs.com/downloads/puppet/
-DISTFILES = $(GARNAME)-$(GARVERSION).tgz
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
DISTFILES += cswpuppetd cswpuppetmasterd cswusergroup
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
SPKG_SOURCEURL = http://reductivelabs.com/products/puppet/
INITSMF = $(sysconfdir)/init\.d/cswpuppetd
@@ -35,7 +35,7 @@
PACKAGES = CSWpuppet CSWpuppetmaster
REQUIRED_PKGS = CSWfacter
-PREREQUISITE_PKGS = $(REQUIRED_PKGS)
+#PREREQUISITE_PKGS = $(REQUIRED_PKGS)
REQUIRED_PKGS_CSWpuppetmaster = CSWpuppet
PKGFILES_CSWpuppetmaster = $(sysconfdir)/init\.d/cswpuppetmasterd
Modified: csw/mgar/pkg/puppet/trunk/checksums
===================================================================
--- csw/mgar/pkg/puppet/trunk/checksums 2009-11-22 22:02:52 UTC (rev 7386)
+++ csw/mgar/pkg/puppet/trunk/checksums 2009-11-22 23:49:36 UTC (rev 7387)
@@ -3,4 +3,4 @@
db0230ad9c2a8622c7f7e73c10f61dbc cswpuppetd
fd5e49b7d2b7d288d5beb224d0cfa855 cswpuppetmasterd
3ab0d4f9801075bc78b68b766b496fc7 cswusergroup
-288d46dee00acad64d0f3ecc6d8ba6fa puppet-0.24.8.tgz
+55ced6102fe6ad8b2ecb2b1384008167 puppet-0.25.1.tar.gz
Modified: csw/mgar/pkg/puppet/trunk/files/CSWpuppet.postremove
===================================================================
--- csw/mgar/pkg/puppet/trunk/files/CSWpuppet.postremove 2009-11-22 22:02:52 UTC (rev 7386)
+++ csw/mgar/pkg/puppet/trunk/files/CSWpuppet.postremove 2009-11-22 23:49:36 UTC (rev 7387)
@@ -6,7 +6,6 @@
# Not sure if this cleanup is the right thing to do. TODO(maciej): review
rm /etc/puppet || /bin/true
-rm /opt/csw/etc/puppet || /bin/true
+rmdir /opt/csw/etc/puppet || /bin/true
rm /var/puppet || /bin/true
-rm /opt/csw/var/puppet || /bin/true
-rm -rf /opt/csw/lib/ruby/site_ruby/1.8/puppet
+rmdir /opt/csw/var/puppet || /bin/true
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list