diff options
author | bad <bad@pkgsrc.org> | 2007-10-03 23:02:52 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2007-10-03 23:02:52 +0000 |
commit | a3e6c4a0ec2560ce8481c5402dfea18679e7be40 (patch) | |
tree | 743d3abcfbbb97b2878412ee8cd1233598ba2802 /net/ddclient | |
parent | 8a26e6f339a1b9e3ce0559244c0e8e4e87c51c48 (diff) | |
download | pkgsrc-a3e6c4a0ec2560ce8481c5402dfea18679e7be40.tar.gz |
Regenerate patch-aa avoiding CVS keyword in the patch.
Diffstat (limited to 'net/ddclient')
-rw-r--r-- | net/ddclient/distinfo | 4 | ||||
-rw-r--r-- | net/ddclient/patches/patch-aa | 20 |
2 files changed, 7 insertions, 17 deletions
diff --git a/net/ddclient/distinfo b/net/ddclient/distinfo index 7d260bcf52e..4d501427163 100644 --- a/net/ddclient/distinfo +++ b/net/ddclient/distinfo @@ -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 --git a/net/ddclient/patches/patch-aa b/net/ddclient/patches/patch-aa index 36fcd73b3b7..5d6aaddb377 100644 --- a/net/ddclient/patches/patch-aa +++ b/net/ddclient/patches/patch-aa @@ -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), |