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: 09-Mar-2008 08:32:01
Branch: HEAD Handle: 2008030907315800
Modified files:
openpkg-src/drupal drupal.spec
Log:
modifying package: drupal-6.1 20080308 -> 20080309
Summary:
Revision Changes Path
1.158 +15 -7 openpkg-src/drupal/drupal.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/drupal/drupal.spec
============================================================================
$ cvs diff -u -r1.157 -r1.158 drupal.spec
--- openpkg-src/drupal/drupal.spec 8 Mar 2008 12:04:56 -0000 1.157
+++ openpkg-src/drupal/drupal.spec 9 Mar 2008 07:31:58 -0000 1.158
@@ -70,8 +70,8 @@
%define V_module_jsmath 6.x-1.0
%define V_module_jtooltips 6.x-1.8
%define V_module_lightbox2 6.x-1.5
-%define V_module_local_menu 6.x-1.2
-%define V_module_logging_alerts 6.x-1.x-dev
+%define V_module_local_menu 6.x-1.3
+%define V_module_logging_alerts 6.x-1.0
%define V_module_marksmarty 6.x-1.0
%define V_module_menu_breadcrumb 6.x-1.1
%define V_module_menutree 6.x-1.2
@@ -111,6 +111,7 @@
%define V_module_trash 6.x-1.x-dev
%define V_module_twikifilter 6.x-1.x-dev
%define V_module_util 6.x-1.1
+%define V_module_virtual_site 6.x-1.1
%define V_module_votingapi 6.x-2.x-dev
%define V_module_wishlist 6.x-2.2
%define V_module_xmlsitemap 6.x-0.x-dev
@@ -147,7 +148,7 @@
Group: CMS
License: GPL
Version: %{V_drupal}
-Release: 20080308
+Release: 20080309
# package options
%option with_mysql yes
@@ -250,10 +251,11 @@
Source84:
http://ftp.drupal.org/files/projects/trash-%{V_module_trash}.tar.gz
Source85:
http://ftp.drupal.org/files/projects/twikifilter-%{V_module_twikifilter}.tar.gz
Source86:
http://ftp.drupal.org/files/projects/util-%{V_module_util}.tar.gz
-Source87:
http://ftp.drupal.org/files/projects/votingapi-%{V_module_votingapi}.tar.gz
-Source88:
http://ftp.drupal.org/files/projects/wishlist-%{V_module_wishlist}.tar.gz
-Source89:
http://ftp.drupal.org/files/projects/xmlsitemap-%{V_module_xmlsitemap}.tar.gz
-Source90:
http://ftp.drupal.org/files/projects/xstandard-%{V_module_xstandard}.tar.gz
+Source87:
http://ftp.drupal.org/files/projects/virtual_site-%{V_module_virtual_site}.tar.gz
+Source88:
http://ftp.drupal.org/files/projects/votingapi-%{V_module_votingapi}.tar.gz
+Source89:
http://ftp.drupal.org/files/projects/wishlist-%{V_module_wishlist}.tar.gz
+Source90:
http://ftp.drupal.org/files/projects/xmlsitemap-%{V_module_xmlsitemap}.tar.gz
+Source91:
http://ftp.drupal.org/files/projects/xstandard-%{V_module_xstandard}.tar.gz
Source100:
http://ftp.drupal.org/files/projects/alek_2_0-%{V_theme_alek_2_0}.tar.gz
Source101:
http://ftp.drupal.org/files/projects/amadou-%{V_theme_amadou}.tar.gz
Source102:
http://ftp.drupal.org/files/projects/barlow-%{V_theme_barlow}.tar.gz
@@ -744,6 +746,11 @@
url = http://ftp.drupal.org/files/projects/
regex = util-(6\.x-\d+(?:\.\d+)+)\.tar\.gz
}
+ prog drupal:module_virtual_site = {
+ version = %{V_module_virtual_site}
+ url = http://ftp.drupal.org/files/projects/
+ regex = virtual_site-(6\.x-\d+(?:\.\d+)+)\.tar\.gz
+ }
prog drupal:module_votingapi = {
version = %{V_module_votingapi}
url = http://ftp.drupal.org/files/projects/
@@ -931,6 +938,7 @@
%{l_tar} xfz %{SOURCE88}
%{l_tar} xfz %{SOURCE89}
%{l_tar} xfz %{SOURCE90}
+ %{l_tar} xfz %{SOURCE91}
) || exit $?
( cd sites/all/themes || exit $?
%{l_tar} xfz %{SOURCE100}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]