Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2016 14:53:05 +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: r427963 - head/security/rubygem-gssapi
Message-ID:  <201612061453.uB6Er5Wc022728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Dec  6 14:53:05 2016
New Revision: 427963
URL: https://svnweb.freebsd.org/changeset/ports/427963

Log:
  - Add LICENSE_FILE [1]
  - Fix version requirement of RUN_DEPENDS [2]
  
  Approved by:	portmgr (blanket) [1]
  With hat:	ruby [2]

Modified:
  head/security/rubygem-gssapi/Makefile

Modified: head/security/rubygem-gssapi/Makefile
==============================================================================
--- head/security/rubygem-gssapi/Makefile	Tue Dec  6 14:53:01 2016	(r427962)
+++ head/security/rubygem-gssapi/Makefile	Tue Dec  6 14:53:05 2016	(r427963)
@@ -10,11 +10,11 @@ MAINTAINER=	joe@thrallingpenguin.com
 COMMENT=	Ruby FFI Library wrapper for GSSAPI
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	rubygem-ffi>=1.9.3:devel/rubygem-ffi
+RUN_DEPENDS=	rubygem-ffi>=1.0.1:devel/rubygem-ffi
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 



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