[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. 08a50eb8252d6137a1bbe4b5c6c2c6c4864ae4a0

Evergreen Git git at git.evergreen-ils.org
Wed Jun 10 21:57:43 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_7 has been updated
       via  08a50eb8252d6137a1bbe4b5c6c2c6c4864ae4a0 (commit)
      from  e9b374148aca12bc4d293345f9cc6ac672e278d7 (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 08a50eb8252d6137a1bbe4b5c6c2c6c4864ae4a0
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Wed Apr 15 14:05:23 2015 -0400

    LP1444623: Remove "Safe" CPAN dependency from Debian/Ubuntu Makefile.install files
    
    Following up on IRC discussion at http://irc.evergreen-ils.org/evergreen/2015-04-15#i_170386
    it was agreed that it is no longer necessary to install Safe from CPAN
    since it is included in the standard Perl package.
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>
    
    Conflicts:
    	Open-ILS/src/extras/install/Makefile.debian-jessie

diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie
index fdc4aaf..9ab5dd4 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-jessie
+++ b/Open-ILS/src/extras/install/Makefile.debian-jessie
@@ -84,7 +84,6 @@ export DEB_APACHE_DISMODS = \
 
 export CPAN_MODULES = \
 	Business::OnlinePayment::PayPal \
-	Safe \
 	Email::Send
 
 export CPAN_MODULES_FORCE = \
diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy
index 5335aca..47e69de 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-wheezy
+++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy
@@ -81,7 +81,6 @@ export CPAN_MODULES = \
 	Excel::Writer::XLSX \
 	Business::OnlinePayment::PayPal \
 	Template::Plugin::POSIX \
-	Safe
 
 export CPAN_MODULES_FORCE = \
 	Business::Stripe \
diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-precise b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
index b87ea13..7b897e7 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
@@ -85,7 +85,6 @@ export CPAN_MODULES = \
 	Business::OnlinePayment::PayPal \
 	Template::Plugin::POSIX \
 	Rose::URI \
-	Safe
 
 export CPAN_MODULES_FORCE = \
 	Business::Stripe \
diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
index 7dbdd0b..d41ba87 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
@@ -89,7 +89,6 @@ export DEB_APACHE_DISCONF = \
 export CPAN_MODULES = \
 	Business::CreditCard::Object \
 	Business::OnlinePayment::PayPal \
-	Safe
 
 export CPAN_MODULES_FORCE = \
 	Business::Stripe \

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

Summary of changes:
 Open-ILS/src/extras/install/Makefile.debian-jessie |    1 -
 Open-ILS/src/extras/install/Makefile.debian-wheezy |    1 -
 .../src/extras/install/Makefile.ubuntu-precise     |    1 -
 Open-ILS/src/extras/install/Makefile.ubuntu-trusty |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list