Date: Fri, 19 Feb 2016 12:39:23 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409175 - in head/devel: rth truc Message-ID: <201602191239.u1JCdNYh083454@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602191239.u1JCdNYh083454>