[csw-devel] SF.net SVN: gar:[20399] csw/mgar/pkg/cswutils/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Mar 9 18:34:52 CET 2013


Revision: 20399
          http://gar.svn.sourceforge.net/gar/?rev=20399&view=rev
Author:   bdwalton
Date:     2013-03-09 17:34:52 +0000 (Sat, 09 Mar 2013)
Log Message:
-----------
cswutils/trunk: base the package version on the svn revision of GAR that we use to build the package

Modified Paths:
--------------
    csw/mgar/pkg/cswutils/trunk/Makefile

Modified: csw/mgar/pkg/cswutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cswutils/trunk/Makefile	2013-03-09 17:21:11 UTC (rev 20398)
+++ csw/mgar/pkg/cswutils/trunk/Makefile	2013-03-09 17:34:52 UTC (rev 20399)
@@ -1,8 +1,9 @@
 # $Id$
 
 NAME = cswutils
-VERSION = 1.27
+VERSION = 1.$(GARHEAD)
 GARTYPE = v2
+GARHEAD = $(shell cd $(GARDIR); svn info | grep 'Last Changed Rev' | sed 's/[^0-9]*//')
 
 DESCRIPTION = Utilities for CSW maintainers
 define BLURB

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