diff options
author | tnn <tnn@pkgsrc.org> | 2007-07-01 00:52:31 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-07-01 00:52:31 +0000 |
commit | 086351861b37887c64964d3ac274f60bb084899e (patch) | |
tree | 65a84e54bf70ea6d1868ab4b129e0afdc72f141a | |
parent | f7f809276732c6c0163d8664cf0b20ad692c92ee (diff) | |
download | pkgsrc-086351861b37887c64964d3ac274f60bb084899e.tar.gz |
The import message stated version 20070527, the package stated 20070525,
but in actuality it is 20070625. My poor excuse for the screwup is that it
has been sitting in my tree for a while.
-rw-r--r-- | net/solaris-tap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/solaris-tap/Makefile b/net/solaris-tap/Makefile index c94b265bd7e..12dc305e5a6 100644 --- a/net/solaris-tap/Makefile +++ b/net/solaris-tap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/01 00:43:20 tnn Exp $ +# $NetBSD: Makefile,v 1.2 2007/07/01 00:52:31 tnn Exp $ DISTNAME= tuntap -PKGNAME= solaris-tap-20070525 +PKGNAME= solaris-tap-20070625 CATEGORIES= net MASTER_SITES= http://www.whiteboard.ne.jp/~admin2/tuntap/source/tuntap/ |