svn commit: r459591 - head/security/rubygem-bcrypt_pbkdf

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


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

Log:
  Remove unnecessary BUILD_DEPENDS and LIB_DEPENDS
  
  All BUILD_DEPENDS are development dependencies.
  All LIB_DEPENDS are brought by ruby
  
  PR:		225137
  Submitted by:	sunpoet (myself)
  Approved by:	Matthias Fechner <idefix at fechner.net> (maintainer)

Modified:
  head/security/rubygem-bcrypt_pbkdf/Makefile

Modified: head/security/rubygem-bcrypt_pbkdf/Makefile
==============================================================================
--- head/security/rubygem-bcrypt_pbkdf/Makefile	Sun Jan 21 11:54:56 2018	(r459590)
+++ head/security/rubygem-bcrypt_pbkdf/Makefile	Sun Jan 21 11:55:27 2018	(r459591)
@@ -2,6 +2,7 @@
 
 PORTNAME=	bcrypt_pbkdf
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -10,15 +11,6 @@ COMMENT=	This gem implements bcrypt_pdkfd
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
-
-BUILD_DEPENDS=	rubygem-minitest>=5:devel/rubygem-minitest \
-		rubygem-rake-compiler>=0.9.7:devel/rubygem-rake-compiler \
-		rubygem-rake-compiler-dock>=0.5.3:devel/rubygem-rake-compiler-dock \
-		rubygem-rbnacl>=3.3:security/rubygem-rbnacl \
-		rubygem-rbnacl-libsodium>=1.0.8:security/rubygem-rbnacl-libsodium \
-		rubygem-rdoc>=3.12:devel/rubygem-rdoc
-LIB_DEPENDS=	libunwind.so:devel/libunwind \
-		libgmp.so:math/gmp
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list