summaryrefslogtreecommitdiff
path: root/net/openresolv
diff options
context:
space:
mode:
authorroy <roy>2009-03-16 21:55:44 +0000
committerroy <roy>2009-03-16 21:55:44 +0000
commit700d8d12b6006c51d52c6ef0a87e0c03f24db6e1 (patch)
treeec0ca52cb2e8bcb01b377428812eb15d9ca3c211 /net/openresolv
parent64cbc7d554ca6467a84586330cae176a406ebc33 (diff)
downloadpkgsrc-700d8d12b6006c51d52c6ef0a87e0c03f24db6e1.tar.gz
Update to openresolv-3.0
No functional changes since 2.x, but the configuration has moved from lots of little configuration files into one easier to manage configuration file with a nice man page - resolvconf.conf
Diffstat (limited to 'net/openresolv')
-rw-r--r--net/openresolv/MESSAGE4
-rw-r--r--net/openresolv/Makefile14
-rw-r--r--net/openresolv/PLIST9
-rw-r--r--net/openresolv/distinfo8
4 files changed, 17 insertions, 18 deletions
diff --git a/net/openresolv/MESSAGE b/net/openresolv/MESSAGE
index 13ac1ee361e..017b5a30054 100644
--- a/net/openresolv/MESSAGE
+++ b/net/openresolv/MESSAGE
@@ -1,10 +1,10 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.3 2009/03/14 22:33:20 roy Exp $
+$NetBSD: MESSAGE,v 1.4 2009/03/16 21:55:44 roy Exp $
To ensure that resolvconf works correctly, you should ensure that
${PREFIX} is available before any clients attempt to use it.
On NetBSD, for example, you could do this by setting this in /etc/rc.conf
critical_filesystems_local="/usr /var"
-and adding ${PREFIX}/sbin to PATH in /etc/rc.
+and adding ${PREFIX}/sbin to PATH in /etc/rc.conf.
===========================================================================
diff --git a/net/openresolv/Makefile b/net/openresolv/Makefile
index 8c97e3e16ad..d1191cf2630 100644
--- a/net/openresolv/Makefile
+++ b/net/openresolv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2009/03/14 22:33:20 roy Exp $
+# $NetBSD: Makefile,v 1.4 2009/03/16 21:55:44 roy Exp $
#
-DISTNAME= openresolv-2.1
+DISTNAME= openresolv-3.0
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/openresolv/
MASTER_SITES+= http://roy.aydogan.net/openresolv/
@@ -14,15 +14,13 @@ COMMENT= Framework for managing /etc/resolv.conf
USE_LANGUAGES= # none
PKG_DESTDIR_SUPPORT= user-destdir
-PKG_SYSCONFSUBDIR= resolvconf
-EGDIR= ${PREFIX}/share/examples/resolvconf
+EGDIR= ${PREFIX}/share/examples/resolvconf
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} \
SYSCONFDIR=${PKG_SYSCONFDIR}
INSTALL_MAKE_FLAGS+= SYSCONFDIR=${EGDIR}
-OWN_DIRS= ${PKG_SYSCONFDIR}/update.d
-CONF_FILES= ${EGDIR}/resolv.conf.head \
- ${PKG_SYSCONFDIR}/resolv.conf.head
+CONF_FILES= ${EGDIR}/resolvconf.conf \
+ ${PKG_SYSCONFDIR}/resolvconf.conf
-.include "../../mk/bsd.pkg.mk" \ No newline at end of file
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/openresolv/PLIST b/net/openresolv/PLIST
index 3106d4927e1..2d3775a9477 100644
--- a/net/openresolv/PLIST
+++ b/net/openresolv/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2009/03/14 22:33:20 roy Exp $
-man/man8/resolvconf.8
-sbin/resolvconf
-share/examples/resolvconf/resolv.conf.head
+@comment $NetBSD: PLIST,v 1.3 2009/03/16 21:55:44 roy Exp $
libexec/resolvconf/dnsmasq
libexec/resolvconf/libc
libexec/resolvconf/named
+man/man5/resolvconf.conf.5
+man/man8/resolvconf.8
+sbin/resolvconf
+share/examples/resolvconf/resolvconf.conf
@dirrm share/examples/resolvconf
diff --git a/net/openresolv/distinfo b/net/openresolv/distinfo
index 91eba3b4420..2f519538652 100644
--- a/net/openresolv/distinfo
+++ b/net/openresolv/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/03/14 22:33:20 roy Exp $
+$NetBSD: distinfo,v 1.4 2009/03/16 21:55:44 roy Exp $
-SHA1 (openresolv-2.1.tar.bz2) = f8a4211d4781c4b144920c6e9ab8ef8e6c2fc56b
-RMD160 (openresolv-2.1.tar.bz2) = 5f29cbe173fb8bf5e3c50bfb8e9d4d5efbfe5dd4
-Size (openresolv-2.1.tar.bz2) = 8896 bytes
+SHA1 (openresolv-3.0.tar.bz2) = ed35f88680d5f104a560c28f675c4e747ee518b4
+RMD160 (openresolv-3.0.tar.bz2) = 28caf8c8b561268336f6f42ff73f18d30df71719
+Size (openresolv-3.0.tar.bz2) = 9156 bytes