From owner-svn-ports-all@freebsd.org Wed Oct 28 12:18:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AD26A20972; Wed, 28 Oct 2015 12:18:34 +0000 (UTC) (envelope-from bofh@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 mx1.freebsd.org (Postfix) with ESMTPS id CB68B113B; Wed, 28 Oct 2015 12:18:33 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9SCIWqX050373; Wed, 28 Oct 2015 12:18:32 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9SCIWoB050370; Wed, 28 Oct 2015 12:18:32 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201510281218.t9SCIWoB050370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 28 Oct 2015 12:18:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400382 - head/devel/gsoap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2015 12:18:34 -0000 Author: bofh Date: Wed Oct 28 12:18:32 2015 New Revision: 400382 URL: https://svnweb.freebsd.org/changeset/ports/400382 Log: devel/gsoap: Update version 2.8.23=>2.8.24 Modified: head/devel/gsoap/Makefile head/devel/gsoap/distinfo head/devel/gsoap/pkg-plist Modified: head/devel/gsoap/Makefile ============================================================================== --- head/devel/gsoap/Makefile Wed Oct 28 12:11:20 2015 (r400381) +++ head/devel/gsoap/Makefile Wed Oct 28 12:18:32 2015 (r400382) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gsoap -PORTVERSION= 2.8.23 +PORTVERSION= 2.8.24 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}2/gSOAP DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/gsoap/distinfo ============================================================================== --- head/devel/gsoap/distinfo Wed Oct 28 12:11:20 2015 (r400381) +++ head/devel/gsoap/distinfo Wed Oct 28 12:18:32 2015 (r400382) @@ -1,2 +1,2 @@ -SHA256 (gsoap_2.8.23.zip) = e1c30743f1c2cf40b2760568127e14af1b2a00c3026b2e5f0750e8c33d94c061 -SIZE (gsoap_2.8.23.zip) = 22482000 +SHA256 (gsoap_2.8.24.zip) = 6c67bdda7ce9cff62e1faa33c53fb38aa256e2af48b2645a0e5a43142f88b7e8 +SIZE (gsoap_2.8.24.zip) = 23449177 Modified: head/devel/gsoap/pkg-plist ============================================================================== --- head/devel/gsoap/pkg-plist Wed Oct 28 12:11:20 2015 (r400381) +++ head/devel/gsoap/pkg-plist Wed Oct 28 12:18:32 2015 (r400382) @@ -52,12 +52,20 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/WS/wsu.xsd %%DATADIR%%/WS/xenc.xsd %%DATADIR%%/custom/README.txt +%%DATADIR%%/custom/chrono_duration.cpp +%%DATADIR%%/custom/chrono_duration.h +%%DATADIR%%/custom/chrono_time_point.cpp +%%DATADIR%%/custom/chrono_time_point.h %%DATADIR%%/custom/duration.c %%DATADIR%%/custom/duration.h %%DATADIR%%/custom/long_double.c %%DATADIR%%/custom/long_double.h +%%DATADIR%%/custom/long_time.c +%%DATADIR%%/custom/long_time.h %%DATADIR%%/custom/struct_timeval.c %%DATADIR%%/custom/struct_timeval.h +%%DATADIR%%/custom/struct_tm_date.c +%%DATADIR%%/custom/struct_tm_date.h %%DATADIR%%/custom/struct_tm.c %%DATADIR%%/custom/struct_tm.h %%DATADIR%%/extras/README.txt