svn commit: r454903 - head/net/rabbitmq-c

Antoine Brodin antoine at FreeBSD.org
Sun Nov 26 06:18:26 UTC 2017


Author: antoine
Date: Sun Nov 26 06:18:25 2017
New Revision: 454903
URL: https://svnweb.freebsd.org/changeset/ports/454903

Log:
  Unbreak the ports tree
  
  Reported by:	pkg-fallout
  Pointy hat:	rodrigo
  With hat:	portmgr

Modified:
  head/net/rabbitmq-c/Makefile

Modified: head/net/rabbitmq-c/Makefile
==============================================================================
--- head/net/rabbitmq-c/Makefile	Sun Nov 26 03:48:15 2017	(r454902)
+++ head/net/rabbitmq-c/Makefile	Sun Nov 26 06:18:25 2017	(r454903)
@@ -5,7 +5,6 @@ PORTNAME=	rabbitmq-c
 PORTVERSION=	0.8.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
-PKGNAMESUFFIX=	-devel
 
 MAINTAINER=	freebsd at geoffgarside.co.uk
 COMMENT=	RabbitMQ C AMQP client library
@@ -15,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE-MIT
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson
 
-CONFLICTS=	rabbitmq-c-[0-9]*
+CONFLICTS=	rabbitmq-c-devel-[0-9]*
 
 USES=		cmake pathfix python tar:bzip2
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list