diff --git a/devel/rubygem-ffi/Makefile b/devel/rubygem-ffi/Makefile index de42b58da53c..bb2454812146 100644 --- a/devel/rubygem-ffi/Makefile +++ b/devel/rubygem-ffi/Makefile @@ -1,22 +1,19 @@ -# New ports collection makefile for: rubygem-ffi -# Date created: 28 April 2010 -# Whom: Christoph Kick -# +# Created by: Christoph Kick # $FreeBSD$ -# PORTNAME= ffi -PORTVERSION= 1.0.11 +PORTVERSION= 1.9.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Extension for dynamic libraries & binding functions +LICENSE= LGPL3 + LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi USE_RUBY= yes -USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/devel/rubygem-ffi/distinfo b/devel/rubygem-ffi/distinfo index 3023cc13339b..92cf95c0f50d 100644 --- a/devel/rubygem-ffi/distinfo +++ b/devel/rubygem-ffi/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/ffi-1.0.11.gem) = 2b253b14b0a850eb274a7a85a04d3a7310993a8a21701b4cb26779aaf932fb9c -SIZE (rubygem/ffi-1.0.11.gem) = 836608 +SHA256 (rubygem/ffi-1.9.0.gem) = 7e73075fd054440d03e9ebedfe9c0240e24783683ebe5351acedb2efbc4fd066 +SIZE (rubygem/ffi-1.9.0.gem) = 882176 diff --git a/devel/rubygem-ffi/pkg-descr b/devel/rubygem-ffi/pkg-descr index c621ccde5905..824032d7d6be 100644 --- a/devel/rubygem-ffi/pkg-descr +++ b/devel/rubygem-ffi/pkg-descr @@ -1,4 +1,4 @@ -Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, +Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code. WWW: http://wiki.github.com/ffi/ffi