svn commit: r388029 - head/devel/rubygem-nice-ffi
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 30 23:11:19 UTC 2015
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 at 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
More information about the svn-ports-head
mailing list