[Opensrf-commits] r1509 - trunk/src/extras

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Nov 22 22:50:59 EST 2008


Author: dbs
Date: 2008-11-22 22:50:57 -0500 (Sat, 22 Nov 2008)
New Revision: 1509

Modified:
   trunk/src/extras/Makefile.install
Log:
Minor updates for prereq makefile

Modified: trunk/src/extras/Makefile.install
===================================================================
--- trunk/src/extras/Makefile.install	2008-11-20 21:37:32 UTC (rev 1508)
+++ trunk/src/extras/Makefile.install	2008-11-23 03:50:57 UTC (rev 1509)
@@ -3,7 +3,7 @@
 #
 # Makefile to install prerequisites for OpenSRF
 #
-# Currently supports Debian (etch), Ubuntu (gutsy), and Gentoo.
+# Currently supports Debian (etch), Ubuntu (gutsy/hardy), and Gentoo.
 # Working towards support of CentOS 5 / RHEL 5.
 # Installs Perl prereqs, libjs with Perl wrapper
 #
@@ -38,8 +38,9 @@
 
 # ejabberd is not packaged on CentOS/RHEL, so we have to
 # download the installable package from the source
-EJABBERD_VER=2.0.1
-EJABBERD_PKG=ejabberd-2.0.1_2-linux-x86-installer.bin
+EJABBERD_VER=2.0.2
+EJABBERD_PKG=ejabberd-2.0.2_2-linux-x86-installer.bin
+EJABBERD_PKG_x64=ejabberd-2.0.2_2-linux-x86_64-installer.bin
 EJABBERD_HOST=http://www.process-one.net/downloads/ejabberd
 
 # libmemcache is not packaged on CentOS/RHEL
@@ -163,7 +164,7 @@
 	net-fs/nfs-utils\
 	dev-libs/apr\
 	dev-perl/Cache-Memcached\
-    dev-perl/DBI\
+	dev-perl/DBI\
 	dev-perl/Log-Log4perl\
 	dev-perl/Unix-Syslog\
 	dev-perl/XML-LibXML\



More information about the opensrf-commits mailing list