forked from Lainports/freebsd-ports
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)
This commit is contained in:
parent
94df86eca5
commit
3fcb3729c1
4 changed files with 21 additions and 17 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue