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-2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aaa6976e4bd9
branches:  trunk
changeset: 555959:aaa6976e4bd9
user:      roy <roy%pkgsrc.org@localhost>
date:      Sat Mar 14 22:33:20 2009 +0000

description:
Update to openresolv-2.1

No functional changes since 2.0.1 aside from moving the shell scripts
out of etc and into libexec.
The configuration files in etc/resolvconf/resolv.conf.d have been moved into
resolvconf.

diffstat:

 net/openresolv/MESSAGE  |   3 ++-
 net/openresolv/Makefile |  17 +++++------------
 net/openresolv/PLIST    |  12 +++++-------
 net/openresolv/distinfo |   8 ++++----
 4 files changed, 16 insertions(+), 24 deletions(-)

diffs (79 lines):

diff -r 54750062224b -r aaa6976e4bd9 net/openresolv/MESSAGE
--- a/net/openresolv/MESSAGE    Sat Mar 14 21:10:29 2009 +0000
+++ b/net/openresolv/MESSAGE    Sat Mar 14 22:33:20 2009 +0000
@@ -1,9 +1,10 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.2 2008/12/16 15:49:14 roy Exp $
+$NetBSD: MESSAGE,v 1.3 2009/03/14 22:33:20 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.
 
 ===========================================================================
diff -r 54750062224b -r aaa6976e4bd9 net/openresolv/Makefile
--- a/net/openresolv/Makefile   Sat Mar 14 21:10:29 2009 +0000
+++ b/net/openresolv/Makefile   Sat Mar 14 22:33:20 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/02/07 22:57:02 roy Exp $
+# $NetBSD: Makefile,v 1.3 2009/03/14 22:33:20 roy Exp $
 #
 
-DISTNAME=              openresolv-2.0.1
+DISTNAME=              openresolv-2.1
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/openresolv/
 MASTER_SITES+=         http://roy.aydogan.net/openresolv/
@@ -22,14 +22,7 @@
 INSTALL_MAKE_FLAGS+=   SYSCONFDIR=${EGDIR}
 
 OWN_DIRS=              ${PKG_SYSCONFDIR}/update.d
-OWN_DIRS+=             ${PKG_SYSCONFDIR}/resolv.conf.d
-CONF_FILES=            ${EGDIR}/resolv.conf.d/head \
-                       ${PKG_SYSCONFDIR}/resolv.conf.d/head
+CONF_FILES=            ${EGDIR}/resolv.conf.head \
+                       ${PKG_SYSCONFDIR}/resolv.conf.head
 
-CONF_FILES_PERMS=
-.for s in libc dnsmasq named
-CONF_FILES_PERMS+=     ${EGDIR}/update.d/${s} ${PKG_SYSCONFDIR}/update.d/${s} \
-                       ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0755
-.endfor
-
-.include "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.pkg.mk"
\ No newline at end of file
diff -r 54750062224b -r aaa6976e4bd9 net/openresolv/PLIST
--- a/net/openresolv/PLIST      Sat Mar 14 21:10:29 2009 +0000
+++ b/net/openresolv/PLIST      Sat Mar 14 22:33:20 2009 +0000
@@ -1,10 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/16 14:57:58 roy Exp $
+@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.d/head
-share/examples/resolvconf/update.d/dnsmasq
-share/examples/resolvconf/update.d/libc
-share/examples/resolvconf/update.d/named
-@dirrm share/examples/resolvconf/resolv.conf.d
-@dirrm share/examples/resolvconf/update.d
+share/examples/resolvconf/resolv.conf.head
+libexec/resolvconf/dnsmasq
+libexec/resolvconf/libc
+libexec/resolvconf/named
 @dirrm share/examples/resolvconf
diff -r 54750062224b -r aaa6976e4bd9 net/openresolv/distinfo
--- a/net/openresolv/distinfo   Sat Mar 14 21:10:29 2009 +0000
+++ b/net/openresolv/distinfo   Sat Mar 14 22:33:20 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/02/07 22:57:02 roy Exp $
+$NetBSD: distinfo,v 1.3 2009/03/14 22:33:20 roy Exp $
 
-SHA1 (openresolv-2.0.1.tar.bz2) = 38ff27a8e26405b20f3b242cf1c0315c9edc7c7b
-RMD160 (openresolv-2.0.1.tar.bz2) = 69b052fca48e27ba62f95f6a3ab46cb146d4dc3c
-Size (openresolv-2.0.1.tar.bz2) = 8898 bytes
+SHA1 (openresolv-2.1.tar.bz2) = f8a4211d4781c4b144920c6e9ab8ef8e6c2fc56b
+RMD160 (openresolv-2.1.tar.bz2) = 5f29cbe173fb8bf5e3c50bfb8e9d4d5efbfe5dd4
+Size (openresolv-2.1.tar.bz2) = 8896 bytes



Home | Main Index | Thread Index | Old Index