Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2021 22:43:07 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563963 - head/security/hpenc
Message-ID:  <202102032243.113Mh7m4003330@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Feb  3 22:43:07 2021
New Revision: 563963
URL: https://svnweb.freebsd.org/changeset/ports/563963

Log:
  Pacify portlint (Makevar order).  This is to prepare for a tier-2 commit
  I will be making soon.

Modified:
  head/security/hpenc/Makefile

Modified: head/security/hpenc/Makefile
==============================================================================
--- head/security/hpenc/Makefile	Wed Feb  3 20:35:24 2021	(r563962)
+++ head/security/hpenc/Makefile	Wed Feb  3 22:43:07 2021	(r563963)
@@ -10,9 +10,9 @@ COMMENT=	Fast authenticated encryption CLI tool
 
 LICENSE=	BSD2CLAUSE
 
-USES=		cmake compiler:c++11-lib ssl
 LIB_DEPENDS=	libsodium.so:security/libsodium
 
+USES=		cmake compiler:c++11-lib ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	vstakhov
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102032243.113Mh7m4003330>