From owner-svn-ports-head@freebsd.org Thu Jul 5 12:03:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6911710168B1; Thu, 5 Jul 2018 12:03:58 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 193F6784C1; Thu, 5 Jul 2018 12:03:58 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEACD19A8B; Thu, 5 Jul 2018 12:03:57 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w65C3vbC006043; Thu, 5 Jul 2018 12:03:57 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w65C3vmx006042; Thu, 5 Jul 2018 12:03:57 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201807051203.w65C3vmx006042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 5 Jul 2018 12:03:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473965 - head/net/xmlrpc-c X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/net/xmlrpc-c X-SVN-Commit-Revision: 473965 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2018 12:03:58 -0000 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