[csw-devel] SF.net SVN: gar:[9476] csw/mgar/pkg/cswpkgloghooks/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Mar 30 21:06:49 CEST 2010


Revision: 9476
          http://gar.svn.sourceforge.net/gar/?rev=9476&view=rev
Author:   bdwalton
Date:     2010-03-30 19:06:49 +0000 (Tue, 30 Mar 2010)

Log Message:
-----------
cswpkgloghooks: do not depend on CSWbash.  hashbang with env bash

Modified Paths:
--------------
    csw/mgar/pkg/cswpkgloghooks/trunk/Makefile
    csw/mgar/pkg/cswpkgloghooks/trunk/files/01-CSWcswpkgloghooks-postupgrade
    csw/mgar/pkg/cswpkgloghooks/trunk/files/01-CSWcswpkgloghooks-preupgrade

Modified: csw/mgar/pkg/cswpkgloghooks/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cswpkgloghooks/trunk/Makefile	2010-03-30 17:33:11 UTC (rev 9475)
+++ csw/mgar/pkg/cswpkgloghooks/trunk/Makefile	2010-03-30 19:06:49 UTC (rev 9476)
@@ -1,5 +1,5 @@
 GARNAME = cswpkgloghooks
-GARVERSION = 1.0
+GARVERSION = 1.1
 CATEGORIES = utils
 
 VENDOR_URL = http://opencsw.org
@@ -12,7 +12,7 @@
 failure.  Currently, the default of user.notice is used.
 endef
 
-RUNTIME_DEP_PKGS = CSWbash
+VENDOR_URL = http://www.opencsw.org/
 
 MASTER_SITES = 
 DISTFILES =

Modified: csw/mgar/pkg/cswpkgloghooks/trunk/files/01-CSWcswpkgloghooks-postupgrade
===================================================================
--- csw/mgar/pkg/cswpkgloghooks/trunk/files/01-CSWcswpkgloghooks-postupgrade	2010-03-30 17:33:11 UTC (rev 9475)
+++ csw/mgar/pkg/cswpkgloghooks/trunk/files/01-CSWcswpkgloghooks-postupgrade	2010-03-30 19:06:49 UTC (rev 9476)
@@ -1,4 +1,4 @@
-#!/opt/csw/bin/bash
+#!/usr/bin/env bash
 
 script=$0
 

Modified: csw/mgar/pkg/cswpkgloghooks/trunk/files/01-CSWcswpkgloghooks-preupgrade
===================================================================
--- csw/mgar/pkg/cswpkgloghooks/trunk/files/01-CSWcswpkgloghooks-preupgrade	2010-03-30 17:33:11 UTC (rev 9475)
+++ csw/mgar/pkg/cswpkgloghooks/trunk/files/01-CSWcswpkgloghooks-preupgrade	2010-03-30 19:06:49 UTC (rev 9476)
@@ -1,4 +1,4 @@
-#!/opt/csw/bin/bash
+#!env bash
 
 set -- ${1/-/ }
 


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