From owner-svn-ports-all@FreeBSD.ORG Thu Apr 9 15:47:20 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9918647C; Thu, 9 Apr 2015 15:47:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 847B6C31; Thu, 9 Apr 2015 15:47:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t39FlKSU074714; Thu, 9 Apr 2015 15:47:20 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t39FlK6O074713; Thu, 9 Apr 2015 15:47:20 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201504091547.t39FlK6O074713@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 9 Apr 2015 15:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383652 - head/security/sguil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 15:47:20 -0000 Author: feld Date: Thu Apr 9 15:47:19 2015 New Revision: 383652 URL: https://svnweb.freebsd.org/changeset/ports/383652 Log: Update PORTREVISION due to sguil getting new UIDs / GIDs. We want packages on FreeBSD mirrors to have the updated UID/GID. There was a UID conflict with dns/dnscrypt-proxy that has now been corrected. Modified: head/security/sguil/Makefile Modified: head/security/sguil/Makefile ============================================================================== --- head/security/sguil/Makefile Thu Apr 9 15:20:31 2015 (r383651) +++ head/security/sguil/Makefile Thu Apr 9 15:47:19 2015 (r383652) @@ -3,7 +3,7 @@ PORTNAME= sguil PORTVERSION= 0.9.0 -REVISION= 1 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org