Commits

Mojca Miklavec authored and Jeremy Lavergne committed ceacbd5adfb
ddclient: fix path to perl

Also add size, move patching from configure to post-patch, remove unused patch. Closes: https://trac.macports.org/ticket/56893
No tags

net/ddclient/files/patch-ddclient.diff

Modified
1 1 --- ddclient.orig 2012-10-16 09:50:53.000000000 -0400
2 2 +++ ddclient 2012-10-16 09:51:43.000000000 -0400
3 -@@ -29,8 +29,8 @@
3 +@@ -35,8 +35,8 @@
4 4 $program =~ s/d$//;
5 5 my $now = time;
6 6 my $hostname = hostname();
7 7 -my $etc = ($program =~ /test/i) ? './' : '/etc/ddclient/';
8 8 -my $cachedir = ($program =~ /test/i) ? './' : '/var/cache/ddclient/';
9 9 +my $etc = ($program =~ /test/i) ? './' : '@@PREFIX@@/etc/ddclient/';
10 10 +my $cachedir = ($program =~ /test/i) ? './' : '@@PREFIX@@/var/cache/ddclient/';
11 11 my $savedir = ($program =~ /test/i) ? 'URL/' : '/tmp/';
12 12 my $msgs = '';
13 13 my $last_msgs = '';

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut