From owner-svn-ports-head@FreeBSD.ORG Tue Oct 14 17:47:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 929A798D; Tue, 14 Oct 2014 17:47:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 737E7CF6; Tue, 14 Oct 2014 17:47:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9EHlaZl063260; Tue, 14 Oct 2014 17:47:36 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9EHlZ4k063254; Tue, 14 Oct 2014 17:47:35 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201410141747.s9EHlZ4k063254@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 14 Oct 2014 17:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370873 - in head/devel/gsoap: . files X-SVN-Group: ports-head 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.18-1 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: Tue, 14 Oct 2014 17:47:36 -0000 Author: pawel Date: Tue Oct 14 17:47:34 2014 New Revision: 370873 URL: https://svnweb.freebsd.org/changeset/ports/370873 QAT: https://qat.redports.org/buildarchive/r370873/ Log: - Update to version 2.8.18 - Convert to options helpers - Give maintainership to submitter PR: 194269 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Added: head/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in - copied, changed from r370871, head/devel/gsoap/files/patch-gsoap__wsdl__Makefile.in Deleted: head/devel/gsoap/files/patch-gsoap__wsdl__Makefile.in Modified: head/devel/gsoap/Makefile head/devel/gsoap/distinfo head/devel/gsoap/pkg-plist Modified: head/devel/gsoap/Makefile ============================================================================== --- head/devel/gsoap/Makefile Tue Oct 14 17:34:59 2014 (r370872) +++ head/devel/gsoap/Makefile Tue Oct 14 17:47:34 2014 (r370873) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= gsoap -PORTVERSION= 2.8.17 -PORTREVISION= 3 +PORTVERSION= 2.8.18 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}2/gSOAP DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Generator Tools for Coding SOAP/XML Web Services in C and C++ LICENSE= GPLv2 @@ -22,20 +21,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL= GNUTLS OPENSSL OPTIONS_DEFAULT= OPENSSL - -.include - -.if ${PORT_OPTIONS:MGNUTLS} -LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libgpg-error.so:${PORTSDIR}/security/libgpg-error -CONFIGURE_ARGS= --enable-gnutls -LDFLAGS+= -L${LOCALBASE}/lib -.elif ${PORT_OPTIONS:MOPENSSL} -CONFIGURE_ARGS= --enable-ssl -.else -CONFIGURE_ARGS= --disable-ssl -.endif +GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libgpg-error.so:${PORTSDIR}/security/libgpg-error +GNUTLS_CONFIGURE_ON= --enable-gnutls +GNUTLS_LDFLAGS= -L${LOCALBASE}/lib +OPENSSL_CONFIGURE_ENABLE= ssl post-patch: ${REINPLACE_CMD} -e 's| sys/timeb.h | |' \ Modified: head/devel/gsoap/distinfo ============================================================================== --- head/devel/gsoap/distinfo Tue Oct 14 17:34:59 2014 (r370872) +++ head/devel/gsoap/distinfo Tue Oct 14 17:47:34 2014 (r370873) @@ -1,2 +1,2 @@ -SHA256 (gsoap_2.8.17.zip) = 30a53785708c842694227753badda17010cac64efd43f7a4f2b0e8de3de68f28 -SIZE (gsoap_2.8.17.zip) = 20695905 +SHA256 (gsoap_2.8.18.zip) = 764281a67020b7b7b982ddf8e7fdffae27f7a3e61af9ab4ec8a4705a67ba7ced +SIZE (gsoap_2.8.18.zip) = 20596233 Copied and modified: head/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in (from r370871, head/devel/gsoap/files/patch-gsoap__wsdl__Makefile.in) ============================================================================== --- head/devel/gsoap/files/patch-gsoap__wsdl__Makefile.in Tue Oct 14 17:01:52 2014 (r370871, copy source) +++ head/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in Tue Oct 14 17:47:34 2014 (r370873) @@ -1,11 +1,11 @@ ---- gsoap/wsdl/Makefile.in 2013-12-18 14:58:38.000000000 -0500 -+++ gsoap/wsdl/Makefile.in 2014-01-16 14:35:52.000000000 -0500 -@@ -204,7 +204,7 @@ +--- gsoap/wsdl/Makefile.in.orig 2014-10-09 00:09:14.631256099 +0600 ++++ gsoap/wsdl/Makefile.in 2014-10-09 00:09:33.119255143 +0600 +@@ -303,7 +303,7 @@ BUILT_SOURCES = $(SOAP_CPP_SRC) wsdl2h_CFLAGS = $(C_DEBUG_FLAGS) $(WSDL2H_EXTRA_FLAGS) - wsdl2h_CXXFLAGS = $(C_DEBUG_FLAGS) $(WSDL2H_EXTRA_FLAGS) + wsdl2h_CXXFLAGS = $(C_DEBUG_FLAGS) $(WSDL2H_EXTRA_FLAGS) $(WSDL2H_IMPORTPATH) -wsdl2h_CPPFLAGS = $(AM_CPPFLAGS) $(SOAPCPP2_NONAMESPACES) -D$(platform) +wsdl2h_CPPFLAGS = $(AM_CPPFLAGS) $(SOAPCPP2_NONAMESPACES) $(WSDL2H_IMPORTPATH) -D$(platform) - wsdl2h_SOURCES = wsdl2h.cpp wsdl.cpp schema.cpp types.cpp service.cpp soap.cpp mime.cpp wsp.cpp $(SOAP_CPP_SRC) + wsdl2h_SOURCES = wsdl2h.cpp wsdl.cpp schema.cpp types.cpp service.cpp soap.cpp mime.cpp wsp.cpp bpel.cpp $(SOAP_CPP_SRC) wsdl2h_LDADD = $(SOAP_CPP_LIB) $(WSDL2H_EXTRA_LIBS) CLEANFILES = *~ *C.cpp *H.h *Stub.h *.nsmap Modified: head/devel/gsoap/pkg-plist ============================================================================== --- head/devel/gsoap/pkg-plist Tue Oct 14 17:34:59 2014 (r370872) +++ head/devel/gsoap/pkg-plist Tue Oct 14 17:47:34 2014 (r370873) @@ -15,6 +15,7 @@ libdata/pkgconfig/gsoapck++.pc libdata/pkgconfig/gsoapck.pc libdata/pkgconfig/gsoapssl++.pc libdata/pkgconfig/gsoapssl.pc +%%DATADIR%%/WS/LEGAL.txt %%DATADIR%%/WS/README.txt %%DATADIR%%/WS/WS-Addressing.xsd %%DATADIR%%/WS/WS-Addressing03.xsd @@ -37,6 +38,11 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/WS/enumeration.xsd %%DATADIR%%/WS/reference-1.1.xsd %%DATADIR%%/WS/typemap.dat +%%DATADIR%%/WS/ws-bpel_abstract_common_base.xsd +%%DATADIR%%/WS/ws-bpel_executable.xsd +%%DATADIR%%/WS/ws-bpel_plnktype.xsd +%%DATADIR%%/WS/ws-bpel_serviceref.xsd +%%DATADIR%%/WS/ws-bpel_varprop.xsd %%DATADIR%%/WS/ws-reliability-1.1.xsd %%DATADIR%%/WS/wsse.xsd %%DATADIR%%/WS/wsu.xsd @@ -50,6 +56,9 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/custom/struct_timeval.h %%DATADIR%%/custom/struct_tm.c %%DATADIR%%/custom/struct_tm.h +%%DATADIR%%/custom/wsrmdemo-duration.o +%%DATADIR%%/custom/wsrmdemo_ssl-duration.o +%%DATADIR%%/custom/wsrmdemo_udp-duration.o %%DATADIR%%/extras/README.txt %%DATADIR%%/extras/ckdb.c %%DATADIR%%/extras/ckdb.h @@ -66,6 +75,7 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/import/dom.h %%DATADIR%%/import/ds.h %%DATADIR%%/import/ds2.h +%%DATADIR%%/import/plnk.h %%DATADIR%%/import/ref.h %%DATADIR%%/import/ser.h %%DATADIR%%/import/soap12.h @@ -75,6 +85,7 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/import/stllist.h %%DATADIR%%/import/stlset.h %%DATADIR%%/import/stlvector.h +%%DATADIR%%/import/vprop.h %%DATADIR%%/import/wsa.h %%DATADIR%%/import/wsa3.h %%DATADIR%%/import/wsa4.h @@ -119,6 +130,7 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/plugin/httpform.h %%DATADIR%%/plugin/httpget.c %%DATADIR%%/plugin/httpget.h +%%DATADIR%%/plugin/httpget.o %%DATADIR%%/plugin/httpgettest.c %%DATADIR%%/plugin/httpgettest.h %%DATADIR%%/plugin/httpmd5.c @@ -127,6 +139,7 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/plugin/httpmd5test.h %%DATADIR%%/plugin/httppost.c %%DATADIR%%/plugin/httppost.h +%%DATADIR%%/plugin/httppost.o %%DATADIR%%/plugin/httpposttest.c %%DATADIR%%/plugin/httpposttest.h %%DATADIR%%/plugin/logging.c @@ -141,23 +154,30 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/plugin/plugin.h %%DATADIR%%/plugin/smdevp.c %%DATADIR%%/plugin/smdevp.h +%%DATADIR%%/plugin/sslserver-threads.o %%DATADIR%%/plugin/threads.c %%DATADIR%%/plugin/threads.h %%DATADIR%%/plugin/wsaapi.c %%DATADIR%%/plugin/wsaapi.h +%%DATADIR%%/plugin/wsademo-wsaapi.o %%DATADIR%%/plugin/wsddapi.c %%DATADIR%%/plugin/wsddapi.h %%DATADIR%%/plugin/wsrmapi.c %%DATADIR%%/plugin/wsrmapi.h +%%DATADIR%%/plugin/wsrmdemo-threads.o +%%DATADIR%%/plugin/wsrmdemo-wsaapi.o +%%DATADIR%%/plugin/wsrmdemo-wsrmapi.o +%%DATADIR%%/plugin/wsrmdemo_ssl-threads.o +%%DATADIR%%/plugin/wsrmdemo_ssl-wsaapi.o +%%DATADIR%%/plugin/wsrmdemo_ssl-wsrmapi.o +%%DATADIR%%/plugin/wsrmdemo_udp-threads.o +%%DATADIR%%/plugin/wsrmdemo_udp-wsaapi.o +%%DATADIR%%/plugin/wsrmdemo_udp-wsrmapi.o %%DATADIR%%/plugin/wsse2api.c %%DATADIR%%/plugin/wsse2api.h %%DATADIR%%/plugin/wsseapi.c %%DATADIR%%/plugin/wsseapi.cpp %%DATADIR%%/plugin/wsseapi.h -@dirrm lib/gsoap -@dirrm %%DATADIR%%/plugin -@dirrm %%DATADIR%%/import -@dirrm %%DATADIR%%/extras -@dirrm %%DATADIR%%/custom -@dirrm %%DATADIR%%/WS -@dirrm %%DATADIR%% +%%DATADIR%%/plugin/wssedemo-mecevp.o +%%DATADIR%%/plugin/wssedemo-smdevp.o +%%DATADIR%%/plugin/wssedemo-wsseapi.o