Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 14:36:55 GMT
From:      Horia Racoviceanu <horia@racoviceanu.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/185030: Port devel/rubygem-ffi update to version 1.9.3 [PATCH]
Message-ID:  <201312201436.rBKEatkk004943@oldred.freebsd.org>
Resent-Message-ID: <201312201440.rBKEe0di055863@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185030
>Category:       ports
>Synopsis:       Port devel/rubygem-ffi update to version 1.9.3 [PATCH]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 20 14:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Horia Racoviceanu
>Release:        9.2-RELEASE
>Organization:
>Environment:
FreeBSD aitch 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386
>Description:

>How-To-Repeat:

>Fix:
- Update to Version 1.9.3
- Change License to BSD
- Add USE_RAKE

Build log
https://redports.org/buildarchive/20131220142125-16518/

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 337012)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ffi
-PORTVERSION=	1.9.0
+PORTVERSION=	1.9.3
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -9,10 +9,11 @@
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Extension for dynamic libraries & binding functions
 
-LICENSE=	LGPL3
+LICENSE=	BSD
 
 LIB_DEPENDS=	ffi:${PORTSDIR}/devel/libffi
 
+USE_RAKE=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
Index: distinfo
===================================================================
--- distinfo	(revision 337012)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/ffi-1.9.0.gem) = 7e73075fd054440d03e9ebedfe9c0240e24783683ebe5351acedb2efbc4fd066
-SIZE (rubygem/ffi-1.9.0.gem) = 882176
+SHA256 (rubygem/ffi-1.9.3.gem) = 57977d095c1c324ac1cb134863180b34d5743fed2b6d7528adc5ec71a581e320
+SIZE (rubygem/ffi-1.9.3.gem) = 865280


>Release-Note:
>Audit-Trail:
>Unformatted:



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