From owner-svn-ports-head@freebsd.org Wed Jul 12 15:00:21 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 96658D99A3D; Wed, 12 Jul 2017 15:00:21 +0000 (UTC) (envelope-from amdmi3@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 6048865818; Wed, 12 Jul 2017 15:00:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6CF0KLI025965; Wed, 12 Jul 2017 15:00:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6CF0K0C025963; Wed, 12 Jul 2017 15:00:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201707121500.v6CF0K0C025963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 12 Jul 2017 15:00:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445586 - head/net-mgmt/2ping X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net-mgmt/2ping X-SVN-Commit-Revision: 445586 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: Wed, 12 Jul 2017 15:00:21 -0000 Author: amdmi3 Date: Wed Jul 12 15:00:20 2017 New Revision: 445586 URL: https://svnweb.freebsd.org/changeset/ports/445586 Log: - Fix license - Update WWW Approved by: portmgr blanket Modified: head/net-mgmt/2ping/Makefile head/net-mgmt/2ping/pkg-descr Modified: head/net-mgmt/2ping/Makefile ============================================================================== --- head/net-mgmt/2ping/Makefile Wed Jul 12 14:42:19 2017 (r445585) +++ head/net-mgmt/2ping/Makefile Wed Jul 12 15:00:20 2017 (r445586) @@ -9,9 +9,8 @@ MASTER_SITES= http://www.finnie.org/software/2ping/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bi-directional ping utility -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual -LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils Modified: head/net-mgmt/2ping/pkg-descr ============================================================================== --- head/net-mgmt/2ping/pkg-descr Wed Jul 12 14:42:19 2017 (r445585) +++ head/net-mgmt/2ping/pkg-descr Wed Jul 12 15:00:20 2017 (r445586) @@ -2,4 +2,4 @@ SYN/ACK, ACK) and after-the-fact state comparison between a 2ping listener and a 2ping client to determine which direction packet loss occurs. -WWW: http://www.finnie.org/software/2ping/ +WWW: https://www.finnie.org/software/2ping/