From owner-svn-ports-head@freebsd.org Tue Aug 25 03:59:55 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 144C69C1F62; Tue, 25 Aug 2015 03:59:55 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.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 0511F12B2; Tue, 25 Aug 2015 03:59:55 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7P3xsuT003783; Tue, 25 Aug 2015 03:59:54 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7P3xsOw003782; Tue, 25 Aug 2015 03:59:54 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201508250359.t7P3xsOw003782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 25 Aug 2015 03:59:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395214 - head/security/openssh-portable 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: Tue, 25 Aug 2015 03:59:55 -0000 Author: bdrewery Date: Tue Aug 25 03:59:54 2015 New Revision: 395214 URL: https://svnweb.freebsd.org/changeset/ports/395214 Log: Fix patch from r395182 on head. The patch(1) command works fine on 8.4 and 9.3 but not head with this patch. Modified: head/security/openssh-portable/Makefile Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Tue Aug 25 03:15:41 2015 (r395213) +++ head/security/openssh-portable/Makefile Tue Aug 25 03:59:54 2015 (r395214) @@ -121,7 +121,7 @@ CONFIGURE_ARGS+= --disable-utmp --disabl EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sshd-utmp-size .endif -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-hostkeyalg_plus +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-hostkeyalg_plus:-p1 # Keep this last EXTRA_PATCHES+= ${FILESDIR}/extra-patch-version-addendum