From owner-svn-ports-head@freebsd.org Wed Oct 7 07:19:27 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 8FC0B9D0083; Wed, 7 Oct 2015 07:19:27 +0000 (UTC) (envelope-from des@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 5A176D29; Wed, 7 Oct 2015 07:19:27 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t977JQhd019101; Wed, 7 Oct 2015 07:19:26 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t977JQR4019099; Wed, 7 Oct 2015 07:19:26 GMT (envelope-from des@FreeBSD.org) Message-Id: <201510070719.t977JQR4019099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Wed, 7 Oct 2015 07:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398749 - in head/security: cyrus-sasl2-gssapi cyrus-sasl2-gssapi/files cyrus-sasl2/files 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: Wed, 07 Oct 2015 07:19:27 -0000 Author: des Date: Wed Oct 7 07:19:26 2015 New Revision: 398749 URL: https://svnweb.freebsd.org/changeset/ports/398749 Log: r398691 placed the patch in the wrong directory, where it had no effect. Move it to the master port and bump the subport again. Reviewed by: ume@ Added: head/security/cyrus-sasl2/files/patch-plugins_gssapi.c - copied, changed from r398707, head/security/cyrus-sasl2-gssapi/files/patch-plugins_gssapi.c Deleted: head/security/cyrus-sasl2-gssapi/files/ Modified: head/security/cyrus-sasl2-gssapi/Makefile Modified: head/security/cyrus-sasl2-gssapi/Makefile ============================================================================== --- head/security/cyrus-sasl2-gssapi/Makefile Wed Oct 7 06:05:11 2015 (r398748) +++ head/security/cyrus-sasl2-gssapi/Makefile Wed Oct 7 07:19:26 2015 (r398749) @@ -2,7 +2,7 @@ PORTNAME= gssapi PORTVERSION= 2.1.26 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \ http://cyrusimap.org/releases/ Copied and modified: head/security/cyrus-sasl2/files/patch-plugins_gssapi.c (from r398707, head/security/cyrus-sasl2-gssapi/files/patch-plugins_gssapi.c) ============================================================================== --- head/security/cyrus-sasl2-gssapi/files/patch-plugins_gssapi.c Tue Oct 6 17:20:23 2015 (r398707, copy source) +++ head/security/cyrus-sasl2/files/patch-plugins_gssapi.c Wed Oct 7 07:19:26 2015 (r398749) @@ -1,8 +1,6 @@ -diff --git a/plugins/gssapi.c b/plugins/gssapi.c -index 2fd1b3b..0992912 100644 ---- a/plugins/gssapi.c -+++ b/plugins/gssapi.c -@@ -1490,8 +1490,10 @@ static int gssapi_client_mech_step(void *conn_context, +--- plugins/gssapi.c.orig ++++ plugins/gssapi.c +@@ -1490,8 +1490,10 @@ *clientout = NULL; *clientoutlen = 0;