svn commit: r480255 - head/lang/rust

Jan Beich jbeich at FreeBSD.org
Fri Sep 21 11:24:22 UTC 2018


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


More information about the svn-ports-all mailing list