svn commit: r321542 - head/devel/rubygem-ffi
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jun 22 03:48:16 UTC 2013
Author: sunpoet
Date: Sat Jun 22 03:48:14 2013
New Revision: 321542
URL: http://svnweb.freebsd.org/changeset/ports/321542
Log:
- Update to 1.9.0
- Add LICENSE
- Cleanup Makefile header
- Remove trailing space in pkg-descr
Changes: https://github.com/ffi/ffi/commits/master
Modified:
head/devel/rubygem-ffi/Makefile (contents, props changed)
head/devel/rubygem-ffi/distinfo (contents, props changed)
head/devel/rubygem-ffi/pkg-descr (contents, props changed)
Modified: head/devel/rubygem-ffi/Makefile
==============================================================================
--- head/devel/rubygem-ffi/Makefile Sat Jun 22 03:45:39 2013 (r321541)
+++ head/devel/rubygem-ffi/Makefile Sat Jun 22 03:48:14 2013 (r321542)
@@ -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 at 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
Modified: head/devel/rubygem-ffi/distinfo
==============================================================================
--- head/devel/rubygem-ffi/distinfo Sat Jun 22 03:45:39 2013 (r321541)
+++ head/devel/rubygem-ffi/distinfo Sat Jun 22 03:48:14 2013 (r321542)
@@ -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
Modified: head/devel/rubygem-ffi/pkg-descr
==============================================================================
--- head/devel/rubygem-ffi/pkg-descr Sat Jun 22 03:45:39 2013 (r321541)
+++ head/devel/rubygem-ffi/pkg-descr Sat Jun 22 03:48:14 2013 (r321542)
@@ -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
More information about the svn-ports-head
mailing list