Index: head/net-mgmt/tcptrack/Makefile =================================================================== --- head/net-mgmt/tcptrack/Makefile (revision 455264) +++ head/net-mgmt/tcptrack/Makefile (revision 455265) @@ -1,21 +1,22 @@ # Created by: Tor Halvard "Squat" Furulund # $FreeBSD$ PORTNAME= tcptrack PORTVERSION= 1.4.2 PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://BSDforge.com/projects/source/net-mgmt/tcptrack/ \ http://pkgs.fedoraproject.org/repo/pkgs/tcptrack/tcptrack-1.4.2.tar.gz/dacf71a6b5310caf1203a2171b598610/ MAINTAINER= portmaster@BSDforge.com COMMENT= Packet sniffer that displays TCP information like top(1) LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses GNU_CONFIGURE= yes PLIST_FILES= bin/tcptrack man/man1/tcptrack.1.gz .include Index: head/net-mgmt/tcptrack/pkg-descr =================================================================== --- head/net-mgmt/tcptrack/pkg-descr (revision 455264) +++ head/net-mgmt/tcptrack/pkg-descr (revision 455265) @@ -1,8 +1,8 @@ tcptrack is a sniffer that displays information about TCP connections it sees on a network interface. It passively watches for connections on the network interface, keeps track of their state, and displays a list of connections in a manner similar to the UNIX top(1) command. It displays source and destination addresses, ports, connection state, idle time, and bandwidth usage. -WWW: http://BSDforge.com/projects/net-mgmt/tcptrack/ +WWW: https://BSDforge.com/projects/net-mgmt/tcptrack/