Date: Wed, 26 Feb 2014 07:20:16 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346127 - head/devel/gsoap Message-ID: <201402260720.s1Q7KG2J070950@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402260720.s1Q7KG2J070950>