From 0909e9390c8011f3be5bf3585d9551d3bb0acd8f Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 2 Aug 2005 09:55:37 +0000 Subject: Update to 3.6.6, provided by Geert Hendrickx in PR 30891: 3.6.6 - support for olitec-SX200 - added sample-etc_rc.d_init.d_ddclient.lsb as a sample script for lsb-compliant systems. - support for linksys wrt854g (thanks to Nick Triantos) - support for linksys ver 3 - support for Thomson (Alcatel) SpeedTouch 510 (thanks to Aldoir) - Cosmetic fixes submitted by John Owens 3.6.5 - there was a bug in the linksys-ver2 - support for postscript (thanks to Larry Hendrickson) - Changelog out of README - modified all documentation to use /etc/ddclient/ddclient.conf (notified by nicolasmartin in bug [1070646]) 3.6.4 - added support for NameCheap service (thanks to Dan Boardman) - added support for linksys ver2 (thanks to Dan Perik) 3.6.3 - renamed sample-etc_dhclient-enter-hooks to sample-etc_dhclient-exit-hooks - add support for the Allnet 1298 Router - add -a to ifconfig to query all interfaces (for Solaris and OpenBSD) - update the process status to reflect what is happening. - add a To: line when sending e-mail - add mail-failure to send mail on failures only - try all addresses for multihomed hosts (like check.dyndns.org) - add support for dnspark - add sample for OrgDNS.org --- net/ddclient/Makefile | 20 ++++++++++---------- net/ddclient/PLIST | 5 +++-- net/ddclient/distinfo | 10 +++++----- net/ddclient/patches/patch-aa | 4 ++-- 4 files changed, 20 insertions(+), 19 deletions(-) (limited to 'net/ddclient') diff --git a/net/ddclient/Makefile b/net/ddclient/Makefile index 41f2fd7f3b6..289017392e1 100644 --- a/net/ddclient/Makefile +++ b/net/ddclient/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.21 2005/07/16 19:10:39 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/08/02 09:55:37 wiz Exp $ -DISTNAME= ddclient-3.6.2 -PKGREVISION= 1 +DISTNAME= ddclient-3.6.6 CATEGORIES= net -MASTER_SITES= ${HOMEPAGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ddclient/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://burry.ca:4141/ddclient/ +HOMEPAGE= http://ddclient.sourceforge.net/ COMMENT= Client to update dynamic DNS entries PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -26,14 +26,14 @@ CONF_FILES_PERMS= ${EGDIR}/sample-etc_ddclient.conf \ INSTALLATION_DIRS= sbin do-configure: - cd ${WRKSRC}; for file in ddclient; do \ + cd ${WRKSRC}; for f in ddclient; do \ ${SED} -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" \ -e "s|@PERL5@|${PERL5}|g" \ - $${file} > $${file}.fixed; \ - if [ -x $${file} ]; then \ - ${CHMOD} +x $${file}.fixed; \ + $${f} > $${f}.fixed; \ + if [ -x $${f} ]; then \ + ${CHMOD} +x $${f}.fixed; \ fi; \ - ${MV} -f $${file}.fixed $${file}; \ + ${MV} -f $${f}.fixed $${f}; \ done do-build: # empty diff --git a/net/ddclient/PLIST b/net/ddclient/PLIST index f4a79acd7d7..6490ae458a5 100644 --- a/net/ddclient/PLIST +++ b/net/ddclient/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2005/05/02 20:34:01 reed Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/08/02 09:55:38 wiz Exp $ sbin/ddclient share/doc/ddclient/COPYING share/doc/ddclient/COPYRIGHT @@ -6,10 +6,11 @@ share/doc/ddclient/README share/doc/ddclient/README.cisco share/examples/ddclient/sample-etc_cron.d_ddclient share/examples/ddclient/sample-etc_ddclient.conf -share/examples/ddclient/sample-etc_dhclient-enter-hooks +share/examples/ddclient/sample-etc_dhclient-exit-hooks share/examples/ddclient/sample-etc_dhcpc_dhcpcd-eth0.exe share/examples/ddclient/sample-etc_ppp_ip-up.local share/examples/ddclient/sample-etc_rc.d_init.d_ddclient +share/examples/ddclient/sample-etc_rc.d_init.d_ddclient.lsb share/examples/ddclient/sample-etc_rc.d_init.d_ddclient.redhat share/examples/rc.d/ddclient @dirrm share/examples/ddclient diff --git a/net/ddclient/distinfo b/net/ddclient/distinfo index 50292818f0d..33c813cbcb1 100644 --- a/net/ddclient/distinfo +++ b/net/ddclient/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 12:13:45 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/08/02 09:55:38 wiz Exp $ -SHA1 (ddclient-3.6.2.tar.gz) = c449ccbb63315bd6a0390bbc9ea852848d451ec9 -RMD160 (ddclient-3.6.2.tar.gz) = 2a449eb3c97a2c1488b2258138d2c67f985130ae -Size (ddclient-3.6.2.tar.gz) = 32793 bytes -SHA1 (patch-aa) = 95f103edb6433caec994681233ee9a14b9a51597 +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) = 0c721fd0b429387a9b49ab02927295709d226c13 diff --git a/net/ddclient/patches/patch-aa b/net/ddclient/patches/patch-aa index e200b1c49d6..da50925c81f 100644 --- a/net/ddclient/patches/patch-aa +++ b/net/ddclient/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2001/12/09 19:55:36 jlam Exp $ +$NetBSD: patch-aa,v 1.3 2005/08/02 09:55:38 wiz Exp $ --- ddclient.orig Sun Nov 18 19:54:48 2001 +++ ddclient @@ -9,6 +9,6 @@ $NetBSD: patch-aa,v 1.2 2001/12/09 19:55:36 jlam Exp $ ###################################################################### @@ -22,3 +21,3 @@ my $hostname = hostname(); --my $etc = ($program =~ /test/i) ? './' : '/etc/'; +-my $etc = ($program =~ /test/i) ? './' : '/etc/ddclient/'; +my $etc = ($program =~ /test/i) ? './' : '@PKG_SYSCONFDIR@/'; my $savedir = ($program =~ /test/i) ? 'URL/' : '/tmp/'; -- cgit v1.2.3