svn commit: r409175 - in head/devel: rth truc

Martin Wilke miwi at FreeBSD.org
Fri Feb 19 12:39:24 UTC 2016


Author: miwi
Date: Fri Feb 19 12:39:23 2016
New Revision: 409175
URL: https://svnweb.freebsd.org/changeset/ports/409175

Log:
  - Switch to mysqli support

Modified:
  head/devel/rth/Makefile
  head/devel/truc/Makefile

Modified: head/devel/rth/Makefile
==============================================================================
--- head/devel/rth/Makefile	Fri Feb 19 12:36:06 2016	(r409174)
+++ head/devel/rth/Makefile	Fri Feb 19 12:39:23 2016	(r409175)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rth
 PORTVERSION=	1.7.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel www
 MASTER_SITES=	SF/${PORTNAME}/Release%20${PORTVERSION}/Release%20${PORTVERSION}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -13,7 +13,7 @@ COMMENT=	Web-based requirement, test, an
 
 USES=		zip
 NO_BUILD=	yes
-USE_PHP=	mysql gd
+USE_PHP=	mysqli gd
 
 PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 SUB_LIST=	"PKGNAME=${PKGNAME}"

Modified: head/devel/truc/Makefile
==============================================================================
--- head/devel/truc/Makefile	Fri Feb 19 12:36:06 2016	(r409174)
+++ head/devel/truc/Makefile	Fri Feb 19 12:39:23 2016	(r409175)
@@ -3,7 +3,7 @@
 
 PORTNAME=	truc
 PORTVERSION=	0.12.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/TRUC%20Testing%20${PORTVERSION}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -12,7 +12,7 @@ MAINTAINER=	jsi at jules.de
 COMMENT=	Web-based tool for requirement and use case tracking
 
 NO_BUILD=	yes
-USE_PHP=	mysql gd
+USE_PHP=	mysqli gd
 
 USES=		cpe shebangfix
 SHEBANG_FILES=	FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl \


More information about the svn-ports-all mailing list