pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Fixed a quoting error ($ => $$) in a sed expressio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95a49056fb76
branches:  trunk
changeset: 489058:95a49056fb76
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Feb 15 20:46:20 2005 +0000

description:
Fixed a quoting error ($ => $$) in a sed expression. Bumped PKGREVISION.
Approved by xtraeme.

diffstat:

 chat/jabberd2/Makefile |  5 +++--
 doc/CHANGES            |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r c096aed74fb0 -r 95a49056fb76 chat/jabberd2/Makefile
--- a/chat/jabberd2/Makefile    Tue Feb 15 20:33:44 2005 +0000
+++ b/chat/jabberd2/Makefile    Tue Feb 15 20:46:20 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2005/01/20 15:08:54 xtraeme Exp $
+# $NetBSD: Makefile,v 1.19 2005/02/15 20:46:20 rillig Exp $
 #
 
 DISTNAME=              jabberd-2.0s6
+PKGREVISION=           1
 CATEGORIES=            chat
 MASTER_SITES=          http://www.jabberstudio.org/files/jabberd2/
 
@@ -24,7 +25,7 @@
 SUBST_FILES.path=      configure
 SUBST_MESSAGE.path=    "Fixing configure script."
 SUBST_SED.path=                -e "s,/usr/local,${PREFIX},g"                   \
-                       -e "s,\$sysconfdir/jabberd,\$sysconfdir,g"
+                       -e "s,\$$sysconfdir/jabberd,\$$sysconfdir,g"
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --disable-mysql
diff -r c096aed74fb0 -r 95a49056fb76 doc/CHANGES
--- a/doc/CHANGES       Tue Feb 15 20:33:44 2005 +0000
+++ b/doc/CHANGES       Tue Feb 15 20:46:20 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.9148 2005/02/15 16:48:44 rillig Exp $
+$NetBSD: CHANGES,v 1.9149 2005/02/15 20:46:21 rillig Exp $
 
 Changes to the packages collection and infrastructure in 2005:
 
@@ -884,3 +884,4 @@
        Updated python23 to 2.3.5 [drochner 2005-02-15]
        Updated fontforge to 20050209 [adam 2005-02-15]
        Updated awstats to 6.3nb4 [minskim 2005-02-15]
+       Updated jabberd2 to 2.0s6nb1 [rillig 2005-02-15]



Home | Main Index | Thread Index | Old Index