svn commit: r459593 - head/security/rubygem-rbnacl-libsodium

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 21 11:55:39 UTC 2018


Author: sunpoet
Date: Sun Jan 21 11:55:37 2018
New Revision: 459593
URL: https://svnweb.freebsd.org/changeset/ports/459593

Log:
  Remove unnecessary BUILD_DEPENDS
  
  They are development dependencies.
  
  PR:		225139
  Submitted by:	sunpoet (myself)
  Approved by:	Matthias Fechner <idefix at fechner.net> (maintainer)

Modified:
  head/security/rubygem-rbnacl-libsodium/Makefile

Modified: head/security/rubygem-rbnacl-libsodium/Makefile
==============================================================================
--- head/security/rubygem-rbnacl-libsodium/Makefile	Sun Jan 21 11:55:33 2018	(r459592)
+++ head/security/rubygem-rbnacl-libsodium/Makefile	Sun Jan 21 11:55:37 2018	(r459593)
@@ -10,8 +10,6 @@ COMMENT=	Port rbnacl with bundled libsodium
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	rubygem-bundler>=1.5:sysutils/rubygem-bundler \
-		rubygem-rake>=10:devel/rubygem-rake
 RUN_DEPENDS=	rubygem-rbnacl>=3.0.1:security/rubygem-rbnacl
 
 USES=		gem libtool


More information about the svn-ports-all mailing list