diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-26 15:20:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-26 15:20:16 +0800 |
commit | 59e464166b7df60727d593ab5181adae63f70e30 (patch) | |
tree | 28423f2efc7a278eca2754f269cad8b311199fdc | |
parent | 35c6df18ff91d1390a250fe1d9c1aa5f0e90e22a (diff) | |
download | freebsd-ports-gnome-59e464166b7df60727d593ab5181adae63f70e30.tar.gz freebsd-ports-gnome-59e464166b7df60727d593ab5181adae63f70e30.tar.zst freebsd-ports-gnome-59e464166b7df60727d593ab5181adae63f70e30.zip |
- Fix packageing
-rw-r--r-- | devel/gsoap/Makefile | 1 | ||||
-rw-r--r-- | devel/gsoap/pkg-plist | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile index 395fe36c6284..089f32239b78 100644 --- a/devel/gsoap/Makefile +++ b/devel/gsoap/Makefile @@ -3,6 +3,7 @@ PORTNAME= gsoap PORTVERSION= 2.8.17 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}2/gSOAP DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/gsoap/pkg-plist b/devel/gsoap/pkg-plist index 4668c76c1db0..c0b6df593ccb 100644 --- a/devel/gsoap/pkg-plist +++ b/devel/gsoap/pkg-plist @@ -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 |