[freeside-commits] branch master updated. e0563f3323573a707eff79f756bc75e5ec59c403
Ivan
ivan at 420.am
Tue Jan 26 17:12:42 PST 2016
The branch, master has been updated
via e0563f3323573a707eff79f756bc75e5ec59c403 (commit)
via 372f4cf6911fab236fbf46d192c4564d75101dc2 (commit)
from c42f4a94421bf92e81b7935c4385ccf793c8fee0 (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 e0563f3323573a707eff79f756bc75e5ec59c403
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Jan 26 17:12:41 2016 -0800
conflict with deb-provide libparams-classify-perl with XS, it silently prevents mod_perl from even starting in 5.22
diff --git a/debian/control b/debian/control
index 25e7920..d3cabf1 100644
--- a/debian/control
+++ b/debian/control
@@ -90,6 +90,7 @@ Depends: aspell-en,gnupg,ghostscript,gsfonts,gzip,latex-xcolor,
libhtml-formattext-withlinks-andtables-perl, libcrypt-x509-perl,
libdata-guid-perl, libparams-classify-perl (>= 0.013-5.1),
libcpanel-json-xs-perl
+Conflicts: libparams-classify-perl (>= 0.013-6)
Suggests: libbusiness-onlinepayment-perl
Description: Libraries for Freeside billing and trouble ticketing
Freeside is a web-based billing and trouble ticketing application.
commit 372f4cf6911fab236fbf46d192c4564d75101dc2
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Jan 26 16:56:02 2016 -0800
5.22
diff --git a/Makefile b/Makefile
index 91b14b8..5ddeda8 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ RT_PATH = /opt/rt3
#only used for dev kludge now, not a big deal
FREESIDE_PATH = `pwd`
-PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.20.2/
+PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.22.1/
VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2`
TAG := freeside_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/g'`
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
debian/control | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list