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: 03-Jun-2005 16:44:37
Branch: HEAD Handle: 2005060315443700
Modified files:
openpkg-src/subversion subversion.spec
Log:
make complex sed(1) substitution really portable by adding missing
semicolon to end and replacing the other semicolons with a bang to
reduce visual confusion. Now it works with both GNU sed and BSD sed.
Summary:
Revision Changes Path
1.92 +2 -2 openpkg-src/subversion/subversion.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/subversion/subversion.spec
============================================================================
$ cvs diff -u -r1.91 -r1.92 subversion.spec
--- openpkg-src/subversion/subversion.spec 26 May 2005 19:34:26 -0000
1.91
+++ openpkg-src/subversion/subversion.spec 3 Jun 2005 14:44:37 -0000
1.92
@@ -38,7 +38,7 @@
Group: SCM
License: Apache/BSD
Version: %{V_opkg}
-Release: 20050526
+Release: 20050603
# package options
%option with_cvs2svn no
@@ -123,7 +123,7 @@
# patch: fix installation of APR
%{l_shtool} subst \
- -e '/^<Layout apr>/,/<\/Layout>/{ s;\(^[ ]*prefix:\).*$;\1
%{l_prefix}; ;s;\(^[ ]*sysconfdir:\).*$;\1 %{l_prefix}/etc/subversion; }' \
+ -e '/^<Layout apr>/,/<\/Layout>/{ s!\(^[ ]*prefix:\).*$!\1
%{l_prefix}!; s!\(^[ ]*sysconfdir:\).*$!\1 %{l_prefix}/etc/subversion!; }' \
apr/config.layout \
apr-util/config.layout
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]