pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ddclient Update to 3.6.6, provided by Geert Hendri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c90fe3dac53
branches:  trunk
changeset: 497680:4c90fe3dac53
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 02 09:55:37 2005 +0000

description:
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

diffstat:

 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(-)

diffs (95 lines):

diff -r 8d2eeaf689ed -r 4c90fe3dac53 net/ddclient/Makefile
--- a/net/ddclient/Makefile     Tue Aug 02 09:54:52 2005 +0000
+++ b/net/ddclient/Makefile     Tue Aug 02 09:55:37 2005 +0000
@@ -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@localhost
-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 @@
 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 -r 8d2eeaf689ed -r 4c90fe3dac53 net/ddclient/PLIST
--- a/net/ddclient/PLIST        Tue Aug 02 09:54:52 2005 +0000
+++ b/net/ddclient/PLIST        Tue Aug 02 09:55:37 2005 +0000
@@ -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.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 -r 8d2eeaf689ed -r 4c90fe3dac53 net/ddclient/distinfo
--- a/net/ddclient/distinfo     Tue Aug 02 09:54:52 2005 +0000
+++ b/net/ddclient/distinfo     Tue Aug 02 09:55:37 2005 +0000
@@ -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 -r 8d2eeaf689ed -r 4c90fe3dac53 net/ddclient/patches/patch-aa
--- a/net/ddclient/patches/patch-aa     Tue Aug 02 09:54:52 2005 +0000
+++ b/net/ddclient/patches/patch-aa     Tue Aug 02 09:55:37 2005 +0000
@@ -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 @@
  ######################################################################
 @@ -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/';



Home | Main Index | Thread Index | Old Index