- Switch to mysqli support
This commit is contained in:
parent
ef6b237429
commit
5176111845
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409175
2 changed files with 4 additions and 4 deletions
|
@ -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, 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}"
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue