[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 617dfc4ad2edd3d875d31548670b2a473a6ddf86
Ivan
ivan at 420.am
Sat Jun 2 17:24:13 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 617dfc4ad2edd3d875d31548670b2a473a6ddf86 (commit)
from 29fdbfd716e604d43c52f095df4b027b81644270 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 617dfc4ad2edd3d875d31548670b2a473a6ddf86
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jun 2 17:24:12 2012 -0700
keep version in FS.pm instead of Makefile
diff --git a/Makefile b/Makefile
index b1be09d..2ddf7b6 100644
--- a/Makefile
+++ b/Makefile
@@ -116,12 +116,18 @@ FREESIDE_PATH = `pwd`
PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.14.2/
VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2`
-TAG := "freeside_`echo ${VERSION} | perl -pe 's/\./_/g'`"
+TAG := freeside_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/'`
-DEBVERSION := `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1
+#DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1
TEXMFHOME := "\$$TEXMFHOME"
+ver:
+ @echo "${VERSION}"
+
+tag:
+ @echo "${TAG}"
+
help:
@echo "supported targets:"
@echo " create-database create-config"
-----------------------------------------------------------------------
Summary of changes:
Makefile | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list