OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 24-Oct-2003 10:07:05
Branch: HEAD Handle: 2003102409070302
Modified files:
openpkg-re/vcheck vc.perl-www
openpkg-src/perl-www perl-www.spec
openpkg-web news.txt
Log:
upgrade libwww-perl and include WWW-Mechanize (will be removed from
RT)
Summary:
Revision Changes Path
1.72 +6 -1 openpkg-re/vcheck/vc.perl-www
1.86 +8 -3 openpkg-src/perl-www/perl-www.spec
1.7145 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.perl-www
============================================================================
$ cvs diff -u -r1.71 -r1.72 vc.perl-www
--- openpkg-re/vcheck/vc.perl-www 20 Oct 2003 06:42:50 -0000 1.71
+++ openpkg-re/vcheck/vc.perl-www 24 Oct 2003 08:07:03 -0000 1.72
@@ -42,7 +42,7 @@
regex = FCGI-(__VER__)\.tar\.gz
}
prog perl-www:libwww-perl = {
- version = 5.73
+ version = 5.74
url = http://www.cpan.org/modules/by-module/WWW/
regex = libwww-perl-(__VER__)\.tar\.gz
}
@@ -70,5 +70,10 @@
version = 1.27
url = http://www.cpan.org/modules/by-module/URI/
regex = URI-(__VER__)\.tar\.gz
+}
+prog perl-www:WWW-Mechanize = {
+ version = 0.64
+ url = http://www.cpan.org/modules/by-module/WWW/
+ regex = WWW-Mechanize-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-www/perl-www.spec
============================================================================
$ cvs diff -u -r1.85 -r1.86 perl-www.spec
--- openpkg-src/perl-www/perl-www.spec 20 Oct 2003 06:42:52 -0000 1.85
+++ openpkg-src/perl-www/perl-www.spec 24 Oct 2003 08:07:05 -0000 1.86
@@ -24,7 +24,7 @@
##
# versions of individual parts
-%define V_libwww_perl 5.73
+%define V_libwww_perl 5.74
%define V_uri 1.27
%define V_cgi 3.00
%define V_cgi_application 3.1
@@ -38,6 +38,7 @@
%define V_soap_lite 0.55
%define V_soap_lite_smartproxy 0.11
%define V_soap_payload 1.02
+%define V_www_mechanize 0.64
# package information
Name: perl-www
@@ -48,8 +49,8 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
-Version: 20031020
-Release: 20031020
+Version: 20031024
+Release: 20031024
# list of sources
Source0: http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz
@@ -66,6 +67,7 @@
Source11:
http://www.cpan.org/modules/by-module/SOAP/SOAP-Lite-%{V_soap_lite}.tar.gz
Source12:
http://www.cpan.org/modules/by-module/SOAP/SOAP-Lite-SmartProxy-%{V_soap_lite_smartproxy}.tar.gz
Source13:
http://www.cpan.org/modules/by-module/SOAP/SOAP-payload-%{V_soap_payload}.tar.gz
+Source14:
http://www.cpan.org/modules/by-authors/id/P/PE/PETDANCE/WWW-Mechanize-%{V_www_mechanize}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -91,6 +93,7 @@
- SOAP::Lite (%{V_soap_lite})
- SOAP::Lite::SmartProxy (%{V_soap_lite_smartproxy})
- SOAP::payload (%{V_soap_payload})
+ - WWW::Mechanize (%{V_www_mechanize})
%prep
%setup0 -q -c
@@ -107,6 +110,7 @@
%setup11 -q -T -D -a 11
%setup12 -q -T -D -a 12
%setup13 -q -T -D -a 13
+ %setup14 -q -T -D -a 14
%build
@@ -129,6 +133,7 @@
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE11}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE12}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE13}
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE14}
# cleanup installation
( cd $RPM_BUILD_ROOT%{l_prefix}/bin
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7144 -r1.7145 news.txt
--- openpkg-web/news.txt 24 Oct 2003 07:47:15 -0000 1.7144
+++ openpkg-web/news.txt 24 Oct 2003 08:07:03 -0000 1.7145
@@ -1,3 +1,4 @@
+24-Oct-2003: Upgraded package: P<perl-www-20031024-20031024>
24-Oct-2003: Upgraded package: P<nano-1.3.0-20031024>
24-Oct-2003: Upgraded package: P<perl-dbix-20031024-20031024>
24-Oct-2003: Upgraded package: P<mozilla-mplayer-1.0p2t4-20031024>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]