Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 23:11:19 +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: r388029 - head/devel/rubygem-nice-ffi
Message-ID:  <201505302311.t4UNBJC5095390@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 30 23:11:18 2015
New Revision: 388029
URL: https://svnweb.freebsd.org/changeset/ports/388029

Log:
  - Add LICENSE
  - Update COMMENT
  - Update WWW

Modified:
  head/devel/rubygem-nice-ffi/Makefile
  head/devel/rubygem-nice-ffi/pkg-descr

Modified: head/devel/rubygem-nice-ffi/Makefile
==============================================================================
--- head/devel/rubygem-nice-ffi/Makefile	Sat May 30 23:11:13 2015	(r388028)
+++ head/devel/rubygem-nice-ffi/Makefile	Sat May 30 23:11:18 2015	(r388029)
@@ -8,11 +8,13 @@ CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	Nice-FFI is a layer on top of Ruby-FFI
+COMMENT=	Convenience layer atop Ruby-FFI
+
+LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-ffi>=0.5.0:${PORTSDIR}/devel/rubygem-ffi
 
-USE_RUBY=		yes
+USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 

Modified: head/devel/rubygem-nice-ffi/pkg-descr
==============================================================================
--- head/devel/rubygem-nice-ffi/pkg-descr	Sat May 30 23:11:13 2015	(r388028)
+++ head/devel/rubygem-nice-ffi/pkg-descr	Sat May 30 23:11:18 2015	(r388029)
@@ -1,4 +1,4 @@
 Nice-FFI is a layer on top of Ruby-FFI  (and compatible FFI systems) to augment
 it with features to aid development of FFI-based libraries. 
 
-WWW: https://github.com/jacius/nice-ffi/
+WWW: https://github.com/jacius/nice-ffi



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