[csw-devel] SF.net SVN: gar:[6314] csw/mgar/pkg/facter/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Sep 16 02:58:09 CEST 2009


Revision: 6314
          http://gar.svn.sourceforge.net/gar/?rev=6314&view=rev
Author:   wahwah
Date:     2009-09-16 00:58:08 +0000 (Wed, 16 Sep 2009)

Log Message:
-----------
facter: Version bump to 1.5.6

Modified Paths:
--------------
    csw/mgar/pkg/facter/trunk/Makefile
    csw/mgar/pkg/facter/trunk/checksums

Property Changed:
----------------
    csw/mgar/pkg/facter/trunk/Makefile

Modified: csw/mgar/pkg/facter/trunk/Makefile
===================================================================
--- csw/mgar/pkg/facter/trunk/Makefile	2009-09-16 00:31:46 UTC (rev 6313)
+++ csw/mgar/pkg/facter/trunk/Makefile	2009-09-16 00:58:08 UTC (rev 6314)
@@ -1,33 +1,37 @@
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 GARNAME = facter
-GARVERSION = 1.5.4
+GARVERSION = 1.5.6
 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
-	working only on certain operating systems or environments. Facter is
-	especially useful for retrieving things like operating system names, IP
-	addresses, MAC addresses, and SSH keys.
+  A cross-platform Ruby library for retrieving facts from operating systems.
+  Supports multiple resolution mechanisms, any of which can be restricted to
+  working only on certain operating systems or environments. Facter is
+  especially useful for retrieving things like operating system names, IP
+  addresses, MAC addresses, and SSH keys.
 
-	It is easy to extend Facter to include your own custom facts or to include
-	additional mechanisms for retrieving facts.
+  It is easy to extend Facter to include your own custom facts or to include
+  additional mechanisms for retrieving facts.
 endef
 
 MASTER_SITES = http://reductivelabs.com/downloads/facter/
-DISTFILES  = $(GARNAME)-$(GARVERSION).tgz
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
 
-PREREQUISITE_PKGS += CSWruby
 REQUIRED_PKGS = CSWruby
+PREREQUISITE_PKGS = $(REQUIRED_PKGS)
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
 ARCHALL=1
 
-CONFIGURE_SCRIPTS = 
-BUILD_SCRIPTS     = 
-TEST_SCRIPTS      = 
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS     =
+TEST_SCRIPTS      =
 INSTALL_SCRIPTS   = facter
 
 include gar/category.mk


Property changes on: csw/mgar/pkg/facter/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: csw/mgar/pkg/facter/trunk/checksums
===================================================================
--- csw/mgar/pkg/facter/trunk/checksums	2009-09-16 00:31:46 UTC (rev 6313)
+++ csw/mgar/pkg/facter/trunk/checksums	2009-09-16 00:58:08 UTC (rev 6314)
@@ -1 +1 @@
-0df92b81606f8e23bdd1f2ade597049b  download/facter-1.5.4.tgz
+f2eda650cadfdaf549fab1a436c0db4d  download/facter-1.5.6.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