svn commit: r488479 - head/net/routinator

Tobias Kortkamp tobik at FreeBSD.org
Wed Dec 26 22:44:00 UTC 2018


Author: tobik
Date: Wed Dec 26 22:43:59 2018
New Revision: 488479
URL: https://svnweb.freebsd.org/changeset/ports/488479

Log:
  net/routinator: Remove duplicate lang/rust build dependency
  
  USES=cargo already adds it with a newer version spec.
  
  PR:		233968
  With hat:	rust

Modified:
  head/net/routinator/Makefile

Modified: head/net/routinator/Makefile
==============================================================================
--- head/net/routinator/Makefile	Wed Dec 26 22:39:27 2018	(r488478)
+++ head/net/routinator/Makefile	Wed Dec 26 22:43:59 2018	(r488479)
@@ -11,7 +11,6 @@ COMMENT=	RPKI signed route collector and validator
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	rust>=1.29.0:lang/rust
 RUN_DEPENDS=	rsync:net/rsync
 
 USES=		cargo


More information about the svn-ports-head mailing list