aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-q4m/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2009-04-28 15:28:33 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2009-04-28 15:28:33 +0000
commit0c3ce7c128dc6b9d033cbf18f0252c00cdde4042 (patch)
treebac3ab6db25bbd0d33f6529fbcca1df604aa32d2 /databases/mysql-q4m/Makefile
parent741cd5bfa25aeb4a954d0a6f83de66eb8d94ea70 (diff)
downloadports-0c3ce7c128dc6b9d033cbf18f0252c00cdde4042.tar.gz
ports-0c3ce7c128dc6b9d033cbf18f0252c00cdde4042.zip
Update to 0.8.5.
Notes
Notes: svn path=/head/; revision=232906
Diffstat (limited to 'databases/mysql-q4m/Makefile')
-rw-r--r--databases/mysql-q4m/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/mysql-q4m/Makefile b/databases/mysql-q4m/Makefile
index ca991295cc1c..f8dbd256ef31 100644
--- a/databases/mysql-q4m/Makefile
+++ b/databases/mysql-q4m/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= q4m
-PORTVERSION= 0.8.4
+PORTVERSION= 0.8.5
CATEGORIES= databases
MASTER_SITES= http://q4m.31tools.com/dist/
PKGNAMEPREFIX= mysql${MYSQL_VER}-
@@ -14,8 +14,7 @@ PKGNAMEPREFIX= mysql${MYSQL_VER}-
MAINTAINER= knu@FreeBSD.org
COMMENT= A message queue that works as a pluggable storage engine of MySQL
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/databases/mysql${MYSQL_VER}-server:build \
- ${LOCALBASE}/include/boost/spirit/core.hpp:${PORTSDIR}/devel/boost
+BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/databases/mysql${MYSQL_VER}-server:build
RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql${MYSQL_VER}-server
USE_GMAKE= yes
@@ -59,6 +58,9 @@ post-install:
.endfor
.endif
+install-functions:
+ mysql -u root -f mysql < ${EXAMPLESDIR}/install.sql
+
test:
cd ${WRKSRC}; ${PERL} run_tests.pl