summaryrefslogtreecommitdiffstats
path: root/databases/libgda5
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-02 21:29:13 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-02 21:29:13 +0800
commit96b76854d94a1e1b604dc57ee4fc5605c8dd372b (patch)
treea8127091de7fb302b3cdd0311d522277bd7764f4 /databases/libgda5
parent5e284087e7a0067712d478f9ee96a15e062095ce (diff)
downloadmarcuscom-ports-96b76854d94a1e1b604dc57ee4fc5605c8dd372b.tar
marcuscom-ports-96b76854d94a1e1b604dc57ee4fc5605c8dd372b.tar.gz
marcuscom-ports-96b76854d94a1e1b604dc57ee4fc5605c8dd372b.tar.bz2
marcuscom-ports-96b76854d94a1e1b604dc57ee4fc5605c8dd372b.tar.lz
marcuscom-ports-96b76854d94a1e1b604dc57ee4fc5605c8dd372b.tar.xz
marcuscom-ports-96b76854d94a1e1b604dc57ee4fc5605c8dd372b.tar.zst
marcuscom-ports-96b76854d94a1e1b604dc57ee4fc5605c8dd372b.zip
Update to 4.99.1.
Switch to XZ distfile. Add slaveport for ldap provider (read only for now) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16021 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/libgda5')
-rw-r--r--databases/libgda5/Makefile13
-rw-r--r--databases/libgda5/distinfo4
2 files changed, 12 insertions, 5 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 0fa7d6355..3de484a73 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/libgda4/Makefile,v 1.14 2010/11/14 20:57:58 kwm Exp $
+# $MCom: ports/databases/libgda5/Makefile,v 1.1 2011/03/30 19:23:02 kwm Exp $
#
PORTNAME= libgda5
-PORTVERSION?= 4.99.0
+PORTVERSION?= 4.99.1
PORTREVISION?= 0
CATEGORIES= databases gnome
MASTER_SITES= GNOME
@@ -18,7 +18,7 @@ DIST_SUBDIR= gnome3
MAINTAINER?= gnome@FreeBSD.org
COMMENT?= Provides uniform access to different kinds of data sources
-USE_BZIP2= yes
+USE_XZ= yes
LIBGDA5_SLAVE?= no
.if !defined(REFERENCE_PORT)
@@ -70,6 +70,13 @@ CONFIGURE_ARGS+= --with-bdb=${LOCALBASE}
CONFIGURE_ARGS+= --without-bdb
.endif
+.if ${LIBGDA5_SLAVE}=="ldap"
+USE_LDAP= yes
+CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
+.else
+CONFIGURE_ARGS+= --without-ldap
+.endif
+
.if ${LIBGDA5_SLAVE}=="mysql"
USE_MYSQL= yes
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
diff --git a/databases/libgda5/distinfo b/databases/libgda5/distinfo
index 82d2d51d1..52a6ef38c 100644
--- a/databases/libgda5/distinfo
+++ b/databases/libgda5/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/libgda-4.99.0.tar.bz2) = 6fda4d3a4da931f1c8477bd910251da14cc464e9f272075cccf7b823d0af1a44
-SIZE (gnome3/libgda-4.99.0.tar.bz2) = 12295689
+SHA256 (gnome3/libgda-4.99.1.tar.xz) = 0b8389d020f8748218452f172579252d3ea883d2285c859216f16f8a3598af68
+SIZE (gnome3/libgda-4.99.1.tar.xz) = 11417400