pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind9 Fix ordering of package list entries, files ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01af2fa57310
branches:  trunk
changeset: 473058:01af2fa57310
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Apr 15 20:05:52 2004 +0000

description:
Fix ordering of package list entries, files should be listed before
"@dirrm" commands.

diffstat:

 net/bind9/PLIST |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r 1e8591928182 -r 01af2fa57310 net/bind9/PLIST
--- a/net/bind9/PLIST   Thu Apr 15 19:43:12 2004 +0000
+++ b/net/bind9/PLIST   Thu Apr 15 20:05:52 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2004/04/07 16:18:23 manu Exp $
+@comment $NetBSD: PLIST,v 1.11 2004/04/15 20:05:52 tron Exp $
 bin/dig
 bin/host
 bin/isc-config.sh
@@ -168,6 +168,11 @@
 include/lwres/netdb.h
 include/lwres/platform.h
 include/lwres/result.h
+lib/libbind.a
+lib/libbind.la
+lib/libbind.so
+lib/libbind.so.2
+lib/libbind.so.2.0
 lib/libdns.a
 lib/libdns.la
 lib/libdns.so
@@ -335,8 +340,3 @@
 include/bind/sys/bitypes.h
 @dirrm include/bind/sys
 @dirrm include/bind
-lib/libbind.a
-lib/libbind.la
-lib/libbind.so
-lib/libbind.so.2
-lib/libbind.so.2.0



Home | Main Index | Thread Index | Old Index