svn commit: r473965 - head/net/xmlrpc-c

Danilo G. Baio dbaio at FreeBSD.org
Thu Jul 5 12:03:58 UTC 2018


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


More information about the svn-ports-all mailing list