From owner-svn-ports-head@freebsd.org Thu Aug 11 11:14:43 2016 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 CCAD6BB57F6; Thu, 11 Aug 2016 11:14:43 +0000 (UTC) (envelope-from koobs@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 9FAE41302; Thu, 11 Aug 2016 11:14:43 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7BBEgYQ059458; Thu, 11 Aug 2016 11:14:42 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7BBEg2I059457; Thu, 11 Aug 2016 11:14:42 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201608111114.u7BBEg2I059457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 11 Aug 2016 11:14:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420061 - head/net/libzmq4 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.22 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: Thu, 11 Aug 2016 11:14:43 -0000 Author: koobs Date: Thu Aug 11 11:14:42 2016 New Revision: 420061 URL: https://svnweb.freebsd.org/changeset/ports/420061 Log: net/libzmq4: Sort OPTIONS alphebetically MFH: 2016Q3 Modified: head/net/libzmq4/Makefile Modified: head/net/libzmq4/Makefile ============================================================================== --- head/net/libzmq4/Makefile Thu Aug 11 11:12:22 2016 (r420060) +++ head/net/libzmq4/Makefile Thu Aug 11 11:14:42 2016 (r420061) @@ -19,7 +19,7 @@ USES= libtool pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -OPTIONS_DEFINE= CURVE DEBUG PGM NORM +OPTIONS_DEFINE= CURVE DEBUG NORM PGM OPTIONS_DEFAULT= CURVE PGM CURVE_DESC= CURVE security mechanism via libsodium