ports/contrib (3.5): [notify] ddclient: 3.8.1 -> 3.9.0 new dependencies: p5-io-socket-inet6 p5-digest-sha1 p5-data-validate-ip
commit ec9f4447d35a39aea3a4a5c11ba2bc1cfa611b82 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Aug 31 12:40:40 2019 +1000 [notify] ddclient: 3.8.1 -> 3.9.0 new dependencies: p5-io-socket-inet6 p5-digest-sha1 p5-data-validate-ip diff --git a/ddclient/.signature b/ddclient/.signature index 745aa997..2fcb7448 100644 --- a/ddclient/.signature +++ b/ddclient/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36QNgQ5fqIxIMQiN/FP/bww/2fleWnb2Bpc17pftmWR53Q1gp/056GQFSU6PXjhB6L9GQJdIl57wTBnPjR0Spw8= -SHA256 (Pkgfile) = ec27086aabacdb1eb812441d4854d2d18c1feecffbd112c96fb2572b07d630c1 +RWSagIOpLGJF30rbP6K5ulbu64lw+V5mZZSsjBEZp1cBCq1cJXVFfaugAOj7vOIWPRvcx8N5A8cHRxWqFobKZ4NWvHDP8vJU1A8= +SHA256 (Pkgfile) = cede46ef1e3a8daa4dd13e5ed72eb8a590a4ded265bd427aa0403a34d3f10cdc SHA256 (.footprint) = 9d888cc14a2f6e9a90d80e360e3963cce73ae32aeb5caedb759b6846a452fe9a -SHA256 (ddclient-3.8.1.tar.bz2) = 77a82668a53fdbed1e05ad6febe6dbefb093e3922afb20b993d4ad9ee868258f +SHA256 (ddclient-v3.9.0.tar.gz) = 9c4ae902742e8a37790d3cc8fad4e5b0f38154c76bba3643f4423d8f96829e3b SHA256 (ddclient.rc) = c80b3ede788eb0b45f0f27441271351486136b397d78d380e4e3eb91bb3b8aba diff --git a/ddclient/Pkgfile b/ddclient/Pkgfile index 7c840ee8..0747f434 100644 --- a/ddclient/Pkgfile +++ b/ddclient/Pkgfile @@ -1,20 +1,19 @@ # Description: Utility for maintaining your dynamic DNS entries. -# URL: http://ddclient.wiki.sourceforge.net/ +# URL: https://github.com/ddclient/ddclient # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Jay Dolan, jdolan at jdolan dot dyndns dot org -# Depends on: p5-io-socket-ssl +# Depends on: p5-io-socket-ssl p5-io-socket-inet6 p5-digest-sha1 p5-data-validate-ip name=ddclient -version=3.8.1 -release=2 -source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$v... +version=3.9.0 +release=1 +source=(https://github.com/ddclient/ddclient/archive/v$version/$name-v$version.tar.g... ddclient.rc) build() { - cd ddclient-$version + cd $name-$version sed -i -e 's|/etc/ddclient/|/etc/|' ddclient install -d $PKG/var/cache/ddclient install -D -m 0755 ddclient $PKG/usr/sbin/ddclient - install -D -m 0755 ../ddclient.rc $PKG/etc/rc.d/ddclient + install -D -m 0755 $SRC/ddclient.rc $PKG/etc/rc.d/ddclient install -D -m 0600 sample-etc_ddclient.conf $PKG/etc/ddclient.conf }
participants (1)
-
crux@crux.nu