diff options
-rw-r--r-- | www/libsocialweb/Makefile | 11 | ||||
-rw-r--r-- | www/libsocialweb/pkg-plist | 15 |
2 files changed, 17 insertions, 9 deletions
diff --git a/www/libsocialweb/Makefile b/www/libsocialweb/Makefile index 7a68a7eff..e8f52acec 100644 --- a/www/libsocialweb/Makefile +++ b/www/libsocialweb/Makefile @@ -4,22 +4,27 @@ PORTNAME= libsocialweb PORTVERSION= 0.25.20 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= A personal social data server. -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt +BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ + vapigen:${PORTSDIR}/lang/vala-vapigen LIB_DEPENDS= rest-0.7:${PORTSDIR}/www/rest \ json-glib-1.0:${PORTSDIR}/devel/json-glib -USE_GNOME= glib20 intlhack gconf2 introspection:build +USE_GNOME= glib20 intlhack gconf2 introspection:build gnomehier USE_XZ= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gettext pathfix -CONFIGURE_ARGS= --enable-all-services +CONFIGURE_ARGS= --enable-vala-bindings +# review if we want all the services enabled, because of not completely +# safe public API security wise? +CONFIGURE_ARGS+=--enable-all-services .include <bsd.port.mk> diff --git a/www/libsocialweb/pkg-plist b/www/libsocialweb/pkg-plist index 37a2fb015..6e2568776 100644 --- a/www/libsocialweb/pkg-plist +++ b/www/libsocialweb/pkg-plist @@ -6,6 +6,7 @@ include/libsocialweb/interfaces/sw-photo-upload-ginterface.h include/libsocialweb/interfaces/sw-query-ginterface.h include/libsocialweb/interfaces/sw-status-update-ginterface.h include/libsocialweb/interfaces/sw-video-upload-ginterface.h +include/libsocialweb/libsocialweb-client/libsocialweb-client-hack-for-vala.h include/libsocialweb/libsocialweb-client/sw-client-contact-view.h include/libsocialweb/libsocialweb-client/sw-client-item-view.h include/libsocialweb/libsocialweb-client/sw-client-lastfm.h @@ -201,6 +202,14 @@ share/locale/uk/LC_MESSAGES/libsocialweb.mo share/locale/wa/LC_MESSAGES/libsocialweb.mo share/locale/zh_CN/LC_MESSAGES/libsocialweb.mo share/locale/zh_TW/LC_MESSAGES/libsocialweb.mo +share/vala/vapi/libsocialweb-client.deps +share/vala/vapi/libsocialweb-client.vapi +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast @dirrm share/libsocialweb/services @dirrm share/libsocialweb @dirrmtry share/gtk-doc/html @@ -216,9 +225,3 @@ share/locale/zh_TW/LC_MESSAGES/libsocialweb.mo @dirrm include/libsocialweb/libsocialweb-client @dirrm include/libsocialweb/interfaces @dirrm include/libsocialweb -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast |