Hi, here comes an update for net/ddclient to the latest stable 3.8.0 release. The diff is attached and can be downloaded from:
https://www.umaxx.net/src/ddclient.diff Please test and comment. Regards, Jörg
Index: Makefile =================================================================== RCS file: /cvs/openbsd/ports/net/ddclient/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 2 Aug 2007 15:50:26 -0000 1.8 +++ Makefile 2 Mar 2009 19:11:12 -0000 @@ -2,7 +2,7 @@ COMMENT= Dynamic DNS service update client -DISTNAME= ddclient-3.7.2 +DISTNAME= ddclient-3.8.0 CATEGORIES= net HOMEPAGE= http://ddclient.sourceforge.net/ @@ -25,7 +25,7 @@ PKG_ARCH= * SAMPLES= sample-etc_cron.d_ddclient sample-etc_ddclient.conf \ sample-etc_dhclient-exit-hooks sample-etc_dhcpc_dhcpcd-eth0.exe \ - sample-etc_ppp_ip-up.local + sample-etc_ppp_ip-up.local sample-ddclient-wrapper.sh post-extract: @perl -pi -e "s,/var/cache/ddclient/,/var/db/ddclient/,g;" \ Index: distinfo =================================================================== RCS file: /cvs/openbsd/ports/net/ddclient/distinfo,v retrieving revision 1.7 diff -u -p -r1.7 distinfo --- distinfo 2 Aug 2007 15:50:26 -0000 1.7 +++ distinfo 2 Mar 2009 19:11:12 -0000 @@ -1,5 +1,5 @@ -MD5 (ddclient-3.7.2.tar.gz) = U/pfBniPhzK/8+5wmPrcTQ== -RMD160 (ddclient-3.7.2.tar.gz) = /tlkJWDXT0Yhee2ukrg0bgjNUU4= -SHA1 (ddclient-3.7.2.tar.gz) = Na12qwWFg7zJVt8z2YAmE343bJ0= -SHA256 (ddclient-3.7.2.tar.gz) = eu2+tfc3zUZ5Q5O98Wb+a4Vtxsl9QCpdz7/mJHuzf+I= -SIZE (ddclient-3.7.2.tar.gz) = 87040 +MD5 (ddclient-3.8.0.tar.gz) = vlwI/uSkVGi45Bw9y3njYA== +RMD160 (ddclient-3.8.0.tar.gz) = dx7ROqJIwTrxHgRmiIUTQYuumPs= +SHA1 (ddclient-3.8.0.tar.gz) = /4ia2s+Ra+uyVSLZzB7aDpWTp/Q= +SHA256 (ddclient-3.8.0.tar.gz) = iPDxz6/S16gT5yw6Px8qCOm/BszR1J3bP5Qt1LkzH7M= +SIZE (ddclient-3.8.0.tar.gz) = 45893 Index: pkg/DESCR =================================================================== RCS file: /cvs/openbsd/ports/net/ddclient/pkg/DESCR,v retrieving revision 1.2 diff -u -p -r1.2 DESCR --- pkg/DESCR 15 Dec 2003 21:55:01 -0000 1.2 +++ pkg/DESCR 2 Mar 2009 19:11:12 -0000 @@ -1,2 +1,4 @@ -ddclient is a Perl client used to update dynamic DNS entries for accounts -on many dynamic DNS services. +DDclient is a Perl client used to update dynamic DNS entries for +accounts on Dynamic DNS Network Services' free DNS service. It has the +capability to update more than only dyndns and it can fetch your +WAN-ipaddress on a few different ways. Index: pkg/PLIST =================================================================== RCS file: /cvs/openbsd/ports/net/ddclient/pkg/PLIST,v retrieving revision 1.6 diff -u -p -r1.6 PLIST --- pkg/PLIST 23 Mar 2007 10:48:02 -0000 1.6 +++ pkg/PLIST 2 Mar 2009 19:11:12 -0000 @@ -6,6 +6,7 @@ share/doc/ddclient/README.cisco share/doc/ddclient/README.ssl share/examples/ddclient/ @sample ${SYSCONFDIR}/ddclient/ +share/examples/ddclient/sample-ddclient-wrapper.sh share/examples/ddclient/sample-etc_cron.d_ddclient share/examples/ddclient/sample-etc_ddclient.conf @sample ${SYSCONFDIR}/ddclient/ddclient.conf
