From owner-svn-ports-head@freebsd.org Tue Jun 27 23:41:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3787D929E0; Tue, 27 Jun 2017 23:41:50 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A27728185F; Tue, 27 Jun 2017 23:41:50 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5RNfnqx079862; Tue, 27 Jun 2017 23:41:49 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5RNfnM2079859; Tue, 27 Jun 2017 23:41:49 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201706272341.v5RNfnM2079859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 27 Jun 2017 23:41:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444525 - head/net/scamper X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/net/scamper X-SVN-Commit-Revision: 444525 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jun 2017 23:41:50 -0000 Author: dbaio Date: Tue Jun 27 23:41:49 2017 New Revision: 444525 URL: https://svnweb.freebsd.org/changeset/ports/444525 Log: net/scamper: Update to 20161204a https://mailman.caida.org/pipermail/scamper-announce/2016-December/000009.html https://mailman.caida.org/pipermail/scamper-announce/2017-June/000010.html PR: 220216 Submitted by: mjl@luckie.org.nz (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11362 Modified: head/net/scamper/Makefile head/net/scamper/distinfo head/net/scamper/pkg-plist Modified: head/net/scamper/Makefile ============================================================================== --- head/net/scamper/Makefile Tue Jun 27 23:35:00 2017 (r444524) +++ head/net/scamper/Makefile Tue Jun 27 23:41:49 2017 (r444525) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scamper -PORTVERSION= 20141211f +PORTVERSION= 20161204a CATEGORIES= net ipv6 MASTER_SITES= http://www.caida.org/tools/measurement/scamper/code/ DISTNAME= ${PORTNAME}-cvs-${PORTVERSION} Modified: head/net/scamper/distinfo ============================================================================== --- head/net/scamper/distinfo Tue Jun 27 23:35:00 2017 (r444524) +++ head/net/scamper/distinfo Tue Jun 27 23:41:49 2017 (r444525) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472416824 -SHA256 (scamper-cvs-20141211f.tar.gz) = 7d0adf68dd2b42690e53d1b263ba96d9112dcefbcfe32353c5dd46af1547f8d4 -SIZE (scamper-cvs-20141211f.tar.gz) = 1471259 +TIMESTAMP = 1498161629 +SHA256 (scamper-cvs-20161204a.tar.gz) = 78eeabed8a4161a2238d02dac4c4361c9fb78f53d52fd8dd4bdb27434b512038 +SIZE (scamper-cvs-20161204a.tar.gz) = 1614514 Modified: head/net/scamper/pkg-plist ============================================================================== --- head/net/scamper/pkg-plist Tue Jun 27 23:35:00 2017 (r444524) +++ head/net/scamper/pkg-plist Tue Jun 27 23:41:49 2017 (r444525) @@ -2,8 +2,12 @@ bin/scamper bin/sc_ally bin/sc_analysis_dump bin/sc_attach +bin/sc_bdrmap bin/sc_filterpolicy bin/sc_ipiddump +bin/sc_prefixscan +bin/sc_radargun +bin/sc_remoted bin/sc_speedtrap bin/sc_tbitblind bin/sc_tracediff @@ -21,8 +25,12 @@ lib/libscamperfile.so man/man1/sc_ally.1.gz man/man1/sc_analysis_dump.1.gz man/man1/sc_attach.1.gz +man/man1/sc_bdrmap.1.gz man/man1/sc_filterpolicy.1.gz man/man1/sc_ipiddump.1.gz +man/man1/sc_prefixscan.1.gz +man/man1/sc_radargun.1.gz +man/man1/sc_remoted.1.gz man/man1/sc_speedtrap.1.gz man/man1/sc_tbitblind.1.gz man/man1/sc_tracediff.1.gz