svn commit: r452185 - head/devel/libelf
Rodrigo Osorio
rodrigo at FreeBSD.org
Mon Oct 16 09:42:51 UTC 2017
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 at 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
More information about the svn-ports-head
mailing list