git: f1099fc401df - main - dns/updatedd: Deprecate and set expiration date to 2023-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Nov 2023 09:27:11 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1099fc401df2c789c97c1425b42b75cb4ad3a1c commit f1099fc401df2c789c97c1425b42b75cb4ad3a1c Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-11-17 18:57:46 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-11-18 09:24:48 +0000 dns/updatedd: Deprecate and set expiration date to 2023-12-31 Last release in 2006 and upstream is dead (domain is no longer valid), point users to active alternatives such as dns/inadyn, dns/ddclient or dns/godns PR: 274651 Approved by: portmgr (maintainer timeout, 3+ weeks) --- dns/updatedd/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dns/updatedd/Makefile b/dns/updatedd/Makefile index e4f90840457a..5c2da0c58ef0 100644 --- a/dns/updatedd/Makefile +++ b/dns/updatedd/Makefile @@ -9,6 +9,9 @@ MAINTAINER= geniusj@ods.org COMMENT= Dynamic DNS Update Client supporting multiple services WWW= http://updatedd.philipp-benner.de +DEPRECATED= Last release in 2006 and upstream is dead. Consider migrating to dns/inadyn, dns/ddclient or dns/godns +EXPIRATION_DATE=2023-12-31 + OPTIONS_DEFINE= DOCS USES= gmake libtool perl5 shebangfix