aboutsummaryrefslogtreecommitdiff
path: root/databases/libgda5-mdb
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-11-10 19:18:42 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-11-10 19:18:42 +0000
commit40631d2f25f5f9baec97095df6931e3a116c9def (patch)
treef55342ae5ab714fbd9227afa7bd1df6b68dd40c0 /databases/libgda5-mdb
parent5085829232da4375fedebe354aa0280a33d5124e (diff)
downloadports-40631d2f25f5f9baec97095df6931e3a116c9def.tar.gz
ports-40631d2f25f5f9baec97095df6931e3a116c9def.zip
databases/mdbtools: update to 0.7.1
- Update to 0.7.1 - Chase API change in dependent ports - Allow staging - Add LICENSE (GPLv2) - Pass maintainership to submitter PR: ports/182973 Submitted by: Rainer Hurling <rhurlin gwdg.de>
Notes
Notes: svn path=/head/; revision=333427
Diffstat (limited to 'databases/libgda5-mdb')
-rw-r--r--databases/libgda5-mdb/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/databases/libgda5-mdb/Makefile b/databases/libgda5-mdb/Makefile
index 6b3bc981c6af..673196983f39 100644
--- a/databases/libgda5-mdb/Makefile
+++ b/databases/libgda5-mdb/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/trunk/databases/libgda5-mdb/Makefile 18610 2013-06-30 16:33:05Z marcus $
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= databases gnome
PKGNAMESUFFIX= 5-mdb
@@ -17,4 +17,11 @@ PLIST= ${.CURDIR}/pkg-plist
LIBGDA5_SLAVE= mdb
NO_STAGE= yes
+
+post-extract:
+ @${REINPLACE_CMD} -e 's|MDB_SDATETIME|MDB_DATETIME|g' \
+ ${WRKSRC}/providers/mdb/gda-mdb-provider.c \
+ ${WRKSRC}/providers/mdb/libmdb-src/include/mdbtools.h \
+ ${WRKSRC}/providers/mdb/libmdb-src/data.c
+
.include "${MASTERDIR}/Makefile"