pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools20 Add shared library symlinks to PLI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06f846d4d3ae
branches:  trunk
changeset: 491655:06f846d4d3ae
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Sun Mar 27 15:58:24 2005 +0000

description:
Add shared library symlinks to PLIST, noted by Martti Kuparinen.
Bump PKGREVISION.

diffstat:

 sysutils/xentools20/Makefile |  4 ++--
 sysutils/xentools20/PLIST    |  6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r f0c62994b0ae -r 06f846d4d3ae sysutils/xentools20/Makefile
--- a/sysutils/xentools20/Makefile      Sun Mar 27 15:43:32 2005 +0000
+++ b/sysutils/xentools20/Makefile      Sun Mar 27 15:58:24 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2005/03/17 23:53:56 bouyer Exp $
+# $NetBSD: Makefile,v 1.5 2005/03/27 15:58:24 bouyer Exp $
 #
 
 DISTNAME=              xen-2.0.3-src
 PKGNAME=               xentools20-2.0.3
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            sysutils
 MASTER_SITES=          http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/
 EXTRACT_SUFX=          .tgz
diff -r f0c62994b0ae -r 06f846d4d3ae sysutils/xentools20/PLIST
--- a/sysutils/xentools20/PLIST Sun Mar 27 15:43:32 2005 +0000
+++ b/sysutils/xentools20/PLIST Sun Mar 27 15:58:24 2005 +0000
@@ -1,10 +1,14 @@
-@comment $NetBSD: PLIST,v 1.2 2005/03/17 23:47:12 bouyer Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/03/27 15:58:24 bouyer Exp $
 bin/miniterm
 bin/xencons
 bin/xenperf
 include/xc.h
+lib/libxc.so
+lib/libxc.so.2.0
 lib/libxc.so.2.0.0
 lib/libxutil.a
+lib/libxutil.so
+lib/libxutil.so.2.0
 lib/libxutil.so.2.0.0
 sbin/netfix
 sbin/xend



Home | Main Index | Thread Index | Old Index