[freeside-commits] branch FREESIDE_2_3_BRANCH updated. cc5ca73c6c5b391d6e27fa60cb586581de953d4e

Ivan ivan at 420.am
Sat Jun 2 16:46:26 PDT 2012


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

    keep version in FS.pm instead of Makefile

diff --git a/FS/FS.pm b/FS/FS.pm
index c3a1ac2..1aa10c1 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '%%%VERSION%%%';
+$VERSION = '2.3.3';
 
 #find missing entries in this file with:
 # for a in `ls *pm | cut -d. -f1`; do grep 'L<FS::'$a'>' ../FS.pm >/dev/null || echo "missing $a" ; done
diff --git a/Makefile b/Makefile
index 7207c2f..dc86c60 100644
--- a/Makefile
+++ b/Makefile
@@ -115,8 +115,8 @@ RT_PATH = /opt/rt3
 FREESIDE_PATH = `pwd`
 PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.14.2/
 
-VERSION=2.3.3git
-TAG=freeside_2_3_3
+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
 
@@ -180,9 +180,6 @@ perl-modules:
 	[ -e Makefile ] || perl Makefile.PL; \
 	make; \
 	perl -p -i -e "\
-	  s/%%%VERSION%%%/${VERSION}/g;\
-	" blib/lib/FS.pm;\
-	perl -p -i -e "\
 	  s|%%%FREESIDE_CONF%%%|${FREESIDE_CONF}|g;\
 	  s|%%%FREESIDE_CACHE%%%|${FREESIDE_CACHE}|g;\
 	  s'%%%FREESIDE_DOCUMENT_ROOT%%%'${FREESIDE_DOCUMENT_ROOT}'g; \

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

Summary of changes:
 FS/FS.pm |    2 +-
 Makefile |    7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)




More information about the freeside-commits mailing list