summaryrefslogtreecommitdiffstats
path: root/devel/libgdata/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-17 01:35:12 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-17 01:35:12 +0800
commit0fa3d7f6174115bd1fe64f3da3644de4498df982 (patch)
treea35c0659754575a3af3c922c5c664a1571f0e267 /devel/libgdata/Makefile
parent918069833115ba87befa439f6b7acf429a1c140f (diff)
downloadmarcuscom-ports-0fa3d7f6174115bd1fe64f3da3644de4498df982.tar
marcuscom-ports-0fa3d7f6174115bd1fe64f3da3644de4498df982.tar.gz
marcuscom-ports-0fa3d7f6174115bd1fe64f3da3644de4498df982.tar.bz2
marcuscom-ports-0fa3d7f6174115bd1fe64f3da3644de4498df982.tar.lz
marcuscom-ports-0fa3d7f6174115bd1fe64f3da3644de4498df982.tar.xz
marcuscom-ports-0fa3d7f6174115bd1fe64f3da3644de4498df982.tar.zst
marcuscom-ports-0fa3d7f6174115bd1fe64f3da3644de4498df982.zip
Move libgdata 0.8 to libgdata08. They are not API compatible.
Add conflicts between the versions. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15232 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgdata/Makefile')
-rw-r--r--devel/libgdata/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile
index edc3a2c58..47fd64f18 100644
--- a/devel/libgdata/Makefile
+++ b/devel/libgdata/Makefile
@@ -2,12 +2,12 @@
# Date created: 9 May 2009
# Whom: Koop Mast <kwm@FreeBSD.org>
#
-# $FreeBSD$
+# $FreeBSD: ports/devel/libgdata/Makefile,v 1.12 2010/12/12 10:52:35 kwm Exp $
# $MCom: ports/devel/libgdata/Makefile,v 1.14 2010/09/30 19:39:17 kwm Exp $
#
PORTNAME= libgdata
-PORTVERSION= 0.8.0
+PORTVERSION= 0.6.6
CATEGORIES= devel
MASTER_SITES= GNOME
@@ -17,6 +17,8 @@ COMMENT= GLib based implimentation of the GData protocol
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome
+CONFLICTS= libgdata-0.8.*
+
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_GETTEXT= yes