[csw-devel] SF.net SVN: gar:[13605] csw/mgar/pkg/facter/trunk
phipsy at users.sourceforge.net
phipsy at users.sourceforge.net
Sun Mar 6 19:09:40 CET 2011
Revision: 13605
http://gar.svn.sourceforge.net/gar/?rev=13605&view=rev
Author: phipsy
Date: 2011-03-06 18:09:40 +0000 (Sun, 06 Mar 2011)
Log Message:
-----------
Bumped facter to 1.5.8
Modified Paths:
--------------
csw/mgar/pkg/facter/trunk/Makefile
csw/mgar/pkg/facter/trunk/checksums
Modified: csw/mgar/pkg/facter/trunk/Makefile
===================================================================
--- csw/mgar/pkg/facter/trunk/Makefile 2011-03-06 18:09:10 UTC (rev 13604)
+++ csw/mgar/pkg/facter/trunk/Makefile 2011-03-06 18:09:40 UTC (rev 13605)
@@ -3,10 +3,10 @@
# $Id$
NAME = facter
-VERSION = 1.5.7
+VERSION = 1.5.8
CATEGORIES = apps
-DESCRIPTION = a system fact gatherer
+DESCRIPTION = A system fact gatherer
define BLURB
A cross-platform Ruby library for retrieving facts from operating systems.
Supports multiple resolution mechanisms, any of which can be restricted to
@@ -18,13 +18,16 @@
additional mechanisms for retrieving facts.
endef
-MASTER_SITES = http://reductivelabs.com/downloads/facter/
+MASTER_SITES = http://puppetlabs.com/downloads/facter/
DISTFILES = $(NAME)-$(VERSION).tar.gz
+UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+SPKG_SOURCEURL = http://puppetlabs.com/
RUNTIME_DEP_PKGS = CSWruby
BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS)
-# We define upstream file regex so we can be notifed of new upstream software release
+# We define upstream file regex so we can be notifed of new upstream software
+# release
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
ARCHALL=1
@@ -34,6 +37,12 @@
TEST_SCRIPTS =
INSTALL_SCRIPTS = facter
+CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/1.8/facter/ssh.rb
+CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/1.8/facter/Cfkey.rb
+CHECKPKG_OVERRIDES_CSWfacter += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/site_ruby/1.8/facter/util/manufacturer.rb
+CHECKPKG_OVERRIDES_CSWfacter += pkginfo-description-not-starting-with-uppercase|a|system|fact|gatherer
+
+
include gar/category.mk
install-facter:
Modified: csw/mgar/pkg/facter/trunk/checksums
===================================================================
--- csw/mgar/pkg/facter/trunk/checksums 2011-03-06 18:09:10 UTC (rev 13604)
+++ csw/mgar/pkg/facter/trunk/checksums 2011-03-06 18:09:40 UTC (rev 13605)
@@ -1 +1,2 @@
21db7b613fe14a54e72ef062f3d5e190 facter-1.5.7.tar.gz
+4dd4daebc59fa985b8aa7eb247ac4030 facter-1.5.8.tar.gz
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