summaryrefslogtreecommitdiff
path: root/ddclient
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-11-19 20:20:05 +0000
committerTim Biermann <tbier@posteo.de>2022-11-19 20:33:49 +0000
commitc6f6354d34f39c43a770c5226e04569f3a1393b3 (patch)
tree12d7c663679f79596a5539ac36f76dd02ec4fe57 /ddclient
parentee78230d9d1698c40a7e418d1c88517dd97611f7 (diff)
downloadcontrib-c6f6354d34f39c43a770c5226e04569f3a1393b3.tar.gz
contrib-c6f6354d34f39c43a770c5226e04569f3a1393b3.tar.xz
ddclient: 3.9.1 -> 3.10.0
Diffstat (limited to 'ddclient')
-rw-r--r--ddclient/.footprint14
-rw-r--r--ddclient/.signature8
-rw-r--r--ddclient/Pkgfile12
3 files changed, 16 insertions, 18 deletions
diff --git a/ddclient/.footprint b/ddclient/.footprint
index 0b9649dbd..4fba15dec 100644
--- a/ddclient/.footprint
+++ b/ddclient/.footprint
@@ -1,10 +1,8 @@
drwxr-xr-x root/root etc/
--rw------- root/root etc/ddclient.conf
-drwxr-xr-x root/root etc/rc.d/
--rwxr-xr-x root/root etc/rc.d/ddclient
+-rw-r--r-- root/root etc/ddclient.conf
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/sbin/
--rwxr-xr-x root/root usr/sbin/ddclient
-drwxr-xr-x root/root var/
-drwxr-xr-x root/root var/cache/
-drwxr-xr-x root/root var/cache/ddclient/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/ddclient
+drwxr-xr-x root/root usr/var/
+drwxr-xr-x root/root usr/var/cache/
+drwxr-xr-x root/root usr/var/cache/ddclient/
diff --git a/ddclient/.signature b/ddclient/.signature
index 0fd9ea45a..58dc9ab4e 100644
--- a/ddclient/.signature
+++ b/ddclient/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3xSYnvdptmOTbiHXIi0nYMVhnw1huENzhb4mRQbb1Ixhmt3Ly44Tz1iYjsuHpHWFPRU7d0klKdqfoR5TVaAmGQw=
-SHA256 (Pkgfile) = a6e139ac6428c36dbd5d7e60e9b524b27b01dc561bec652ba31d31f64019e4d6
-SHA256 (.footprint) = 9d888cc14a2f6e9a90d80e360e3963cce73ae32aeb5caedb759b6846a452fe9a
-SHA256 (ddclient-v3.9.1.tar.gz) = e4969e15cc491fc52bdcd649d4c2b0e4b1bf0c9f9dba23471c634871acc52470
+RWSagIOpLGJF32dDycWyizj0b1XJq2DZ4V+e5CQJbC7q7kzK8ibAmtcv65jvrMoYCoWA3vE7El09oiKbLQ1Utxzzt0qQ4P6JggI=
+SHA256 (Pkgfile) = 77e3e50ee8347b0c6ff37be4cf5faf59db18087b603c037898547faf980255a2
+SHA256 (.footprint) = da7de60e955a37799bcf63606740705251d29b138952f10c6eac1f9e07be5a0e
+SHA256 (ddclient-v3.10.0.tar.gz) = 34b6d9a946290af0927e27460a965ad018a7c525625063b0f380cbddffc01c1b
SHA256 (ddclient.rc) = c80b3ede788eb0b45f0f27441271351486136b397d78d380e4e3eb91bb3b8aba
diff --git a/ddclient/Pkgfile b/ddclient/Pkgfile
index 5e229ba9b..52312d067 100644
--- a/ddclient/Pkgfile
+++ b/ddclient/Pkgfile
@@ -4,16 +4,16 @@
# Depends on: p5-io-socket-ssl p5-io-socket-inet6 p5-digest-sha1 p5-data-validate-ip
name=ddclient
-version=3.9.1
+version=3.10.0
release=1
source=(https://github.com/ddclient/ddclient/archive/v$version/$name-v$version.tar.gz
ddclient.rc)
build() {
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 $SRC/ddclient.rc $PKG/etc/rc.d/ddclient
- install -D -m 0600 sample-etc_ddclient.conf $PKG/etc/ddclient.conf
+ autoreconf -vfi
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make
+ make DESTDIR=$PKG install
}

Generated by cgit