Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ddclient: update to 3.11.0.
@ 2023-10-21 17:55 TinfoilSubmarine
  2023-10-25 20:24 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2023-10-21 17:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]

There is a new pull request by TinfoilSubmarine against master on the void-packages repository

https://github.com/TinfoilSubmarine/void-packages update/ddclient
https://github.com/void-linux/void-packages/pull/46818

ddclient: update to 3.11.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/46818.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/ddclient-46818.patch --]
[-- Type: text/x-diff, Size: 2346 bytes --]

From b46d420ce47f4fbdd27e20f9fd4f57e789384868 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 Mar 2023 15:14:30 -0500
Subject: [PATCH] ddclient: update to 3.11.0.

---
 srcpkgs/ddclient/template | 34 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/ddclient/template b/srcpkgs/ddclient/template
index ac7468606882d..d0ff07ff42c1d 100644
--- a/srcpkgs/ddclient/template
+++ b/srcpkgs/ddclient/template
@@ -1,38 +1,36 @@
 # Template file for 'ddclient'
 pkgname=ddclient
-version=3.9.1
+version=3.11.0
 revision=1
-depends="perl-Data-Validate-IP perl-IO-Socket-SSL"
+build_style=gnu-configure
+configure_args="--sysconfdir=/etc/ddclient"
+hostmakedepends="automake"
+depends="perl-JSON curl"
+checkdepends="$depends perl-HTTP-Daemon perl-Plack perl-HTTP-Message
+ perl-Test-MockModule perl-Test-Warnings curl net-tools"
 short_desc="Perl client used to update dynamic DNS"
 maintainer="rogi <rogi@skylittlesystem.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ddclient/ddclient"
+changelog="https://raw.githubusercontent.com/ddclient/ddclient/master/ChangeLog.md"
 distfiles="https://github.com/ddclient/ddclient/archive/v${version}.tar.gz"
-checksum=e4969e15cc491fc52bdcd649d4c2b0e4b1bf0c9f9dba23471c634871acc52470
+checksum=0e7ad53049c7e8699a316c834cf12cf14134671c7d87a44fe5783a481b886b64
 
 conf_files="/etc/ddclient/ddclient.conf"
 make_dirs="/var/cache/ddclient 0750 root root"
 
-do_install() {
+pre_configure() {
+	./autogen
+}
+
+post_install() {
 	vdoc README.cisco
 	vdoc README.md
-	vdoc README.ssl
-	vdoc RELEASENOTE
-	vdoc TODO
-	vdoc UPGRADE
-	vbin ddclient
 	vsconf sample-ddclient-wrapper.sh
 	vsconf sample-etc_cron.d_ddclient
-	vsconf sample-etc_ddclient.conf
+	vsconf ddclient.conf
 	vsconf sample-etc_dhclient-exit-hooks
 	vsconf sample-etc_dhcpc_dhcpcd-eth0.exe
 	vsconf sample-etc_ppp_ip-up.local
-	vsconf sample-etc_rc.d_init.d_ddclient
-	vsconf sample-etc_rc.d_init.d_ddclient.lsb
-	vsconf sample-etc_rc.d_init.d_ddclient.redhat
-	vsconf sample-etc_rc.d_init.d_ddclient.ubuntu
-	sed -e 's|daemon=300|daemon=600|' -e 's|300 seconds|600 seconds|' \
-		-e '/pid=.*/d' sample-etc_ddclient.conf > void-etc_ddclient.conf
-	vinstall void-etc_ddclient.conf 0600 etc/ddclient ddclient.conf
-	vsv ${pkgname}
+	vsv ddclient
 }

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-03-10 20:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-21 17:55 [PR PATCH] ddclient: update to 3.11.0 TinfoilSubmarine
2023-10-25 20:24 ` [PR PATCH] [Updated] " TinfoilSubmarine
2023-11-02 19:50 ` TinfoilSubmarine
2023-11-02 19:51 ` TinfoilSubmarine
2023-11-02 19:51 ` TinfoilSubmarine
2023-11-23 15:02 ` [PR PATCH] [Updated] ddclient: update to 3.11.1 TinfoilSubmarine
2024-02-22  1:44 ` ddclient: update to 3.11.2 github-actions
2024-02-22 13:38 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-02-22 16:08 ` TinfoilSubmarine
2024-03-10 20:11 ` [PR PATCH] [Merged]: " cinerea0

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).