[open-ils-commits] [GIT] Evergreen ILS branch master updated. 65a75840f824e104792c8913336e8fa18d358339

Evergreen Git git at git.evergreen-ils.org
Mon May 21 11:02:45 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, master has been updated
       via  65a75840f824e104792c8913336e8fa18d358339 (commit)
      from  08297491c797391c199475a9e47b00550f4804fb (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 65a75840f824e104792c8913336e8fa18d358339
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