- Update to 20120611

- While I'm here:
  - Add LICENSE
  - Remove unnecessary WRKSRC
  - Pet portlint

Changes:	http://dns.measurement-factory.com/tools/dnstop/src/CHANGES
PR:		ports/169091
Submitted by:	John Marshall <john.marshall@riverwillow.com.au>
Approved by:	Mark Foster <mark@foster.cc> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-06-15 15:32:12 +00:00
parent 6224d84fbb
commit caa51a69e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299353
2 changed files with 10 additions and 8 deletions

View file

@ -3,24 +3,26 @@
# Whom: fenner # Whom: fenner
# #
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= dnstop PORTNAME= dnstop
PORTVERSION= 20110502 PORTVERSION= 20120611
CATEGORIES= dns ipv6 CATEGORIES= dns ipv6
MASTER_SITES= http://dns.measurement-factory.com/tools/dnstop/src/ MASTER_SITES= http://dns.measurement-factory.com/tools/dnstop/src/
MAINTAINER= mark@foster.cc MAINTAINER= mark@foster.cc
COMMENT= Captures and analyzes DNS traffic (or analyzes libpcap dump) COMMENT= Captures and analyzes DNS traffic (or analyzes libpcap dump)
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN8= dnstop.8 MAN8= dnstop.8
PLIST_FILES= bin/dnstop PLIST_FILES= bin/dnstop
LICENSE_FILE= ${WRKSRC}/LICENSE
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${PREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${PREFIX}/man/man8/
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (dnstop-20110502.tar.gz) = 2278e6f9b0190383c2d7d9100fe38a2fee32a8120d2f6c6a2f78f3769cec4365 SHA256 (dnstop-20120611.tar.gz) = ccadc08de90a894b0c0119e15d3f595a02679294c0719599424acdaf7b802c41
SIZE (dnstop-20110502.tar.gz) = 73083 SIZE (dnstop-20120611.tar.gz) = 73608