diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-12 03:28:42 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-12 03:28:42 +0800 |
commit | 69f40bb4a1ef912ad558120dd4283d7daf6739f2 (patch) | |
tree | b6148e9ef980b38b8b69c3bd7d343e246209544e /devel/libgdata/Makefile | |
parent | 3e3067f33116d040391cccd358b6f890cba2da4f (diff) | |
download | marcuscom-ports-69f40bb4a1ef912ad558120dd4283d7daf6739f2.tar marcuscom-ports-69f40bb4a1ef912ad558120dd4283d7daf6739f2.tar.gz marcuscom-ports-69f40bb4a1ef912ad558120dd4283d7daf6739f2.tar.bz2 marcuscom-ports-69f40bb4a1ef912ad558120dd4283d7daf6739f2.tar.lz marcuscom-ports-69f40bb4a1ef912ad558120dd4283d7daf6739f2.tar.xz marcuscom-ports-69f40bb4a1ef912ad558120dd4283d7daf6739f2.tar.zst marcuscom-ports-69f40bb4a1ef912ad558120dd4283d7daf6739f2.zip |
Update libgdata to 0.13.2. While here add two new more lib_depends and mark the port as stage compliant (tm)
Discussed with: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18878 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgdata/Makefile')
-rw-r--r-- | devel/libgdata/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile index 10cfca437..5910da8ae 100644 --- a/devel/libgdata/Makefile +++ b/devel/libgdata/Makefile @@ -1,9 +1,9 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/devel/libgdata/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom$ PORTNAME= libgdata -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.2 CATEGORIES= devel MASTER_SITES= GNOME @@ -12,17 +12,18 @@ COMMENT= GLib based implimentation of the GData protocol BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ + libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ + libgcr-3.so:${PORTSDIR}/security/gcr \ liboauth.so:${PORTSDIR}/net/liboauth RUN_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss CONFLICTS= libgdata-0.6.* -NO_STAGE= yes USE_XZ= yes USE_LDCONFIG= yes -USES= gettext gmake pathfix pkgconfig USE_AUTOTOOLS= libtool -USE_GNOME= gnomeprefix intltool ltverhack glib20 introspection:build +USES= gettext gmake pathfix pkgconfig +USE_GNOME= glib20 gnomeprefix intltool introspection:build ltverhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--with-ca-certs=${LOCALBASE}/share/certs/ca-root-nss.crt |