svn commit: r452186 - head/devel/liboop

Rodrigo Osorio rodrigo at FreeBSD.org
Mon Oct 16 09:48:07 UTC 2017


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


More information about the svn-ports-all mailing list