pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/smokeping Fix an extra double-quote that made its ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8e50fa2be10
branches: trunk
changeset: 540970:c8e50fa2be10
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sat Apr 12 14:14:56 2008 +0000
description:
Fix an extra double-quote that made its way into a patch and prevents
smokeping from running.
diffstat:
net/smokeping/distinfo | 4 ++--
net/smokeping/patches/patch-aa | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 34df5c5a14c9 -r c8e50fa2be10 net/smokeping/distinfo
--- a/net/smokeping/distinfo Sat Apr 12 13:58:27 2008 +0000
+++ b/net/smokeping/distinfo Sat Apr 12 14:14:56 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2008/04/06 21:47:00 adrianp Exp $
+$NetBSD: distinfo,v 1.12 2008/04/12 14:14:56 adrianp Exp $
SHA1 (smokeping-2.3.5.tar.gz) = d7ed6d1cf7fde5c8c9e1cb69c1e543cdf3f3edfa
RMD160 (smokeping-2.3.5.tar.gz) = 484efd851453024e83cb84ecad753d2051df0081
Size (smokeping-2.3.5.tar.gz) = 580458 bytes
-SHA1 (patch-aa) = b86c8e571c502b2a1517a32188df849ffd13f34c
+SHA1 (patch-aa) = 6387c16acc98d9e991ebe31d55cf44d37b5a6382
SHA1 (patch-ab) = 0365074b3308637c82b5a611c3283886f40a3227
SHA1 (patch-ac) = 6cbefd4c8a6bea7ccae32b663dffd8c6fd1f73e5
SHA1 (patch-ad) = ef7b3139a87faa5895ba48171359458aefe1496a
diff -r 34df5c5a14c9 -r c8e50fa2be10 net/smokeping/patches/patch-aa
--- a/net/smokeping/patches/patch-aa Sat Apr 12 13:58:27 2008 +0000
+++ b/net/smokeping/patches/patch-aa Sat Apr 12 14:14:56 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.8 2008/04/06 21:47:00 adrianp Exp $
+$NetBSD: patch-aa,v 1.9 2008/04/12 14:14:56 adrianp Exp $
--- bin/smokeping.dist.orig 2008-03-29 07:47:19.000000000 +0000
+++ bin/smokeping.dist
@@ -13,7 +13,7 @@
use Smokeping 2.003005;
-Smokeping::main("etc/config.dist");
-+Smokeping::main(""@PKG_SYSCONFDIR@/config");
++Smokeping::main("@PKG_SYSCONFDIR@/config");
=head1 NAME
Home |
Main Index |
Thread Index |
Old Index