[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 1f1235905d934446f0732e842bd0be91f33e7b73

Evergreen Git git at git.evergreen-ils.org
Mon May 21 11:02:32 EDT 2012


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_2 has been updated
       via  1f1235905d934446f0732e842bd0be91f33e7b73 (commit)
      from  d87ff5e89609bdc1434952ddb4306f8f483009f7 (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 1f1235905d934446f0732e842bd0be91f33e7b73
Author: Jason Stephenson <jason at sigio.com>
Date:   Fri May 18 22:51:14 2012 -0400

    Add libnet-https-any-perl as precise deb requirement in Makefile.install.
    
    Business::OnlinePayment::PayPal requires it, and it does not always want
    to install from CPAN. It says it require either Net-SSLeay or
    Crypt-SSLeay but the CPAN package never wants to install unless they
    both are installed. The deb package for Ubuntu seems to do the right
    thing.
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install
index 7aacaed..aeb84f3 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -110,7 +110,8 @@ EXTRA_DEBS_PRECISE = \
     liblibrary-callnumber-lc-perl \
     libsru-perl \
     libnet-z3950-simple2zoom-perl \
-    libuuid-tiny-perl
+    libuuid-tiny-perl \
+    libnet-https-any-perl
 
 FEDORA_RPMS = \
 	aspell \

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

Summary of changes:
 Open-ILS/src/extras/Makefile.install |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list