aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-06-22 11:48:14 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-06-22 11:48:14 +0800
commit8ee69614d1857bb34fafdd46fbf7edbb580fb943 (patch)
tree7ca8017467e1b03a2068836fe6f7783f207b3b0e /devel
parent3ffc0ea4868c22049cdef9ff4be5cfb1e6357a6d (diff)
downloadfreebsd-ports-graphics-8ee69614d1857bb34fafdd46fbf7edbb580fb943.tar.gz
freebsd-ports-graphics-8ee69614d1857bb34fafdd46fbf7edbb580fb943.tar.zst
freebsd-ports-graphics-8ee69614d1857bb34fafdd46fbf7edbb580fb943.zip
- Update to 1.9.0
- Add LICENSE - Cleanup Makefile header - Remove trailing space in pkg-descr Changes: https://github.com/ffi/ffi/commits/master
Diffstat (limited to 'devel')
-rw-r--r--devel/rubygem-ffi/Makefile11
-rw-r--r--devel/rubygem-ffi/distinfo4
-rw-r--r--devel/rubygem-ffi/pkg-descr2
3 files changed, 7 insertions, 10 deletions
diff --git a/devel/rubygem-ffi/Makefile b/devel/rubygem-ffi/Makefile
index de42b58da53..bb245481214 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 3023cc13339..92cf95c0f50 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 c621ccde590..824032d7d6b 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