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: 18-Sep-2003 20:07:08
Branch: HEAD Handle: 2003091819070502
Modified files:
openpkg-re/vcheck vc.rt
openpkg-src/rt rt.spec
openpkg-web news.txt
Log:
HTML::Mason wants Cache::Cache AFAIK
Summary:
Revision Changes Path
1.48 +5 -0 openpkg-re/vcheck/vc.rt
1.97 +16 -10 openpkg-src/rt/rt.spec
1.6625 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.rt
============================================================================
$ cvs diff -u -r1.47 -r1.48 vc.rt
--- openpkg-re/vcheck/vc.rt 9 Sep 2003 15:35:39 -0000 1.47
+++ openpkg-re/vcheck/vc.rt 18 Sep 2003 18:07:05 -0000 1.48
@@ -6,6 +6,11 @@
url = http://bestpractical.com/pub/rt/release/
regex = rt-([\d-]+)\.tar\.gz
}
+prog rt:cache-cache = {
+ version = 1.02
+ url = http://www.cpan.org/modules/by-authors/id/D/DC/DCLINTON/
+ regex = Cache-Cache-(__VER__).tar.gz
+}
prog rt:html-format = {
version = 2.03
url = http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.spec
============================================================================
$ cvs diff -u -r1.96 -r1.97 rt.spec
--- openpkg-src/rt/rt.spec 9 Sep 2003 15:35:39 -0000 1.96
+++ openpkg-src/rt/rt.spec 18 Sep 2003 18:07:07 -0000 1.97
@@ -38,6 +38,7 @@
%define V_locale_maketext_lexicon 0.28
%define V_locale_maketext_fuzzy 0.02
%define V_regexp_common 2.113
+%define V_cache_cache 1.02
# package information
Name: rt
@@ -49,7 +50,7 @@
Group: Database
License: GPL
Version: %{V_here}
-Release: 20030909
+Release: 20030918
# package options
%option with_color_primary 336699
@@ -79,15 +80,16 @@
Source7:
http://www.cpan.org/modules/by-authors/id/A/AU/AUTRIJUS/Locale-Maketext-Lexicon-%{V_locale_maketext_lexicon}.tar.gz
Source8:
http://www.cpan.org/modules/by-authors/id/A/AU/AUTRIJUS/Locale-Maketext-Fuzzy-%{V_locale_maketext_fuzzy}.tar.gz
Source9:
http://www.cpan.org/modules/by-authors/id/A/AB/ABIGAIL/Regexp-Common-%{V_regexp_common}.tar.gz
-Source10: http://bestpractical.com/pub/rt/release/rt-%{V_real}.tar.gz
-Source11: rc.rt
-Source12: rtsetup
-Source13: rtcleanup
-Source14: rtupgrade
-Source15: rtapachectl
-Source16: rtapache.conf
-Source17: config.layout
-Source18: rt-mailgate.sh
+Source10:
http://www.cpan.org/modules/by-authors/id/D/DC/DCLINTON/Cache-Cache-%{V_cache_cache}.tar.gz
+Source11: http://bestpractical.com/pub/rt/release/rt-%{V_real}.tar.gz
+Source12: rc.rt
+Source13: rtsetup
+Source14: rtcleanup
+Source15: rtupgrade
+Source16: rtapachectl
+Source17: rtapache.conf
+Source18: config.layout
+Source19: rt-mailgate.sh
Patch0: rt.patch
# build information
@@ -134,6 +136,7 @@
%setup -q -T -D -a 8
%setup -q -T -D -a 9
%setup -q -T -D -a 10
+ %setup -q -T -D -a 11
# patch RT distribution
cd rt-%{V_real}
@@ -205,6 +208,9 @@
-p ${RPM_BUILD_ROOT}$rt
%{l_prefix}/bin/perl-openpkg install \
-d libapreq-%{V_libapreq} \
+ -p ${RPM_BUILD_ROOT}$rt
+ %{l_prefix}/bin/perl-openpkg install \
+ -d Cache-Cache-%{V_cache_cache} \
-p ${RPM_BUILD_ROOT}$rt
%{l_prefix}/bin/perl-openpkg install \
-d HTML-Mason-%{V_html_mason} \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6624 -r1.6625 news.txt
--- openpkg-web/news.txt 18 Sep 2003 16:58:44 -0000 1.6624
+++ openpkg-web/news.txt 18 Sep 2003 18:07:06 -0000 1.6625
@@ -1,3 +1,4 @@
+18-Sep-2003: Upgraded package: P<rt-3.0.5-20030918>
18-Sep-2003: Upgraded package: P<petidomo-4.0b1-20030918>
18-Sep-2003: Upgraded package: P<pam-20030918-20030918>
18-Sep-2003: Upgraded package: P<xterm-1.79-20030918>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]