Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2018 12:03:57 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473965 - head/net/xmlrpc-c
Message-ID:  <201807051203.w65C3vmx006042@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Thu Jul  5 12:03:57 2018
New Revision: 473965
URL: https://svnweb.freebsd.org/changeset/ports/473965

Log:
  net/xmlrpc-c: Update dependencies
  
  After r473964, expat source code is no longer present in the libwww tree.
  
  Reported by:	Q/A tests
  Approved by:	garga (maintainer)

Modified:
  head/net/xmlrpc-c/Makefile

Modified: head/net/xmlrpc-c/Makefile
==============================================================================
--- head/net/xmlrpc-c/Makefile	Thu Jul  5 11:32:32 2018	(r473964)
+++ head/net/xmlrpc-c/Makefile	Thu Jul  5 12:03:57 2018	(r473965)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmlrpc-c
 PORTVERSION=	1.39.13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/Xmlrpc-c%20Super%20Stable/${PORTVERSION}
 
@@ -31,7 +31,9 @@ USE_LDCONFIG=	yes
 
 CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
 CURL_CONFIGURE_ENABLE=	curl-client
-LIBWWW_LIB_DEPENDS=	libwwwcore.so:www/libwww
+LIBWWW_USES=	ssl
+LIBWWW_LIB_DEPENDS=	libwwwcore.so:www/libwww \
+		libexpat.so:textproc/expat2
 LIBWWW_CONFIGURE_ENABLE=libwww-client
 LIBWWW_CONFIGURE_WITH=	libwww-ssl
 CPLUSPLUS_CONFIGURE_ENABLE=	cplusplus



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