diff options
author | cube <cube@pkgsrc.org> | 2004-08-07 09:10:01 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-08-07 09:10:01 +0000 |
commit | 935f6319c110d83bc1fdd37af07670cfaf59eefd (patch) | |
tree | ca8435f74a197af2ca11bd3e9b6492c759161836 /net | |
parent | 73d7567921e44421346dbb3b4c1ec37cf7f601e3 (diff) | |
download | pkgsrc-935f6319c110d83bc1fdd37af07670cfaf59eefd.tar.gz |
Update to version 1.5.1. Patch provided in PR 26574 by Isihara Takanori.
Version 1.5.1 - June 2003
- Fixed segmentation fault when using -f option (noticed by Brian Lovrin)
- Fixed printing ugliness (noticed by Darren Critchley)
- Changed version number :) (1.5 said that it is 1.0.3 - now it proudly says 1.5.1)
Diffstat (limited to 'net')
-rw-r--r-- | net/nbtscan/Makefile | 5 | ||||
-rw-r--r-- | net/nbtscan/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/nbtscan/Makefile b/net/nbtscan/Makefile index 230eb2750f1..ec95cc15df3 100644 --- a/net/nbtscan/Makefile +++ b/net/nbtscan/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/02/14 00:54:45 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/08/07 09:10:01 cube Exp $ # -DISTNAME= nbtscan-1.5 +DISTNAME= nbtscan-1.5.1 CATEGORIES= net MASTER_SITES= http://www.inetcat.org/software/ @@ -11,6 +11,7 @@ COMMENT= NetBIOS name network scanner GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${DISTNAME}a ALL_TARGET= nbtscan do-install: diff --git a/net/nbtscan/distinfo b/net/nbtscan/distinfo index 265602eb583..771d94fdd1f 100644 --- a/net/nbtscan/distinfo +++ b/net/nbtscan/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2003/04/03 11:51:16 wiz Exp $ +$NetBSD: distinfo,v 1.5 2004/08/07 09:10:01 cube Exp $ -SHA1 (nbtscan-1.5.tar.gz) = 2f2f76d8c8181fd4952aea3bcc3d30c25dfbf7cc -Size (nbtscan-1.5.tar.gz) = 76791 bytes +SHA1 (nbtscan-1.5.1.tar.gz) = 4041d8f6b592fa310b8d3c79c56a2d3263dba82f +Size (nbtscan-1.5.1.tar.gz) = 82107 bytes |