Revision: 4908 http://gar.svn.sourceforge.net/gar/?rev=4908&view=rev Author: bdwalton Date: 2009-05-17 02:17:05 +0000 (Sun, 17 May 2009)
Log Message: ----------- Package the tip of the public branch instead of the tagged 0.2 release, since we need to handle git 1.6. Modified Paths: -------------- csw/mgar/pkg/gitosis/trunk/Makefile Modified: csw/mgar/pkg/gitosis/trunk/Makefile =================================================================== --- csw/mgar/pkg/gitosis/trunk/Makefile 2009-05-17 01:39:59 UTC (rev 4907) +++ csw/mgar/pkg/gitosis/trunk/Makefile 2009-05-17 02:17:05 UTC (rev 4908) @@ -1,5 +1,8 @@ GARNAME = gitosis GARVERSION = 0.2 +# This represents the tip of master as of 20090516. It is ahead of +# release/0.2 +PATCHLEVEL = 73a03 CATEGORIES = utils DESCRIPTION = Software for hosting git repositories @@ -19,7 +22,10 @@ GIT_REPOS = git://eagain.net/gitosis.git GIT_USE_PROXY = 1 -GIT_TREEISH_gitosis.git = release/$(GARVERSION) +# We don't use a specific release tag as we want to get some fixes to +# support git 1.6+. We'll simply package the tip of the public branch +# (as of 2009-05-16: 73a032520493f6b4186185d4826d12edb5614135) +GIT_TREEISH_gitosis.git = $(PATCHLEVEL) # We define upstream file regex so we can be notifed of new upstream # software release @@ -34,9 +40,12 @@ TEST_SCRIPTS = INSTALL_SCRIPTS = $(WORKSRC)/setup.py -#INSTALL_ARGS = --root $(DESTDIR) --single-version-externally-managed -INSTALL_ARGS = --root $(DESTDIR) +INSTALL_ARGS = --root $(DESTDIR) --single-version-externally-managed include gar/category.mk -PATH := /opt/csw/gnu:$(PATH) \ No newline at end of file +PATH := /opt/csw/gnu:$(PATH) + +# Set a slightly altered revstamp to indicate that we're not using a +# pressed release. +SPKG_REVSTAMP := $(SPKG_REVSTAMP)_$(PATCHLEVEL) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel