diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 13:33:09 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 13:33:09 +0800 |
commit | f23f7a72407edc0c6dc38e0a94c42734b7afbf02 (patch) | |
tree | 403980d5f66436e07999e4d8db3b0851bf5948e2 /devel/libgdata | |
parent | fc10399e8fd02201d97ef99b797fd3b7bc9d5704 (diff) | |
download | marcuscom-ports-f23f7a72407edc0c6dc38e0a94c42734b7afbf02.tar marcuscom-ports-f23f7a72407edc0c6dc38e0a94c42734b7afbf02.tar.gz marcuscom-ports-f23f7a72407edc0c6dc38e0a94c42734b7afbf02.tar.bz2 marcuscom-ports-f23f7a72407edc0c6dc38e0a94c42734b7afbf02.tar.lz marcuscom-ports-f23f7a72407edc0c6dc38e0a94c42734b7afbf02.tar.xz marcuscom-ports-f23f7a72407edc0c6dc38e0a94c42734b7afbf02.tar.zst marcuscom-ports-f23f7a72407edc0c6dc38e0a94c42734b7afbf02.zip |
First batch of updated gnome 3.14 ports:
- at-spi2-atk-2.14.1
- at-spi2-core-2.14.0
- atk-2.14.0
- baobab-3.14.0
- caribou-0.4.15
- gjs-1.42.0
- glib-2.42.0 [1]
- glib-networking-2.42.0
- glibmm-2.42.0
- libgdata-0.16.0 [2]
- vala-0.26.1 [3]
As usual, some fix here and there. While here, remove the @dir[rm|rmmty]
from the pkg-plist files, those are not needed anymore.
[1] The code on gio_gunixmounts.c seems to have changed. I've tried
to keep the logic, but need to check it in run time
[2] Add gtk-doc to the run_deps
[3] Take into account that vala_vapigen is gone and now is part of
the vala port itself
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19944 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgdata')
-rw-r--r-- | devel/libgdata/Makefile | 1 | ||||
-rw-r--r-- | devel/libgdata/pkg-plist | 30 |
2 files changed, 1 insertions, 30 deletions
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile index d38db08c2..ad52ac8e7 100644 --- a/devel/libgdata/Makefile +++ b/devel/libgdata/Makefile @@ -11,6 +11,7 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= GLib based implimentation of the GData protocol BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ + gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \ vapigen:${PORTSDIR}/lang/vala-vapigen LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ diff --git a/devel/libgdata/pkg-plist b/devel/libgdata/pkg-plist index 9cdd27676..5b58be61e 100644 --- a/devel/libgdata/pkg-plist +++ b/devel/libgdata/pkg-plist @@ -321,33 +321,3 @@ share/locale/zh_HK/LC_MESSAGES/gdata.mo share/locale/zh_TW/LC_MESSAGES/gdata.mo share/vala/vapi/libgdata.deps share/vala/vapi/libgdata.vapi -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrm share/doc/gdata -@dirrm include/libgdata/gdata/services/youtube -@dirrm include/libgdata/gdata/services/tasks -@dirrm include/libgdata/gdata/services/picasaweb -@dirrm include/libgdata/gdata/services/freebase -@dirrm include/libgdata/gdata/services/documents -@dirrm include/libgdata/gdata/services/contacts -@dirrm include/libgdata/gdata/services/calendar -@dirrm include/libgdata/gdata/services -@dirrm include/libgdata/gdata/media -@dirrm include/libgdata/gdata/gd -@dirrm include/libgdata/gdata/gcontact -@dirrm include/libgdata/gdata/atom -@dirrm include/libgdata/gdata/app -@dirrm include/libgdata/gdata -@dirrm include/libgdata |