diff options
author | tnn <tnn@pkgsrc.org> | 2015-09-22 01:59:00 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-09-22 01:59:00 +0000 |
commit | c288f838a900048aa0a664c0003b47aa06fd1451 (patch) | |
tree | 7632793defd5ff1d973f7d54643d07b88be6c77b | |
parent | 2984db7dfbac3a0a5e49159657aa30e93749c227 (diff) | |
download | pkgsrc-c288f838a900048aa0a664c0003b47aa06fd1451.tar.gz |
Update to solaris-tap-1.1.0 (20110711)
Changes: none
(only change is that the Makefile now supports DESTDIR installation, but we
have a manual do-install target.)
-rw-r--r-- | net/solaris-tap/MESSAGE | 6 | ||||
-rw-r--r-- | net/solaris-tap/Makefile | 4 | ||||
-rw-r--r-- | net/solaris-tap/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/net/solaris-tap/MESSAGE b/net/solaris-tap/MESSAGE index 7bdb81ee991..7ea95076d14 100644 --- a/net/solaris-tap/MESSAGE +++ b/net/solaris-tap/MESSAGE @@ -1,8 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2007/07/01 00:43:20 tnn Exp $ +$NetBSD: MESSAGE,v 1.2 2015/09/22 01:59:00 tnn Exp $ To enable the TUN/TAP driver in your Solaris kernel after an installation -or upgrade, you must manually copy the following files to /usr/kernel/drv: +or upgrade, you must manually copy the following files to +/usr/kernel/drv (or to /usr/kernel/drv/amd64 on x86_64 platforms). + ${PREFIX}/lkm/tap ${PREFIX}/lkm/tap.conf ${PREFIX}/lkm/tun diff --git a/net/solaris-tap/Makefile b/net/solaris-tap/Makefile index 501211745cd..9d8cb2660a7 100644 --- a/net/solaris-tap/Makefile +++ b/net/solaris-tap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2014/03/14 08:34:45 obache Exp $ +# $NetBSD: Makefile,v 1.9 2015/09/22 01:59:00 tnn Exp $ DISTNAME= tuntap -PKGNAME= solaris-tap-20091116 +PKGNAME= solaris-tap-1.1.0 CATEGORIES= net MASTER_SITES= http://www.whiteboard.ne.jp/~admin2/tuntap/source/tuntap/ diff --git a/net/solaris-tap/distinfo b/net/solaris-tap/distinfo index c3a75c4423a..d8c7101c167 100644 --- a/net/solaris-tap/distinfo +++ b/net/solaris-tap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/04/14 20:20:33 hans Exp $ +$NetBSD: distinfo,v 1.4 2015/09/22 01:59:00 tnn Exp $ -SHA1 (solaris-tap-20091116/tuntap.tar.gz) = bbe7cbc50d9f337e3c89cc20f3948f860bde11bd -RMD160 (solaris-tap-20091116/tuntap.tar.gz) = 30a4271550e86e7fe76bfdfa66f84f2e3a0e1c77 -Size (solaris-tap-20091116/tuntap.tar.gz) = 40637 bytes +SHA1 (solaris-tap-1.1.0/tuntap.tar.gz) = aa3f0cfab3a584fa916bb7651fb08198395058e7 +RMD160 (solaris-tap-1.1.0/tuntap.tar.gz) = 170c0920426cc399b903426734829edd110dfb3b +Size (solaris-tap-1.1.0/tuntap.tar.gz) = 41228 bytes |