Date: Thu, 18 Feb 2021 20:04:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565975 - head/devel/flyspray Message-ID: <202102182004.11IK4LMg075729@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Feb 18 20:04:21 2021 New Revision: 565975 URL: https://svnweb.freebsd.org/changeset/ports/565975 Log: Switch from databases/adodb to databases/adodb5 to fix with newer versions of PHP PR: 231220 Submitted by: ml@netfence.it Modified: head/devel/flyspray/Makefile Modified: head/devel/flyspray/Makefile ============================================================================== --- head/devel/flyspray/Makefile Thu Feb 18 20:02:52 2021 (r565974) +++ head/devel/flyspray/Makefile Thu Feb 18 20:04:21 2021 (r565975) @@ -3,14 +3,14 @@ PORTNAME= flyspray PORTVERSION= 0.9.9.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel www MASTER_SITES= http://flyspray.org/packed/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple, easy-to-use web based bug tracking system -RUN_DEPENDS= ${LOCALBASE}/share/adodb/adodb.inc.php:databases/adodb +RUN_DEPENDS= ${LOCALBASE}/share/adodb/adodb.inc.php:databases/adodb5 USE_PHP= pcre session zlib xml gd USES= dos2unix php:web zip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102182004.11IK4LMg075729>