Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2014 08:27:31 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340696 - head/devel/rubygem-ffi
Message-ID:  <201401220827.s0M8RVQJ036109@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Wed Jan 22 08:27:30 2014
New Revision: 340696
URL: http://svnweb.freebsd.org/changeset/ports/340696
QAT: https://qat.redports.org/buildarchive/r340696/

Log:
  Use a valid LICENSE name

Modified:
  head/devel/rubygem-ffi/Makefile

Modified: head/devel/rubygem-ffi/Makefile
==============================================================================
--- head/devel/rubygem-ffi/Makefile	Wed Jan 22 08:26:54 2014	(r340695)
+++ head/devel/rubygem-ffi/Makefile	Wed Jan 22 08:27:30 2014	(r340696)
@@ -9,7 +9,7 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Extension for dynamic libraries & binding functions
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	ffi:${PORTSDIR}/devel/libffi
 



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