From owner-svn-ports-head@freebsd.org Thu Dec 31 14:59:36 2015 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 21047A57CD2; Thu, 31 Dec 2015 14:59:36 +0000 (UTC) (envelope-from kevlo@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 E5A2D1481; Thu, 31 Dec 2015 14:59:35 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBVExZdp038788; Thu, 31 Dec 2015 14:59:35 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBVExY93038786; Thu, 31 Dec 2015 14:59:34 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201512311459.tBVExY93038786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 31 Dec 2015 14:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404947 - in head/net: hping hping-devel X-SVN-Group: ports-head 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.20 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: Thu, 31 Dec 2015 14:59:36 -0000 Author: kevlo Date: Thu Dec 31 14:59:34 2015 New Revision: 404947 URL: https://svnweb.freebsd.org/changeset/ports/404947 Log: Bump PORTREVISION. Modified: head/net/hping-devel/Makefile head/net/hping/Makefile Modified: head/net/hping-devel/Makefile ============================================================================== --- head/net/hping-devel/Makefile Thu Dec 31 14:57:32 2015 (r404946) +++ head/net/hping-devel/Makefile Thu Dec 31 14:59:34 2015 (r404947) @@ -2,7 +2,7 @@ PORTNAME= hping PORTVERSION= 3.0.20051105 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net security MASTER_SITES= http://www.hping.org/ \ http://200ok.org/distfiles/hping/ Modified: head/net/hping/Makefile ============================================================================== --- head/net/hping/Makefile Thu Dec 31 14:57:32 2015 (r404946) +++ head/net/hping/Makefile Thu Dec 31 14:59:34 2015 (r404947) @@ -3,7 +3,7 @@ PORTNAME= hping PORTVERSION= 2.0.0r3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net security MASTER_SITES= http://www.hping.org/ \