Date: Thu, 17 Feb 2022 14:57:31 GMT From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3fcb3729c1f6 - main - dns/openresolv: Update to 3.12.0 Message-ID: <202202171457.21HEvVIZ041875@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fcb3729c1f6cbc9ffa40dc07934dc58033e2773 commit 3fcb3729c1f6cbc9ffa40dc07934dc58033e2773 Author: Gian-Simon Purkert <gspurki@gmail.com> AuthorDate: 2022-02-01 11:04:25 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-02-17 14:55:22 +0000 dns/openresolv: Update to 3.12.0 ChangeLog: https://roy.marples.name/git/openresolv/shortlog/refs/tags/openresolv-3.12.0 PR: 259337 Reported by: gspurki@gmail.com Approved by: roy@marples.name (maintainer) --- dns/openresolv/Makefile | 12 ++++++------ dns/openresolv/distinfo | 5 +++-- dns/openresolv/pkg-descr | 2 +- dns/openresolv/pkg-plist | 19 +++++++++++-------- 4 files changed, 21 insertions(+), 17 deletions(-) diff --git a/dns/openresolv/Makefile b/dns/openresolv/Makefile index 3648d3f603bd..7ab4b6b192d6 100644 --- a/dns/openresolv/Makefile +++ b/dns/openresolv/Makefile @@ -1,19 +1,19 @@ # Created by: Roy Marples <roy@marples.name> PORTNAME= openresolv -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 3.12.0 CATEGORIES= dns -MASTER_SITES= http://roy.marples.name/downloads/openresolv/ \ - ftp://roy.marples.name/pub/openresolv/ +MASTER_SITES= https://roy.marples.name/downloads/openresolv/ MAINTAINER= roy@marples.name COMMENT= Resolvconf compatible framework for managing resolv.conf -USES= cpe tar:bzip2 +USES= cpe tar:xz CPE_VENDOR= ${PORTNAME}_project -NO_ARCH= yes +GNU_CONFIGURE= yes + +NO_ARCH= yes SUB_FILES= pkg-deinstall pkg-message .include <bsd.port.mk> diff --git a/dns/openresolv/distinfo b/dns/openresolv/distinfo index 2fe233ff5a36..16364b79606c 100644 --- a/dns/openresolv/distinfo +++ b/dns/openresolv/distinfo @@ -1,2 +1,3 @@ -SHA256 (openresolv-1.1.tar.bz2) = 979e7af497c69f03d9ae70134ae11e5338b42bdca06fecab5b297a1f16f381f5 -SIZE (openresolv-1.1.tar.bz2) = 8765 +TIMESTAMP = 1634813854 +SHA256 (openresolv-3.12.0.tar.xz) = 42b30508e857a228535c631eaac936862d86eca68c14b5c0bf387ba176b91b97 +SIZE (openresolv-3.12.0.tar.xz) = 21008 diff --git a/dns/openresolv/pkg-descr b/dns/openresolv/pkg-descr index 6c93476f28cb..10f6c35979de 100644 --- a/dns/openresolv/pkg-descr +++ b/dns/openresolv/pkg-descr @@ -1,3 +1,3 @@ A resolvconf compatible framework for managing /etc/resolv.conf. -WWW: http://roy.marples.name/node/343 +WWW: https://roy.marples.name/projects/openresolv/ diff --git a/dns/openresolv/pkg-plist b/dns/openresolv/pkg-plist index dae8d7d7a1f4..b07859a7fed0 100644 --- a/dns/openresolv/pkg-plist +++ b/dns/openresolv/pkg-plist @@ -1,9 +1,12 @@ -@dir etc/resolvconf/update-libc.d -@dir etc/resolvconf/resolv.conf.d +etc/resolvconf.conf +libexec/resolvconf/dnsmasq +libexec/resolvconf/libc +libexec/resolvconf/libc.d/avahi-daemon +libexec/resolvconf/libc.d/mdnsd +libexec/resolvconf/named +libexec/resolvconf/pdns_recursor +libexec/resolvconf/pdnsd +libexec/resolvconf/unbound sbin/resolvconf -etc/resolvconf/run -etc/resolvconf/update.d/libc -etc/resolvconf/update.d/dnsmasq -etc/resolvconf/update.d/named -man/man8/resolvconf.8.gz -@dir /var/run/resolvconf +share/man/man5/resolvconf.conf.5.gz +share/man/man8/resolvconf.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202171457.21HEvVIZ041875>