From owner-svn-ports-head@FreeBSD.ORG Wed Feb 26 07:20:17 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31C99E1C; Wed, 26 Feb 2014 07:20:17 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1F2101512; Wed, 26 Feb 2014 07:20:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1Q7KGTK070953; Wed, 26 Feb 2014 07:20:16 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1Q7KG2J070950; Wed, 26 Feb 2014 07:20:16 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402260720.s1Q7KG2J070950@svn.freebsd.org> From: Martin Wilke Date: Wed, 26 Feb 2014 07:20:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346127 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 26 Feb 2014 07:20:17 -0000 Author: miwi Date: Wed Feb 26 07:20:16 2014 New Revision: 346127 URL: http://svnweb.freebsd.org/changeset/ports/346127 QAT: https://qat.redports.org/buildarchive/r346127/ Log: - Fix packageing Modified: head/devel/gsoap/Makefile head/devel/gsoap/pkg-plist Modified: head/devel/gsoap/Makefile ============================================================================== --- head/devel/gsoap/Makefile Wed Feb 26 07:19:22 2014 (r346126) +++ head/devel/gsoap/Makefile Wed Feb 26 07:20:16 2014 (r346127) @@ -3,6 +3,7 @@ PORTNAME= gsoap PORTVERSION= 2.8.17 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}2/gSOAP DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/gsoap/pkg-plist ============================================================================== --- head/devel/gsoap/pkg-plist Wed Feb 26 07:19:22 2014 (r346126) +++ head/devel/gsoap/pkg-plist Wed Feb 26 07:20:16 2014 (r346127) @@ -80,6 +80,7 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/import/wsa4.h %%DATADIR%%/import/wsa5.h %%DATADIR%%/import/wsc.h +%%DATADIR%%/import/wsc2.h %%DATADIR%%/import/wsdd.h %%DATADIR%%/import/wsdd10.h %%DATADIR%%/import/wsdx.h @@ -109,6 +110,7 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/plugin/README.txt %%DATADIR%%/plugin/cacerts.c %%DATADIR%%/plugin/cacerts.h +%%DATADIR%%/plugin/calcrest.h %%DATADIR%%/plugin/httpda.c %%DATADIR%%/plugin/httpda.h %%DATADIR%%/plugin/httpdatest.c @@ -133,6 +135,8 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/plugin/md5evp.h %%DATADIR%%/plugin/mecevp.c %%DATADIR%%/plugin/mecevp.h +%%DATADIR%%/plugin/mq.c +%%DATADIR%%/plugin/mq.h %%DATADIR%%/plugin/plugin.c %%DATADIR%%/plugin/plugin.h %%DATADIR%%/plugin/smdevp.c