Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 22:43:59 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488479 - head/net/routinator
Message-ID:  <201812262243.wBQMhxbl029144@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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