From bca308bdce94f69705b51b61844b375706326c05 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sun, 26 Aug 2001 17:53:53 +0000 Subject: Upgrade to 3.5.1. The old distfile was removed from distsite. Things are moving too fast... ;-) --- dns/ddclient/Makefile | 2 +- dns/ddclient/distinfo | 2 +- dns/ddclient/files/patch-aa | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) (limited to 'dns/ddclient') diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 369c4fd3ea2d..9beda2aed6f6 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ddclient -PORTVERSION= 3.4.5 +PORTVERSION= 3.5.1 CATEGORIES= net MASTER_SITES= http://burry.ca:4141/ddclient/ diff --git a/dns/ddclient/distinfo b/dns/ddclient/distinfo index b9c3b7862d17..5245d6a68dad 100644 --- a/dns/ddclient/distinfo +++ b/dns/ddclient/distinfo @@ -1 +1 @@ -MD5 (ddclient-3.4.5.tar.gz) = 7d2c89161e5aa87aa1e27b5741afc029 +MD5 (ddclient-3.5.1.tar.gz) = b9bcc82a5000cd00a26ce8e5c26d6bcd diff --git a/dns/ddclient/files/patch-aa b/dns/ddclient/files/patch-aa index fdf4b1f30fcb..3021bd1d926b 100644 --- a/dns/ddclient/files/patch-aa +++ b/dns/ddclient/files/patch-aa @@ -1,13 +1,13 @@ ---- ddclient.orig Sun Jul 22 23:23:11 2001 -+++ ddclient Sun Aug 26 14:56:45 2001 +--- ddclient.orig Sat Aug 25 17:17:28 2001 ++++ ddclient Sun Aug 26 19:52:01 2001 @@ -1,5 +1,4 @@ -#!/usr/bin/perl -w -#!/usr/local/bin/perl -w +#!%%PERL%% -w ###################################################################### - # $Header: /home/paul/src/ddclient/RCS/ddclient,v 1.91 2001/07/22 21:01:33 root Exp $ + # $Header: /home/paul/src/ddclient/RCS/ddclient,v 3.5 2001/08/25 14:22:00 root Exp $ # -@@ -20,12 +19,12 @@ +@@ -20,8 +19,8 @@ $program =~ s/d$//; my $now = time; my $hostname = hostname(); @@ -18,6 +18,10 @@ my $msgs = ''; my $last_msgs = ''; +@@ -29,7 +28,7 @@ + local $file = ''; + local $lineno = ''; + -$ENV{'PATH'} = (exists($ENV{PATH}) ? "$ENV{PATH}:" : "") . "/sbin:/usr/sbin:/bin:/usr/bin:/etc:/usr/lib:"; +$ENV{'PATH'} = (exists($ENV{PATH}) ? "$ENV{PATH}:" : "") . "/sbin:/usr/sbin:/bin:/usr/bin"; -- cgit v1.2.3