Index: head/devel/rth/Makefile =================================================================== --- head/devel/rth/Makefile (revision 409174) +++ head/devel/rth/Makefile (revision 409175) @@ -1,30 +1,30 @@ # Created by: Jan Siml # $FreeBSD$ 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} MAINTAINER= ports@FreeBSD.org COMMENT= Web-based requirement, test, and bugtracking system USES= zip NO_BUILD= yes -USE_PHP= mysql gd +USE_PHP= mysqli gd PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_LIST= "PKGNAME=${PKGNAME}" SUB_FILES= pkg-message WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} do-install: @${ECHO} "Installing in ${PREFIX}/www/rth" ${MKDIR} ${STAGEDIR}${PREFIX}/www/rth ${MV} ${WRKSRC}/api/properties_inc.php ${WRKSRC}/api/properties_inc.php.sample ${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/www/rth .include Index: head/devel/truc/Makefile =================================================================== --- head/devel/truc/Makefile (revision 409174) +++ head/devel/truc/Makefile (revision 409175) @@ -1,34 +1,34 @@ # Created by: Jan Siml # $FreeBSD$ 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} 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 \ FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/helpers/header.cgi \ FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/helpers/progress.cgi \ FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/helpers/upload.cgi CPE_VENDOR= jan_schutze PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_LIST= "PKGNAME=${PKGNAME}" SUB_FILES= pkg-message WANT_PHP_WEB= yes do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/www/truc # ${MV} ${WRKSRC}/config_inc.php ${WRKSRC}/config_inc.php-dist ${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/www/truc .include