Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2018 11:24:21 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480255 - head/lang/rust
Message-ID:  <201809211124.w8LBOLn8093196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Sep 21 11:24:21 2018
New Revision: 480255
URL: https://svnweb.freebsd.org/changeset/ports/480255

Log:
  lang/rust: sort LIB_DEPENDS by library name instead of origin
  
  Requested by:	dumbbell (maintainer)

Modified:
  head/lang/rust/Makefile   (contents, props changed)

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Fri Sep 21 11:16:22 2018	(r480254)
+++ head/lang/rust/Makefile	Fri Sep 21 11:24:21 2018	(r480255)
@@ -30,8 +30,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 
 BUILD_DEPENDS=		cmake:devel/cmake
-LIB_DEPENDS=		libgit2.so:devel/libgit2 \
-			libcurl.so:ftp/curl \
+LIB_DEPENDS=		libcurl.so:ftp/curl \
+			libgit2.so:devel/libgit2 \
 			libssh2.so:security/libssh2
 
 ONLY_FOR_ARCHS?=	aarch64 amd64 i386



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