Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2016 19:48:27 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416748 - in head: net-p2p/eiskaltdcpp-daemon net-p2p/rtorrent net/freeswitch net/opensips
Message-ID:  <201606111948.u5BJmRwl091450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Sat Jun 11 19:48:27 2016
New Revision: 416748
URL: https://svnweb.freebsd.org/changeset/ports/416748

Log:
  Change ports that depend of xmlrpc-c-devel to xmlrpc-c since it's now on
  1.3x series

Modified:
  head/net-p2p/eiskaltdcpp-daemon/Makefile
  head/net-p2p/rtorrent/Makefile
  head/net/freeswitch/Makefile
  head/net/opensips/Makefile

Modified: head/net-p2p/eiskaltdcpp-daemon/Makefile
==============================================================================
--- head/net-p2p/eiskaltdcpp-daemon/Makefile	Sat Jun 11 19:34:03 2016	(r416747)
+++ head/net-p2p/eiskaltdcpp-daemon/Makefile	Sat Jun 11 19:48:27 2016	(r416748)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	eiskaltdcpp
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-p2p
 PKGNAMESUFFIX=	-daemon
 
@@ -37,7 +37,7 @@ CMAKE_ARGS+=	-DCREATE_MO:BOOL=OFF
 BUILD_WRKSRC=	${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}
 INSTALL_WRKSRC=	${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}
 
-XMLRPC_LIB_DEPENDS=	libxmlrpc++.so:net/xmlrpc-c-devel
+XMLRPC_LIB_DEPENDS=	libxmlrpc++.so:net/xmlrpc-c
 XMLRPC_CMAKE_ON=	-DXMLRPC_DAEMON:BOOL=ON -DJSONRPC_DAEMON:BOOL=OFF -DNO_UI_DAEMON:BOOL=OFF
 JSONRPC_CMAKE_ON=	-DXMLRPC_DAEMON:BOOL=OFF -DJSONRPC_DAEMON:BOOL=ON -DNO_UI_DAEMON:BOOL=OFF
 NOUI_CMAKE_ON=		-DXMLRPC_DAEMON:BOOL=OFF -DJSONRPC_DAEMON:BOOL=OFF -DNO_UI_DAEMON:BOOL=ON

Modified: head/net-p2p/rtorrent/Makefile
==============================================================================
--- head/net-p2p/rtorrent/Makefile	Sat Jun 11 19:34:03 2016	(r416747)
+++ head/net-p2p/rtorrent/Makefile	Sat Jun 11 19:48:27 2016	(r416748)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rtorrent
 PORTVERSION=	0.9.6
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://rtorrent.net/downloads/
 
@@ -34,7 +35,7 @@ SUB_FILES=	pkg-message
 IPV6_CONFIGURE_ENABLE=	ipv6
 XMLRPC_CONFIGURE_OFF=	--with-xmlrpc-c=no
 XMLRPC_CONFIGURE_ON=	--with-xmlrpc-c
-XMLRPC_LIB_DEPENDS=	libxmlrpc.so:net/xmlrpc-c-devel
+XMLRPC_LIB_DEPENDS=	libxmlrpc.so:net/xmlrpc-c
 
 .include <bsd.port.options.mk>
 

Modified: head/net/freeswitch/Makefile
==============================================================================
--- head/net/freeswitch/Makefile	Sat Jun 11 19:34:03 2016	(r416747)
+++ head/net/freeswitch/Makefile	Sat Jun 11 19:48:27 2016	(r416748)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libsqlite3.so:databases/sql
 		libopus.so:audio/opus \
 		libsndfile.so:audio/libsndfile
 
-CONFLICTS_BUILD=	xmlrpc-c-devel-*
+CONFLICTS_BUILD=	xmlrpc-c-*
 
 BROKEN_FreeBSD_9=	Fails in configure due to compiler issues
 ONLY_FOR_ARCHS=	amd64

Modified: head/net/opensips/Makefile
==============================================================================
--- head/net/opensips/Makefile	Sat Jun 11 19:34:03 2016	(r416747)
+++ head/net/opensips/Makefile	Sat Jun 11 19:48:27 2016	(r416748)
@@ -3,6 +3,7 @@
 
 PORTNAME=		opensips
 PORTVERSION=		2.1.2
+PORTREVISION=		1
 CATEGORIES=		net
 MASTER_SITES=		http://opensips.org/pub/opensips/${PORTVERSION}/
 
@@ -15,7 +16,7 @@ LICENSE_FILE=		${WRKSRC}/COPYING
 BROKEN_powerpc64=	Does not build
 
 LIB_DEPENDS=		libxml2.so:textproc/libxml2 \
-			libxmlrpc.so:net/xmlrpc-c-devel \
+			libxmlrpc.so:net/xmlrpc-c \
 			libpcre.so:devel/pcre \
 			libconfuse.so:devel/libconfuse \
 			librabbitmq.so:net/rabbitmq-c-devel \



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