Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2018 11:55:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459591 - head/security/rubygem-bcrypt_pbkdf
Message-ID:  <201801211155.w0LBtSbZ089019@repo.freebsd.org>

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



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