Revision: 24832 http://sourceforge.net/p/gar/code/24832 Author: bdwalton Date: 2015-04-08 22:07:05 +0000 (Wed, 08 Apr 2015) Log Message: ----------- gitosis/trunk: the PATCHLEVEL is a git treeish reference. modify rev directly
Modified Paths: -------------- csw/mgar/pkg/gitosis/trunk/Makefile Modified: csw/mgar/pkg/gitosis/trunk/Makefile =================================================================== --- csw/mgar/pkg/gitosis/trunk/Makefile 2015-04-08 22:05:15 UTC (rev 24831) +++ csw/mgar/pkg/gitosis/trunk/Makefile 2015-04-08 22:07:05 UTC (rev 24832) @@ -2,7 +2,7 @@ VERSION = 0.2 # This represents the tip of master as of 20090516. It is ahead of # release/0.2 -PATCHLEVEL = 73a03Z +PATCHLEVEL = 73a03 CATEGORIES = python GARTYPE = v2 @@ -91,7 +91,7 @@ # Set a slightly altered revstamp to indicate that we're not using a # pressed release. -SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(PATCHLEVEL) +SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(PATCHLEVEL)Z post-install-modulated: @( gmkdir -p $(CSWPKGD); \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.