Date: Mon, 16 Oct 2017 09:38:48 +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: r452184 - head/devel/libcfg Message-ID: <201710160938.v9G9cmS4028509@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710160938.v9G9cmS4028509>