pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ddclient Regenerate patch-aa avoiding CVS keyword ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6967d01419dd
branches: trunk
changeset: 533858:6967d01419dd
user: bad <bad%pkgsrc.org@localhost>
date: Wed Oct 03 23:02:52 2007 +0000
description:
Regenerate patch-aa avoiding CVS keyword in the patch.
diffstat:
net/ddclient/distinfo | 4 ++--
net/ddclient/patches/patch-aa | 20 +++++---------------
2 files changed, 7 insertions(+), 17 deletions(-)
diffs (51 lines):
diff -r b9d8512214d7 -r 6967d01419dd net/ddclient/distinfo
--- a/net/ddclient/distinfo Wed Oct 03 21:13:22 2007 +0000
+++ b/net/ddclient/distinfo Wed Oct 03 23:02:52 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2007/10/03 18:31:19 bad Exp $
+$NetBSD: distinfo,v 1.8 2007/10/03 23:02:52 bad Exp $
SHA1 (ddclient-3.6.6.tar.bz2) = 55574b2bc4307122aece3dfccbdbd53771e2365b
RMD160 (ddclient-3.6.6.tar.bz2) = afbc0c868c095408214397aab7398e36342ae666
Size (ddclient-3.6.6.tar.bz2) = 34009 bytes
-SHA1 (patch-aa) = 059cdfe339a6ef56fbcf5b9e6eddb84bd2e2da6f
+SHA1 (patch-aa) = 5a99a1541081892bd64607d5d4e7cab36aaa85be
diff -r b9d8512214d7 -r 6967d01419dd net/ddclient/patches/patch-aa
--- a/net/ddclient/patches/patch-aa Wed Oct 03 21:13:22 2007 +0000
+++ b/net/ddclient/patches/patch-aa Wed Oct 03 23:02:52 2007 +0000
@@ -1,30 +1,20 @@
-$NetBSD: patch-aa,v 1.4 2007/10/03 18:31:19 bad Exp $
+$NetBSD: patch-aa,v 1.5 2007/10/03 23:02:52 bad Exp $
--- ddclient.orig 2005-03-20 12:01:23.000000000 +0100
-+++ ddclient 2007-10-03 20:25:46.000000000 +0200
-@@ -1,5 +1,4 @@
++++ ddclient
+@@ -1,3 +1,2 @@
-#!/usr/bin/perl -w
-#!/usr/local/bin/perl -w
+#!@PERL5@ -w
######################################################################
- # $Header: /cvsroot/pkgsrc/net/ddclient/patches/patch-aa,v 1.4 2007/10/03 18:31:19 bad Exp $
- #
-@@ -22,7 +21,8 @@
- $program =~ s/d$//;
- my $now = time;
+@@ -24,3 +23,4 @@ my $now = time;
my $hostname = hostname();
-my $etc = ($program =~ /test/i) ? './' : '/etc/ddclient/';
+my $etc = ($program =~ /test/i) ? './' : '@PKG_SYSCONFDIR@/';
+my $var = ($program =~ /test/i) ? './' : '@VARBASE@/';
my $savedir = ($program =~ /test/i) ? 'URL/' : '/tmp/';
- my $msgs = '';
- my $last_msgs = '';
-@@ -217,7 +217,7 @@
- 'global-defaults' => {
- 'daemon' => setv(T_DELAY, 0, 0, 1, 0, interval('60s')),
+@@ -219,3 +219,3 @@ my %variables = (
'file' => setv(T_FILE, 0, 0, 1, "$etc$program.conf", undef),
- 'cache' => setv(T_FILE, 0, 0, 1, "$etc$program.cache", undef),
+ 'cache' => setv(T_FILE, 0, 0, 1, "${var}db/$program.cache", undef),
'pid' => setv(T_FILE, 0, 0, 1, "", undef),
- 'proxy' => setv(T_FQDNP, 0, 0, 1, '', undef),
- 'protocol' => setv(T_PROTO, 0, 0, 1, 'dyndns2', undef),
Home |
Main Index |
Thread Index |
Old Index