[csw-devel] SF.net SVN: gar:[2946] csw/mgar/pkg/texinfo/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Jan 30 22:09:37 CET 2009
Revision: 2946
http://gar.svn.sourceforge.net/gar/?rev=2946&view=rev
Author: dmichelsen
Date: 2009-01-30 21:09:32 +0000 (Fri, 30 Jan 2009)
Log Message:
-----------
texinfo: Fix REVSTAMP version
Modified Paths:
--------------
csw/mgar/pkg/texinfo/trunk/Makefile
Modified: csw/mgar/pkg/texinfo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/texinfo/trunk/Makefile 2009-01-30 17:55:28 UTC (rev 2945)
+++ csw/mgar/pkg/texinfo/trunk/Makefile 2009-01-30 21:09:32 UTC (rev 2946)
@@ -1,5 +1,7 @@
GARNAME = texinfo
-GARVERSION = 4.13a
+RELEASE = a
+GARVERSION = 4.13
+DISTVERSION = $(GARVERSION)$(RELEASE)
CATEGORIES = utils
DESCRIPTION = The GNU Documentation System
@@ -8,9 +10,8 @@
on-line information (info, HTML, XML, Docbook) and printed output (DVI, PDF).
endef
-DISTNAME = $(GARNAME)-4.13
MASTER_SITES = $(GNU_MIRROR)
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES = $(GARNAME)-$(DISTVERSION).tar.gz
DISTFILES += $(call admfiles,CSWtexinfo,)
# We define upstream file regex so we can be notifed of new upstream software release
@@ -25,3 +26,5 @@
EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset.alias
include gar/category.mk
+
+SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(RELEASE)
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