svn commit: r346127 - head/devel/gsoap

Martin Wilke miwi at FreeBSD.org
Wed Feb 26 07:20:17 UTC 2014


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


More information about the svn-ports-all mailing list