Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2017 21:47:18 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452252 - head/devel/libelf
Message-ID:  <201710162147.v9GLlI0Y036971@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Mon Oct 16 21:47:17 2017
New Revision: 452252
URL: https://svnweb.freebsd.org/changeset/ports/452252

Log:
  Fix a typo in the LICENCE field, s/LGPL/LGPL20/
  
  Reported by:	Terry Kennedy <TERRY@glaver.org>

Modified:
  head/devel/libelf/Makefile

Modified: head/devel/libelf/Makefile
==============================================================================
--- head/devel/libelf/Makefile	Mon Oct 16 20:37:21 2017	(r452251)
+++ head/devel/libelf/Makefile	Mon Oct 16 21:47:17 2017	(r452252)
@@ -11,7 +11,7 @@ MASTER_SITES=	http://www.mr511.de/software/ \
 MAINTAINER=	rodrigo@FreeBSD.org
 COMMENT=	Public ELF file access library similar to libelf(3) in Solaris
 
-LICENSE=	LGPL
+LICENSE=	LGPL20
 
 CONFLICTS_INSTALL=	elfutils
 



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