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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon Oct 12 02:33:03 CEST 2009


Revision: 6838
          http://gar.svn.sourceforge.net/gar/?rev=6838&view=rev
Author:   bdwalton
Date:     2009-10-12 00:33:02 +0000 (Mon, 12 Oct 2009)

Log Message:
-----------
tig: use the current tip of master to get patches that allow doc building with asciidoc 8.4.5

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

Modified: csw/mgar/pkg/tig/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tig/trunk/Makefile	2009-10-12 00:28:04 UTC (rev 6837)
+++ csw/mgar/pkg/tig/trunk/Makefile	2009-10-12 00:33:02 UTC (rev 6838)
@@ -1,6 +1,7 @@
 GARNAME = tig
 GARVERSION = 0.14.1
 CATEGORIES = utils
+PATCHLEVEL = 1e69632
 
 DESCRIPTION = A git repository browser
 define BLURB
@@ -21,7 +22,7 @@
 REQUIRED_PKGS = CSWncurses CSWiconv CSWgit
 
 GIT_REPOS = http://jonas.nitro.dk/tig/tig.git
-GIT_TREEISH_tig.git = $(GARNAME)-$(GARVERSION)
+GIT_TREEISH_tig.git = $(PATCHLEVEL)
 
 PATCHFILES = 0001-add-install-detection-to-the-autoconf-setup.patch
 
@@ -36,6 +37,10 @@
 
 include gar/category.mk
 
+# Set a slightly altered revstamp to indicate that we're not using a
+# pressed release.
+SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(PATCHLEVEL)
+
 # automake isn't used, but we want install-sh.  automake exits 1, so
 # we run true after to keep gmake happy
 pre-configure-modulated:


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