Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2017 09:48:06 +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: r452186 - head/devel/liboop
Message-ID:  <201710160948.v9G9m6kA032895@repo.freebsd.org>

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

Log:
  Add a CONFLICT_INSTALL to report a conflict with net-im/gale.
  Bump PORTREVISION

Modified:
  head/devel/liboop/Makefile

Modified: head/devel/liboop/Makefile
==============================================================================
--- head/devel/liboop/Makefile	Mon Oct 16 09:42:49 2017	(r452185)
+++ head/devel/liboop/Makefile	Mon Oct 16 09:48:06 2017	(r452186)
@@ -3,7 +3,7 @@
 
 PORTNAME=	liboop
 PORTVERSION=	1.0
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	devel
 MASTER_SITES=	GENTOO \
 		http://download.ofb.net/liboop/
@@ -15,6 +15,8 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libadns.so:dns/adns \
 		libwwwcore.so:www/libwww
+
+CONFLICTS_INSTALL=	gale
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libwww



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