From b098356ea6420aea25a5d65df3ba1655e3edef4a Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 7 Feb 2019 15:18:12 -0500 Subject: [PATCH] Lp 1801163: Update Prerequisites Update Prerequisite installation files for move to Email::Stuffer and friends. Signed-off-by: Jason Stephenson --- Open-ILS/src/extras/install/Makefile.debian-jessie | 3 +-- Open-ILS/src/extras/install/Makefile.debian-stretch | 5 ++--- Open-ILS/src/extras/install/Makefile.ubuntu-bionic | 3 +-- Open-ILS/src/extras/install/Makefile.ubuntu-xenial | 5 ++--- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie index d1c3b44200..a3b987be7d 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-jessie +++ b/Open-ILS/src/extras/install/Makefile.debian-jessie @@ -37,7 +37,6 @@ export DEBS = \ libdbd-pgsql\ libdbi-dev\ libdbi1\ - libemail-simple-perl\ libexcel-writer-xlsx-perl\ libgd-graph3d-perl\ liblocale-maketext-lexicon-perl\ @@ -93,7 +92,7 @@ export DEB_APACHE_DISCONF = \ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ - Email::Send + Email::Stuffer export CPAN_MODULES_FORCE = \ Business::Stripe \ diff --git a/Open-ILS/src/extras/install/Makefile.debian-stretch b/Open-ILS/src/extras/install/Makefile.debian-stretch index 036d41e7fe..9402c1065e 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-stretch +++ b/Open-ILS/src/extras/install/Makefile.debian-stretch @@ -37,7 +37,7 @@ export DEBS = \ libdbd-pgsql\ libdbi-dev\ libdbi1\ - libemail-simple-perl\ + libemail-stuffer-perl\ libexcel-writer-xlsx-perl\ libgd-graph3d-perl\ liblocale-maketext-lexicon-perl\ @@ -91,8 +91,7 @@ export DEB_APACHE_DISCONF = \ serve-cgi-bin export CPAN_MODULES = \ - Business::OnlinePayment::PayPal \ - Email::Send + Business::OnlinePayment::PayPal export CPAN_MODULES_FORCE = \ Business::Stripe \ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-bionic b/Open-ILS/src/extras/install/Makefile.ubuntu-bionic index adc3c54c45..18d7e8c5d1 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-bionic +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-bionic @@ -36,7 +36,7 @@ export DEBS = \ libdbd-pgsql\ libdbi-dev\ libdbi1\ - libemail-simple-perl\ + libemail-stuffer-perl\ libexcel-writer-xlsx-perl\ libgd-graph3d-perl\ liblocale-maketext-lexicon-perl\ @@ -88,7 +88,6 @@ export DEB_APACHE_DISCONF = \ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ - Email::Send \ MARC::Charset \ Net::Z3950::Simple2ZOOM diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-xenial b/Open-ILS/src/extras/install/Makefile.ubuntu-xenial index d92cb518a1..3ce4311eb1 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-xenial +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-xenial @@ -37,7 +37,7 @@ export DEBS = \ libdbd-pgsql\ libdbi-dev\ libdbi1\ - libemail-simple-perl\ + libemail-stuffer-perl\ libexcel-writer-xlsx-perl\ libgd-graph3d-perl\ liblocale-maketext-lexicon-perl\ @@ -91,8 +91,7 @@ export DEB_APACHE_DISCONF = \ serve-cgi-bin export CPAN_MODULES = \ - Business::OnlinePayment::PayPal \ - Email::Send + Business::OnlinePayment::PayPal export CPAN_MODULES_FORCE = \ Business::Stripe \ -- 2.11.0