[CVS] OpenPKG: openpkg-src/leo/ leo.patch leo.spec

2008-04-23 Thread Ralf S. Engelschall
  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:   23-Apr-2008 08:02:29
  Branch: HEAD Handle: 2008042307022800

  Modified files:
openpkg-src/leo leo.patch leo.spec

  Log:
upgrading package: leo 1.31 - 1.33

  Summary:
RevisionChanges Path
1.10+10 -23 openpkg-src/leo/leo.patch
1.16+2  -2  openpkg-src/leo/leo.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/leo/leo.patch
  
  $ cvs diff -u -r1.9 -r1.10 leo.patch
  --- openpkg-src/leo/leo.patch 10 Apr 2008 11:02:20 -  1.9
  +++ openpkg-src/leo/leo.patch 23 Apr 2008 06:02:28 -  1.10
  @@ -1,21 +1,7 @@
  -Index: Org.pm
   Org.pm.orig  2008-04-07 15:29:33 +0200
  -+++ Org.pm   2008-04-10 13:00:20 +0200
  -@@ -330,8 +330,8 @@
  - my $leftsize = length($left);
  - $maxsize = $leftsize if($leftsize  $maxsize);
  - push @match, { left = $left, right = $right };
  --$this-debug( normalized segment  left: $left);
  --$this-debug( normalized segment right: $right\n);
  -+$this-debug( normalized segment  left: $left) if (defined $left);
  -+$this-debug( normalized segment right: $right\n) if (defined 
$right);
  -   }
  - }
  - else {
   Index: leo
   leo.orig 2008-04-07 15:28:59 +0200
  -+++ leo  2008-04-10 12:58:38 +0200
  -@@ -31,8 +31,8 @@
  +--- leo.orig 2008-04-22 23:09:05 +0200
   leo  2008-04-23 08:00:53 +0200
  +@@ -32,8 +32,8 @@
#
my $highlight = 1;
my $default_c = \033[0m;# reset default terminal color
  @@ -24,10 +10,10 @@
   +my $bold_c= \033[0;1m;  # bold text
   +my $blue_c= \033[0;34m; # blue color

  - my $version   = 1.31;
  + my $version   = 1.33;
my $config= $ENV{HOME} . /.leo;
  -@@ -267,18 +267,13 @@
  - # dict entry
  +@@ -262,19 +262,14 @@
  +   foreach my $entry (@{$section-{data}}) {
$entry-{left} =~ s/^(.*)$/$1 .   x ($maxsize - length($1))/e;
if ($highlight) {
   -  $entry-{left}  =~ s/(\Q$string\E)/$bold_c . $1 . $default_c/ei;
  @@ -35,14 +21,15 @@
   +  $entry-{left}  =~ s/(\Q$string\E)/$blue_c . $1 . $default_c/ei;
   +  $entry-{right} =~ s/(\Q$string\E)/$blue_c . $1 . $default_c/ei;
}
  - print $entry-{left} . $entry-{right} . \n;
  + print  $entry-{left}$entry-{right}\n;
  }
}

  + 
   -print $copy_c if $highlight;
   -print \n Fetched by leo $version via http://dict.leo.org/;;
  --print \n Copyright  ©  LEO  Dictionary Team 1995-2008;
  --print \n [leo] GPL Copyleft © Thomas Linden 2000-2008\n\n;
  +-print \n Copyright  ©  LEO  Dictionary Team 1995-2007;
  +-print \n [leo] GPL Copyleft © Thomas Linden 2000-2007\n\n;
   -print $default_c if $highlight;


  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/leo/leo.spec
  
  $ cvs diff -u -r1.15 -r1.16 leo.spec
  --- openpkg-src/leo/leo.spec  10 Apr 2008 11:02:22 -  1.15
  +++ openpkg-src/leo/leo.spec  23 Apr 2008 06:02:28 -  1.16
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Searching
   License:  GPL
  -Version:  1.31
  -Release:  20080410
  +Version:  1.33
  +Release:  20080423
   
   #   list of sources
   Source0:  
http://www.daemon.de/files/mirror/ftp.daemon.de/scip/PerlModules/WWW-Dict-Leo-Org-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-dbi/ perl-dbi.spec

2008-04-23 Thread Ralf S. Engelschall
  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:   23-Apr-2008 08:02:56
  Branch: HEAD Handle: 2008042307025400

  Modified files:
openpkg-src/perl-dbiperl-dbi.spec

  Log:
modifying package: perl-dbi-5.10.0 20080417 - 20080423

  Summary:
RevisionChanges Path
1.271   +2  -2  openpkg-src/perl-dbi/perl-dbi.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.spec
  
  $ cvs diff -u -r1.270 -r1.271 perl-dbi.spec
  --- openpkg-src/perl-dbi/perl-dbi.spec17 Apr 2008 06:07:08 -  
1.270
  +++ openpkg-src/perl-dbi/perl-dbi.spec23 Apr 2008 06:02:54 -  
1.271
  @@ -36,7 +36,7 @@
   %define   V_dbd_sprite  0.59
   %define   V_dbd_sqlite  1.14
   %define   V_dbd_mysql   4.006
  -%define   V_dbd_pgsql   2.6.0
  +%define   V_dbd_pgsql   2.6.1
   %define   V_dbd_oracle  1.21
   %define   V_dbd_sybase  1.08
   %define   V_dbd_odbc1.15
  @@ -54,7 +54,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20080417
  +Release:  20080423
   
   #   package options
   %option   with_dbd_sqlite  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/tor/ tor.spec

2008-04-23 Thread Ralf S. Engelschall
  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:   23-Apr-2008 08:03:03
  Branch: HEAD Handle: 2008042307030200

  Modified files:
openpkg-src/tor tor.spec

  Log:
upgrading package: tor 0.2.0.23 - 0.2.0.24

  Summary:
RevisionChanges Path
1.64+3  -3  openpkg-src/tor/tor.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/tor/tor.spec
  
  $ cvs diff -u -r1.63 -r1.64 tor.spec
  --- openpkg-src/tor/tor.spec  25 Mar 2008 07:28:22 -  1.63
  +++ openpkg-src/tor/tor.spec  23 Apr 2008 06:03:02 -  1.64
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_dist  0.2.0.23-rc
  -%define   V_opkg  0.2.0.23
  +%define   V_dist  0.2.0.24-rc
  +%define   V_opkg  0.2.0.24
   
   #   package information
   Name: tor
  @@ -36,7 +36,7 @@
   Group:Network
   License:  LGPL
   Version:  %{V_opkg}
  -Release:  20080325
  +Release:  20080423
   
   #   list of sources
   Source0:  http://www.torproject.org/dist/tor-%{V_dist}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-crypto/ perl-crypto.spec

2008-04-23 Thread Ralf S. Engelschall
  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:   23-Apr-2008 08:03:07
  Branch: HEAD Handle: 2008042307030600

  Modified files:
openpkg-src/perl-crypto perl-crypto.spec

  Log:
modifying package: perl-crypto-5.10.0 20080410 - 20080423

  Summary:
RevisionChanges Path
1.173   +2  -2  openpkg-src/perl-crypto/perl-crypto.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-crypto/perl-crypto.spec
  
  $ cvs diff -u -r1.172 -r1.173 perl-crypto.spec
  --- openpkg-src/perl-crypto/perl-crypto.spec  10 Apr 2008 06:37:43 -  
1.172
  +++ openpkg-src/perl-crypto/perl-crypto.spec  23 Apr 2008 06:03:06 -  
1.173
  @@ -47,7 +47,7 @@
   %define   V_crypt_rot13   0.6
   %define   V_crypt_null1.02
   %define   V_crypt_ecb 1.40
  -%define   V_crypt_cbc 2.28
  +%define   V_crypt_cbc 2.29
   %define   V_crypt_openssl_bignum  0.04
   %define   V_crypt_openssl_dsa 0.13
   %define   V_crypt_openssl_rsa 0.25
  @@ -74,7 +74,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20080410
  +Release:  20080423
   
   #   package options
   %option   with_pari  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/drupal/ drupal.spec

2008-04-23 Thread Ralf S. Engelschall
  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:   23-Apr-2008 08:03:51
  Branch: HEAD Handle: 2008042307035000

  Modified files:
openpkg-src/drupal  drupal.spec

  Log:
modifying package: drupal-6.2 20080422 - 20080423

  Summary:
RevisionChanges Path
1.206   +3  -3  openpkg-src/drupal/drupal.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/drupal/drupal.spec
  
  $ cvs diff -u -r1.205 -r1.206 drupal.spec
  --- openpkg-src/drupal/drupal.spec22 Apr 2008 05:58:47 -  1.205
  +++ openpkg-src/drupal/drupal.spec23 Apr 2008 06:03:50 -  1.206
  @@ -133,7 +133,7 @@
   %define   V_module_supernav6.x-1.0
   %define   V_module_switchtheme 6.x-1.x-dev
   %define   V_module_table_altrow6.x-1.1
  -%define   V_module_tableofcontents 6.x-2.x-dev
  +%define   V_module_tableofcontents 6.x-2.1
   %define   V_module_tabs6.x-1.x-dev
   %define   V_module_taxonomy_browser6.x-1.0
   %define   V_module_taxonomy_delegate   6.x-1.1
  @@ -157,7 +157,7 @@
   %define   V_module_xstandard   6.x-1.0-beta2
   %define   V_module_yui 6.x-1.1
   %define   V_module_yui_calendar6.x-1.1-4
  -%define   V_module_yui_editor  6.x-1.1-2
  +%define   V_module_yui_editor  6.x-1.2
   %define   V_module_yuimenu 6.x-1.1
   %define   V_module_zeitgeist   6.x-1.x-dev
   
  @@ -191,7 +191,7 @@
   Group:CMS
   License:  GPL
   Version:  %{V_drupal}
  -Release:  20080422
  +Release:  20080423
   
   #   package options
   %option   with_mysql   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-ssh/ perl-ssh.spec

2008-04-23 Thread Ralf S. Engelschall
  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:   23-Apr-2008 19:24:37
  Branch: HEAD Handle: 2008042318243600

  Modified files:
openpkg-src/perl-sshperl-ssh.spec

  Log:
modifying package: perl-ssh-5.10.0 20080421 - 20080423

  Summary:
RevisionChanges Path
1.15+2  -2  openpkg-src/perl-ssh/perl-ssh.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-ssh/perl-ssh.spec
  
  $ cvs diff -u -r1.14 -r1.15 perl-ssh.spec
  --- openpkg-src/perl-ssh/perl-ssh.spec21 Apr 2008 18:13:22 -  
1.14
  +++ openpkg-src/perl-ssh/perl-ssh.spec23 Apr 2008 17:24:36 -  
1.15
  @@ -25,7 +25,7 @@
   %define   V_perl   5.10.0
   %define   V_net_ssh2   0.18
   %define   V_net_ssh0.08
  -%define   V_net_ssh_expect 1.08
  +%define   V_net_ssh_expect 1.09
   %define   V_net_scp0.08
   %define   V_net_scp_expect 0.12
   %define   V_net_sftp_foreign   1.36
  @@ -41,7 +41,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20080421
  +Release:  20080423
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Net/Net-SSH2-%{V_net_ssh2}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/libidn/ libidn.spec

2008-04-23 Thread Ralf S. Engelschall
  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:   23-Apr-2008 19:24:44
  Branch: HEAD Handle: 2008042318244400

  Modified files:
openpkg-src/libidn  libidn.spec

  Log:
upgrading package: libidn 1.7 - 1.8

  Summary:
RevisionChanges Path
1.54+2  -2  openpkg-src/libidn/libidn.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/libidn/libidn.spec
  
  $ cvs diff -u -r1.53 -r1.54 libidn.spec
  --- openpkg-src/libidn/libidn.spec10 Apr 2008 16:02:31 -  1.53
  +++ openpkg-src/libidn/libidn.spec23 Apr 2008 17:24:44 -  1.54
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:DNS
   License:  LGPL
  -Version:  1.7
  -Release:  20080410
  +Version:  1.8
  +Release:  20080423
   
   #   list of sources
   Source0:  http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/typo3/ typo3.spec

2008-04-23 Thread Ralf S. Engelschall
  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:   23-Apr-2008 19:24:58
  Branch: HEAD Handle: 2008042318245700

  Modified files:
openpkg-src/typo3   typo3.spec

  Log:
upgrading package: typo3 4.1.6 - 4.2.0

  Summary:
RevisionChanges Path
1.5 +2  -2  openpkg-src/typo3/typo3.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/typo3/typo3.spec
  
  $ cvs diff -u -r1.4 -r1.5 typo3.spec
  --- openpkg-src/typo3/typo3.spec  4 Mar 2008 06:24:09 -   1.4
  +++ openpkg-src/typo3/typo3.spec  23 Apr 2008 17:24:57 -  1.5
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:CMS
   License:  GPL
  -Version:  4.1.6
  -Release:  20080304
  +Version:  4.2.0
  +Release:  20080423
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/typo3/typo3_src-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-xml/ perl-xml.spec

2008-04-23 Thread Ralf S. Engelschall
  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:   23-Apr-2008 19:25:35
  Branch: HEAD Handle: 2008042318253400

  Modified files:
openpkg-src/perl-xmlperl-xml.spec

  Log:
modifying package: perl-xml-5.10.0 20080421 - 20080423

  Summary:
RevisionChanges Path
1.335   +2  -2  openpkg-src/perl-xml/perl-xml.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.334 -r1.335 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec21 Apr 2008 18:08:38 -  
1.334
  +++ openpkg-src/perl-xml/perl-xml.spec23 Apr 2008 17:25:34 -  
1.335
  @@ -39,7 +39,7 @@
   %define   V_html_selector_xpath 0.03
   %define   V_html_element_extended   1.17
   %define   V_html_tableextract   2.10
  -%define   V_css 1.07
  +%define   V_css 1.08
   %define   V_css_tiny1.15
   %define   V_xml_dom 1.44
   %define   V_xml_dom_lite0.15
  @@ -98,7 +98,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20080421
  +Release:  20080423
   
   #   package options
   %option   with_libxmlno
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/drupal/ drupal.spec

2008-04-23 Thread Ralf S. Engelschall
  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:   23-Apr-2008 19:25:56
  Branch: HEAD Handle: 2008042318255600

  Modified files:
openpkg-src/drupal  drupal.spec

  Log:
modifying package: drupal-6.2 20080423 again

  Summary:
RevisionChanges Path
1.207   +1  -1  openpkg-src/drupal/drupal.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/drupal/drupal.spec
  
  $ cvs diff -u -r1.206 -r1.207 drupal.spec
  --- openpkg-src/drupal/drupal.spec23 Apr 2008 06:03:50 -  1.206
  +++ openpkg-src/drupal/drupal.spec23 Apr 2008 17:25:56 -  1.207
  @@ -81,7 +81,7 @@
   %define   V_module_globalredirect  6.x-1.x-dev
   %define   V_module_glossary6.x-1.1
   %define   V_module_headerimage 6.x-1.x-dev
  -%define   V_module_helpers 6.x-1.1-beta1
  +%define   V_module_helpers 6.x-1.1
   %define   V_module_http_action 6.x-1.x-dev
   %define   V_module_iconizer6.x-1.x-dev
   %define   V_module_image   6.x-1.0-alpha1
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-www/ perl-www.spec

2008-04-23 Thread Ralf S. Engelschall
  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:   23-Apr-2008 19:30:15
  Branch: HEAD Handle: 2008042318301400

  Modified files:
openpkg-src/perl-wwwperl-www.spec

  Log:
modifying package: perl-www-5.10.0 20080422 - 20080423

  Summary:
RevisionChanges Path
1.415   +2  -2  openpkg-src/perl-www/perl-www.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-www/perl-www.spec
  
  $ cvs diff -u -r1.414 -r1.415 perl-www.spec
  --- openpkg-src/perl-www/perl-www.spec22 Apr 2008 17:20:07 -  
1.414
  +++ openpkg-src/perl-www/perl-www.spec23 Apr 2008 17:30:14 -  
1.415
  @@ -26,7 +26,7 @@
   %define   V_libwww_perl   5.812
   %define   V_uri   1.36
   %define   V_uri_fetch 0.08
  -%define   V_cgi   3.35
  +%define   V_cgi   3.37
   %define   V_cgi_untaint   1.26
   %define   V_cgi_auth  3.00
   %define   V_cgi_simple0.077
  @@ -98,7 +98,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20080422
  +Release:  20080423
   
   #   package options
   %option   with_curl  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/dhtml/ dhtml.spec

2008-04-23 Thread Ralf S. Engelschall
  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:   23-Apr-2008 20:12:10
  Branch: HEAD Handle: 2008042319121000

  Modified files:
openpkg-src/dhtml   dhtml.spec

  Log:
modifying package: dhtml-0 20080321 - 20080423

  Summary:
RevisionChanges Path
1.134   +3  -3  openpkg-src/dhtml/dhtml.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/dhtml/dhtml.spec
  
  $ cvs diff -u -r1.133 -r1.134 dhtml.spec
  --- openpkg-src/dhtml/dhtml.spec  21 Mar 2008 11:36:19 -  1.133
  +++ openpkg-src/dhtml/dhtml.spec  23 Apr 2008 18:12:10 -  1.134
  @@ -65,7 +65,7 @@
   %define   V_jquery_interface 1.2
   %define   V_excanvas 20080317
   %define   V_oat  2.8
  -%define   V_extjs2.0.2
  +%define   V_extjs2.1
   
   #   package information
   Name: dhtml
  @@ -78,7 +78,7 @@
   Group:HTML
   License:  Open Source
   Version:  0
  -Release:  20080321
  +Release:  20080423
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dhtml/prototype-%{V_prototype}.js
  @@ -358,7 +358,7 @@
   }
   prog dhtml:extjs = {
   version   = %{V_extjs}
  -url   = http://extjs.com/download
  +url   = http://extjs.com/products/extjs/download.php
   regex = ext-(__VER__)\.zip
   }
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org