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 Date: 24-Jan-2004 22:00:49
Branch: HEAD Handle: 2004012421004305
Modified files:
openpkg-src/quagga quagga.spec
openpkg-web news.txt
Log:
fix path to Perl interpreter
Summary:
Revision Changes Path
1.6 +4 -1 openpkg-src/quagga/quagga.spec
1.8224 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/quagga/quagga.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 quagga.spec
--- openpkg-src/quagga/quagga.spec 23 Jan 2004 13:13:18 -0000 1.5
+++ openpkg-src/quagga/quagga.spec 24 Jan 2004 21:00:48 -0000 1.6
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 0.96.4
-Release: 20031102
+Release: 20040124
# list of sources
Source0: http://www.quagga.net/download/quagga-%{version}.tar.gz
@@ -67,6 +67,9 @@
%prep
%setup -q
+ %{l_shtool} subst \
+ -e 's;/usr/bin/perl;%{l_prefix}/bin/perl;g' \
+ vtysh/extract.pl
case "%{l_platform -t}" in
*-freebsd* )
%{l_shtool} subst \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8223 -r1.8224 news.txt
--- openpkg-web/news.txt 24 Jan 2004 20:55:43 -0000 1.8223
+++ openpkg-web/news.txt 24 Jan 2004 21:00:43 -0000 1.8224
@@ -1,3 +1,4 @@
+24-Jan-2004: Upgraded package: P<quagga-0.96.4-20040124>
24-Jan-2004: Upgraded package: P<pgpdump-0.22-20040124>
24-Jan-2004: Upgraded package: P<pv-0.6.4-20040124>
24-Jan-2004: Upgraded package: P<pdnsd-1.1.9-20040124>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]