diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-09-12 20:51:45 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-09-12 20:51:45 +0800 |
commit | b35d2f69a534fffe43f7256e51bb89095cb3ab6d (patch) | |
tree | 36291d556ac9b6fa3d3d834f0b391debe5c19d9b /net-mgmt | |
parent | e24d59cf8d004b16647b26080feb732106f5d71b (diff) | |
download | freebsd-ports-gnome-b35d2f69a534fffe43f7256e51bb89095cb3ab6d.tar.gz freebsd-ports-gnome-b35d2f69a534fffe43f7256e51bb89095cb3ab6d.tar.zst freebsd-ports-gnome-b35d2f69a534fffe43f7256e51bb89095cb3ab6d.zip |
- Update mastersite.
- Fix WWW.
- Pass maintainership to submiter.
PR: ports/102981
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nbtscan/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/nbtscan/pkg-descr | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-mgmt/nbtscan/Makefile b/net-mgmt/nbtscan/Makefile index 9d79621c8bff..2cdf9281c2e6 100644 --- a/net-mgmt/nbtscan/Makefile +++ b/net-mgmt/nbtscan/Makefile @@ -8,9 +8,11 @@ PORTNAME= nbtscan PORTVERSION= 1.5.1 CATEGORIES= net-mgmt -MASTER_SITES= http://www.inetcat.org/software/ +MASTER_SITES= http://www.sourcefiles.org/Networking/Tools/Miscellanenous/ \ + http://swoolley.org/source_cache/ \ + http://www.goodking.ca/pub/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= NetBIOS name network scanner GNU_CONFIGURE= yes diff --git a/net-mgmt/nbtscan/pkg-descr b/net-mgmt/nbtscan/pkg-descr index d6ef09b3d6a3..7d53a323ae9b 100644 --- a/net-mgmt/nbtscan/pkg-descr +++ b/net-mgmt/nbtscan/pkg-descr @@ -4,4 +4,4 @@ range and lists received information in human readable form. For each responded host it lists IP address, NetBIOS computer name, logged-in user name and MAC address. -WWW: http://www.inetcat.org/software/nbtscan.html +WWW: http://freshmeat.net/projects/nbtscan/ |