OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Feb-2008 12:29:38
Branch: HEAD Handle: 2008021611293700
Modified files:
openpkg-src/joomla joomla-apache.conf joomla.spec
Log:
align with drupal package
Summary:
Revision Changes Path
1.6 +3 -1 openpkg-src/joomla/joomla-apache.conf
1.12 +3 -1 openpkg-src/joomla/joomla.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/joomla/joomla-apache.conf
============================================================================
$ cvs diff -u -r1.5 -r1.6 joomla-apache.conf
--- openpkg-src/joomla/joomla-apache.conf 6 Jul 2007 07:22:57 -0000
1.5
+++ openpkg-src/joomla/joomla-apache.conf 16 Feb 2008 11:29:37 -0000
1.6
@@ -95,7 +95,9 @@
Alias /joomla @l_prefix@/lib/joomla/runtime
DocumentRoot @l_prefix@/lib/joomla/runtime
DirectoryIndex index.php
-<Directory "@l_prefix@/lib/joomla/runtime">
+ErrorDocument 404 /index.php
+ExpiresByType text/html A1
+<Directory @l_prefix@/lib/joomla/runtime>
Options Indexes ExecCGI FollowSymLinks
AllowOverride None
Order allow,deny
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/joomla/joomla.spec
============================================================================
$ cvs diff -u -r1.11 -r1.12 joomla.spec
--- openpkg-src/joomla/joomla.spec 14 Feb 2008 19:15:46 -0000 1.11
+++ openpkg-src/joomla/joomla.spec 16 Feb 2008 11:29:37 -0000 1.12
@@ -37,7 +37,7 @@
Group: CMS
License: GPL/LGPL
Version: %{V_opkg}
-Release: 20080214
+Release: 20080216
# list of sources
Source0:
http://downloads.joomlacode.org/frsrelease/%{V_subdir}/Joomla_%{V_dist}-Stable-Full_Package.tar.gz
@@ -57,7 +57,9 @@
PreReq: apache-php::with_pcre = yes
PreReq: apache-php::with_xml = yes
PreReq: apache-php::with_gd = yes
+PreReq: apache-php::with_session = yes
PreReq: apache-php::with_mm = yes
+PreReq: apache-php::with_sendmail = yes
PreReq: MTA
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]