svn commit: r565975 - head/devel/flyspray

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 18 20:04:22 UTC 2021


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 at 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 at 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


More information about the svn-ports-all mailing list