From owner-svn-ports-head@FreeBSD.ORG Wed Dec 10 14:09:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA68A2AA for ; Wed, 10 Dec 2014 14:09:03 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (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 8A20079A for ; Wed, 10 Dec 2014 14:09:03 +0000 (UTC) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 762A720D8C for ; Wed, 10 Dec 2014 09:09:02 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Wed, 10 Dec 2014 09:09:02 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to :mime-version:content-transfer-encoding:content-type:subject :date:in-reply-to:references; s=smtpout; bh=vFtpth0XuQinqVG+M9wl GzgaT8w=; b=naI8U0AB1aRQiUOGSuEwHC5YZz5TrZ/HzDmi37j+zTu4EaLei/fc Qm+zvEUCMLSqDcdH5EDB8sHxGP4onbsrIVY8lCjBY6MsfvTPkaUaFYG1pcWaULL8 FZCY5G6krk7vy3p7bNtnmXpunBn8MidoeeSgy1JjH5P0NHOdPn8pbcg= Received: by web3.nyi.internal (Postfix, from userid 99) id 4E59D1165E5; Wed, 10 Dec 2014 09:09:02 -0500 (EST) Message-Id: <1418220542.1946407.201201349.15832EEA@webmail.messagingengine.com> X-Sasl-Enc: 0gFRISSuB/kTZQDddwivkzRp8aNZhpG+G3cOkPII3wHQ 1418220542 From: Mark Felder To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-c5cca857 Subject: Re: svn commit: r374458 - in head/security: arirang axTLS botan110 create-cert gcipher pam_jail pam_krb5-rh pkesh py-SecretStorage py-oauthlib qtkeychain scamp sshguard Date: Wed, 10 Dec 2014 08:09:02 -0600 In-Reply-To: <201412101404.sBAE4OZb002377@svn.freebsd.org> References: <201412101404.sBAE4OZb002377@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 10 Dec 2014 14:09:03 -0000 > Modified: head/security/sshguard/Makefile > ============================================================================== > --- head/security/sshguard/Makefile Wed Dec 10 13:58:57 2014 > (r374457) > +++ head/security/sshguard/Makefile Wed Dec 10 14:04:23 2014 > (r374458) > @@ -3,7 +3,7 @@ > > PORTNAME= sshguard > PORTVERSION= 1.5 > -PORTREVISION= 7 > +PORTREVISION= 8 > CATEGORIES= security > MASTER_SITES= SF/sshguard/sshguard/sshguard-${PORTVERSION} > > Somehow this PORTREVISION bump slipped into this commit from when I was doing local testing of sshguard changes. Please disregard. Very embarassed as I was sure my tree was clean. Time to force an svn up && revert to be sure...