Index: head/benchmarks/spp/Makefile =================================================================== --- head/benchmarks/spp/Makefile +++ head/benchmarks/spp/Makefile @@ -2,15 +2,21 @@ # $FreeBSD$ PORTNAME= spp -PORTVERSION= 0.3.6 +PORTVERSION= 0.4 CATEGORIES= benchmarks -MASTER_SITES= http://caia.swin.edu.au/tools/spp/downloads/ +MASTER_SITES= https://bitbucket.org/caia-swin/spp/get/ +DISTNAME= v${PORTVERSION} +DIST_SUBDIR= caia-swin-${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lstewart@FreeBSD.org COMMENT= Calculates round trip time from pcap files or live capture LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.txt + +USES= tar:bzip2 +BB_TAGNAME= 8b9f676fed0e +WRKSRC= ${WRKDIR}/caia-swin-${PORTNAME}-${BB_TAGNAME} PLIST_FILES= bin/spp man/man1/spp.1.gz Index: head/benchmarks/spp/distinfo =================================================================== --- head/benchmarks/spp/distinfo +++ head/benchmarks/spp/distinfo @@ -1,2 +1,3 @@ -SHA256 (spp-0.3.6.tar.gz) = 659a04e5a6f65a3bc29d9cfa518dbb4db5a25d509b1067b32bc10c4cd055ab14 -SIZE (spp-0.3.6.tar.gz) = 42782 +TIMESTAMP = 1543220631 +SHA256 (caia-swin-spp/v0.4.tar.bz2) = f3f2d1cf3cd0c3d9e7e3da3ceb3bf4b2e7419436665f6274697535bcb561610e +SIZE (caia-swin-spp/v0.4.tar.bz2) = 47572 Index: head/benchmarks/spp/pkg-descr =================================================================== --- head/benchmarks/spp/pkg-descr +++ head/benchmarks/spp/pkg-descr @@ -5,4 +5,4 @@ traffic without needing modifications to the application itself or the routers along the path. -WWW: http://caia.swin.edu.au/tools/spp/ +WWW: https://bitbucket.org/caia-swin/spp