I think the epoch bump has to be propagated to the internal
dependencies. Without this, my build fails during pkg_create with
Error: @depend
databases/mariadb,-main:mariadb-client->=10.0,<10.1:mariadb-client-10.0.13p0v0
pattern mariadb-client->=10.0,<10.1 doesn't match default
mariadb-client-10.0.13p0v0
Not sure wether the diff below is the correct way to fix it.
Ciao,
Kili
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/mariadb/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile 17 Sep 2014 15:56:50 -0000 1.18
+++ Makefile 18 Sep 2014 20:16:01 -0000
@@ -40,11 +40,11 @@ SUBST_VARS= SOCKET_DIR
MODULES= devel/cmake
BUILD_DEPENDS= devel/bison
-RUN_DEPENDS-server= ${BASE_PKGPATH}>=10.0,<10.1 \
+RUN_DEPENDS-server= ${BASE_PKGPATH}>=10.0v0,<10.1v0 \
databases/p5-DBD-mysql \
devel/p5-Term-ReadKey
-LIB_DEPENDS-server= ${BASE_PKGPATH}>=10.0,<10.1
-LIB_DEPENDS-tests= ${BASE_PKGPATH}>=10.0,<10.1
+LIB_DEPENDS-server= ${BASE_PKGPATH}>=10.0v0,<10.1v0
+LIB_DEPENDS-tests= ${BASE_PKGPATH}>=10.0v0,<10.1v0
USE_GROFF= Yes