svn commit: r452184 - head/devel/libcfg

Rodrigo Osorio rodrigo at FreeBSD.org
Mon Oct 16 09:38:49 UTC 2017


Author: rodrigo
Date: Mon Oct 16 09:38:48 2017
New Revision: 452184
URL: https://svnweb.freebsd.org/changeset/ports/452184

Log:
  Add a CONFLICT_INSTALL to report a conflict with devel/ossp-cfg, both install /include/cfg.h.
  Bump PORTREVISION

Modified:
  head/devel/libcfg/Makefile

Modified: head/devel/libcfg/Makefile
==============================================================================
--- head/devel/libcfg/Makefile	Mon Oct 16 09:18:49 2017	(r452183)
+++ head/devel/libcfg/Makefile	Mon Oct 16 09:38:48 2017	(r452184)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libcfg
 PORTVERSION=	0.6.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	http://opensource.platon.org/projects/
 DISTNAME=	${PORTNAME}+-${DISTVERSION}
@@ -13,6 +13,8 @@ COMMENT=	Library for command line and configuration fi
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
+
+CONFLICTS_INSTALL=	ossp-cfg
 
 USES=		autoreconf gmake
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list