pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/openresolv Update to openresolv-3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34181a994232
branches:  trunk
changeset: 556101:34181a994232
user:      roy <roy%pkgsrc.org@localhost>
date:      Mon Mar 16 21:55:44 2009 +0000

description:
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:

 net/openresolv/MESSAGE  |   4 ++--
 net/openresolv/Makefile |  14 ++++++--------
 net/openresolv/PLIST    |   9 +++++----
 net/openresolv/distinfo |   8 ++++----
 4 files changed, 17 insertions(+), 18 deletions(-)

diffs (80 lines):

diff -r d2e8ad38e8ae -r 34181a994232 net/openresolv/MESSAGE
--- a/net/openresolv/MESSAGE    Mon Mar 16 21:24:12 2009 +0000
+++ b/net/openresolv/MESSAGE    Mon Mar 16 21:55:44 2009 +0000
@@ -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 -r d2e8ad38e8ae -r 34181a994232 net/openresolv/Makefile
--- a/net/openresolv/Makefile   Mon Mar 16 21:24:12 2009 +0000
+++ b/net/openresolv/Makefile   Mon Mar 16 21:55:44 2009 +0000
@@ -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 @@
 USE_LANGUAGES=         # none
 
 PKG_DESTDIR_SUPPORT=   user-destdir
-PKG_SYSCONFSUBDIR=     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 -r d2e8ad38e8ae -r 34181a994232 net/openresolv/PLIST
--- a/net/openresolv/PLIST      Mon Mar 16 21:24:12 2009 +0000
+++ b/net/openresolv/PLIST      Mon Mar 16 21:55:44 2009 +0000
@@ -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 -r d2e8ad38e8ae -r 34181a994232 net/openresolv/distinfo
--- a/net/openresolv/distinfo   Mon Mar 16 21:24:12 2009 +0000
+++ b/net/openresolv/distinfo   Mon Mar 16 21:55:44 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index