Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2014 18:53:25 +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: r340337 - head/devel/libevent
Message-ID:  <201401191853.s0JIrPa0049646@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Jan 19 18:53:25 2014
New Revision: 340337
URL: http://svnweb.freebsd.org/changeset/ports/340337
QAT: https://qat.redports.org/buildarchive/r340337/

Log:
  Use a valid LICENSE name

Modified:
  head/devel/libevent/Makefile

Modified: head/devel/libevent/Makefile
==============================================================================
--- head/devel/libevent/Makefile	Sun Jan 19 18:44:40 2014	(r340336)
+++ head/devel/libevent/Makefile	Sun Jan 19 18:53:25 2014	(r340337)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}-${DISTVERSION}-sta
 MAINTAINER=	mm@FreeBSD.org
 COMMENT?=	Provides an API to execute callback functions on certain events
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 GNU_CONFIGURE=	yes
 .if !defined(_BUILDING_LIBEVENT_HIPHOP)



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