From owner-svn-ports-head@freebsd.org Fri Jul 24 17:09:56 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 DFF9D9A9F8C for ; Fri, 24 Jul 2015 17:09:56 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-f49.google.com (mail-oi0-f49.google.com [209.85.218.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFB08106A for ; Fri, 24 Jul 2015 17:09:56 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by oibn4 with SMTP id n4so22055734oib.3 for ; Fri, 24 Jul 2015 10:09:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=2ZNuH8dW0uA9snsi70VwFNHhsvXvZzE4rpD5HnFBqjY=; b=B039yM+XlLob8qLZCAAGXtLhXfbM6l1jR4uQ0Q3DsXKOiGbiVv4vWI343G/PsZi3Nw /9LgBWUsBeyecrDgaWbrTrQIQxA311eM5GyY7h4HQt6ku7zN+lA9GAZj0gbiLd+Z4XZE f5OrZ6/oXaGLmVD755r/6mRdl75KCKpHYNQ8d2zjw1SsORlChYlfPWD90PH90BOzw864 KfKnL2LMEzgtN5UkA+L7a1z+2or2i9v7MwcIRzwRORU9BVjpS7jkTtySO7NFRNfldgBs xZ6del+DsRLtuWJEb9xB4Ou/dETGLqepXbwBtVAdZ3mg8qiPkldgGrNTuBxgjSHdXifQ BSMQ== X-Gm-Message-State: ALoCoQknQT/34pndVsszje7O0a447Izmgam3NFHuKJ3CgLhv/Y/NgxtUDZYd6IRiaiDQ8g70qeBS X-Received: by 10.202.56.9 with SMTP id f9mr15622314oia.126.1437757790572; Fri, 24 Jul 2015 10:09:50 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.73.68 with HTTP; Fri, 24 Jul 2015 10:09:11 -0700 (PDT) In-Reply-To: <201507241701.t6OH1w06004615@repo.freebsd.org> References: <201507241701.t6OH1w06004615@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 Jul 2015 01:09:11 +0800 X-Google-Sender-Auth: CZIeNHl2753WndKhMViT7rbkhjQ Message-ID: Subject: Re: svn commit: r392830 - head/security/openssh-portable To: Bryan Drewery Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Fri, 24 Jul 2015 17:09:57 -0000 On Sat, Jul 25, 2015 at 1:01 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Fri Jul 24 17:01:58 2015 > New Revision: 392830 > URL: https://svnweb.freebsd.org/changeset/ports/392830 > > Log: > Use new USES=libedit > > Modified: > head/security/openssh-portable/Makefile > > Modified: head/security/openssh-portable/Makefile > > ============================================================================== > --- head/security/openssh-portable/Makefile Fri Jul 24 16:58:16 2015 > (r392829) > +++ head/security/openssh-portable/Makefile Fri Jul 24 17:01:58 2015 > (r392830) > @@ -77,6 +77,7 @@ PAM_CONFIGURE_WITH= pam > TCP_WRAPPERS_CONFIGURE_WITH= tcp-wrappers > > LIBEDIT_CONFIGURE_WITH= libedit > +LIBEDIT_USES= libedit > BSM_CONFIGURE_ON= --with-audit=bsm > > ETCDIR?= ${PREFIX}/etc/ssh > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > Hi, Please bump PORTREVISION for dependency change as LIBEDIT is on by default. Regards, sunpoet