svn commit: r420062 - branches/2016Q3/net/libzmq4

Kubilay Kocak koobs at FreeBSD.org
Thu Aug 11 11:16:18 UTC 2016


Author: koobs
Date: Thu Aug 11 11:16:17 2016
New Revision: 420062
URL: https://svnweb.freebsd.org/changeset/ports/420062

Log:
  MFH: r420061: net/libzmq4: Sort OPTIONS alphebetically
  
  Approved by:	ports-secteam (pedantic blanket)

Modified:
  branches/2016Q3/net/libzmq4/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/net/libzmq4/Makefile
==============================================================================
--- branches/2016Q3/net/libzmq4/Makefile	Thu Aug 11 11:14:42 2016	(r420061)
+++ branches/2016Q3/net/libzmq4/Makefile	Thu Aug 11 11:16:17 2016	(r420062)
@@ -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


More information about the svn-ports-all mailing list