Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2017 09:42:50 +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: r452185 - head/devel/libelf
Message-ID:  <201710160942.v9G9goga032544@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Mon Oct 16 09:42:49 2017
New Revision: 452185
URL: https://svnweb.freebsd.org/changeset/ports/452185

Log:
  Add a CONFLICT_INSTALL to report a conflict with devel/elfutils, both install /lib/libelf.a and lib/libelf.so
  Add LICENCE information
  Bump PORTREVISION

Modified:
  head/devel/libelf/Makefile

Modified: head/devel/libelf/Makefile
==============================================================================
--- head/devel/libelf/Makefile	Mon Oct 16 09:38:48 2017	(r452184)
+++ head/devel/libelf/Makefile	Mon Oct 16 09:42:49 2017	(r452185)
@@ -3,13 +3,17 @@
 
 PORTNAME=	libelf
 PORTVERSION=	0.8.13
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.mr511.de/software/ \
 		SUNSITE/libs
 
 MAINTAINER=	rodrigo@FreeBSD.org
 COMMENT=	Public ELF file access library similar to libelf(3) in Solaris
+
+LICENSE=	LGPL
+
+CONFLICTS_INSTALL=	elfutils
 
 OPTIONS_DEFINE=	EXTENDED NLS SANITY
 OPTIONS_DEFAULT=	EXTENDED SANITY



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