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-Nov-2003 17:13:05
Branch: HEAD Handle: 2003112416130302
Modified files:
openpkg-src/txt2man txt2man.spec
openpkg-web news.txt
Log:
fix substitution
Summary:
Revision Changes Path
1.26 +2 -2 openpkg-src/txt2man/txt2man.spec
1.7523 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/txt2man/txt2man.spec
============================================================================
$ cvs diff -u -r1.25 -r1.26 txt2man.spec
--- openpkg-src/txt2man/txt2man.spec 8 Jul 2003 14:43:00 -0000 1.25
+++ openpkg-src/txt2man/txt2man.spec 24 Nov 2003 16:13:05 -0000 1.26
@@ -33,7 +33,7 @@
Group: Converter
License: GPL
Version: 1.4.8
-Release: 20030707
+Release: 20031124
# list of sources
Source0: http://mvertes.free.fr/download/txt2man-%{version}.tar.gz
@@ -55,7 +55,7 @@
%build
%{l_shtool} subst \
-e 's;/bin/sh;%{l_prefix}/bin/bash;g' \
- -e 's;awk;%{l_prefix}/bin/gawk;g' \
+ -e 's;gawk;%{l_prefix}/bin/gawk;g' \
txt2man
./txt2man -h | ./txt2man >txt2man.1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7522 -r1.7523 news.txt
--- openpkg-web/news.txt 24 Nov 2003 14:23:34 -0000 1.7522
+++ openpkg-web/news.txt 24 Nov 2003 16:13:03 -0000 1.7523
@@ -1,3 +1,4 @@
+24-Nov-2003: Upgraded package: P<txt2man-1.4.8-20031124>
24-Nov-2003: Upgraded package: P<postfix-2.0.16-20031124>
24-Nov-2003: Upgraded package: P<perl-wx-20031124-20031124>
24-Nov-2003: Upgraded package: P<perl-util-20031124-20031124>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]