Date: Sat, 17 Oct 2015 16:35:40 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399541 - in head/net/ostinato: . files Message-ID: <201510171635.t9HGZen0097306@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Oct 17 16:35:40 2015 New Revision: 399541 URL: https://svnweb.freebsd.org/changeset/ports/399541 Log: net/ostinato: 0.5.1 -> 0.7.1 Changes: https://github.com/pstavirs/ostinato/wiki/ChangeLog#2015-06-16_version_0.7.1 - LICENSE is GPLv3 - New webpage in pkg-descr PR: 203507 Approved by: zeising (maintainer) Modified: head/net/ostinato/Makefile head/net/ostinato/distinfo head/net/ostinato/files/patch-server_bsdport.cpp head/net/ostinato/pkg-descr Modified: head/net/ostinato/Makefile ============================================================================== --- head/net/ostinato/Makefile Sat Oct 17 16:32:52 2015 (r399540) +++ head/net/ostinato/Makefile Sat Oct 17 16:35:40 2015 (r399541) @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= ostinato -PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTVERSION= 0.7.1 CATEGORIES= net security -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://bintray.com/artifact/download/pstavirs/ostinato/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= zeising@FreeBSD.org COMMENT= Packet crafter/generator and analyzer with friendly GUI +LICENSE= GPLv3 + LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf USES= qmake Modified: head/net/ostinato/distinfo ============================================================================== --- head/net/ostinato/distinfo Sat Oct 17 16:32:52 2015 (r399540) +++ head/net/ostinato/distinfo Sat Oct 17 16:35:40 2015 (r399541) @@ -1,2 +1,2 @@ -SHA256 (ostinato-src-0.5.1.tar.gz) = fa19c857d73837cae23aa15d7309c1ddcf22c6f7be9f3ed15a23948142b24223 -SIZE (ostinato-src-0.5.1.tar.gz) = 291529 +SHA256 (ostinato-src-0.7.1.tar.gz) = 7b46eb5257b5b50ee5317dcf9158c6e78ba36a04858c3c9228fa02e8a98364c2 +SIZE (ostinato-src-0.7.1.tar.gz) = 354032 Modified: head/net/ostinato/files/patch-server_bsdport.cpp ============================================================================== --- head/net/ostinato/files/patch-server_bsdport.cpp Sat Oct 17 16:32:52 2015 (r399540) +++ head/net/ostinato/files/patch-server_bsdport.cpp Sat Oct 17 16:35:40 2015 (r399541) @@ -1,6 +1,6 @@ ---- server/bsdport.cpp.orig 2013-09-26 14:38:39.469745242 +0200 -+++ server/bsdport.cpp 2013-09-26 14:39:17.060742773 +0200 -@@ -26,6 +26,7 @@ +--- server/bsdport.cpp.orig 2015-06-15 12:41:37 UTC ++++ server/bsdport.cpp +@@ -26,6 +26,7 @@ along with this program. If not, see <h #include <QTime> #include <errno.h> Modified: head/net/ostinato/pkg-descr ============================================================================== --- head/net/ostinato/pkg-descr Sat Oct 17 16:32:52 2015 (r399540) +++ head/net/ostinato/pkg-descr Sat Oct 17 16:35:40 2015 (r399541) @@ -1,5 +1,5 @@ Ostinato is an open-source, cross-platform network packet crafter/traffic -generator and analyzer with a friendly GUI. Craft and send packets of several -streams with different protocols at different rates. +generator and analyzer with a friendly GUI. Craft and send packets +of several streams with different protocols at different rates. -WWW: http://code.google.com/p/ostinato/ +WWW: http://ostinato.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510171635.t9HGZen0097306>