[freeside-commits] branch FREESIDE_2_3_BRANCH updated. a53dbaf9812eff7e9e01485d47a52e099f30b392

Ivan ivan at 420.am
Sat Jun 2 16:58:11 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  a53dbaf9812eff7e9e01485d47a52e099f30b392 (commit)
      from  cc5ca73c6c5b391d6e27fa60cb586581de953d4e (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 a53dbaf9812eff7e9e01485d47a52e099f30b392
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jun 2 16:58:11 2012 -0700

    keep version in FS.pm instead of Makefile

diff --git a/Makefile b/Makefile
index dc86c60..afc62f0 100644
--- a/Makefile
+++ b/Makefile
@@ -115,10 +115,10 @@ RT_PATH = /opt/rt3
 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'`
+VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2`
+TAG := freeside_`echo ${VERSION} | perl -pe 's/\./_/g'`
 
-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"
 

-----------------------------------------------------------------------

Summary of changes:
 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list