svn commit: r541827 - branches/2020Q3/databases/phpmyadmin5

Jochen Neumeister joneum at FreeBSD.org
Thu Jul 9 21:58:58 UTC 2020


Author: joneum
Date: Thu Jul  9 21:58:57 2020
New Revision: 541827
URL: https://svnweb.freebsd.org/changeset/ports/541827

Log:
  MFH: r541743
  
  Add xmlwriter for USE_PHP: this fix a Problem with 2FA
  
  PR:		247134
  Reported by:	epopen at gmail.com
  Sponsored by:	Netzkommune GmbH
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2020Q3/databases/phpmyadmin5/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/databases/phpmyadmin5/Makefile
==============================================================================
--- branches/2020Q3/databases/phpmyadmin5/Makefile	Thu Jul  9 21:57:52 2020	(r541826)
+++ branches/2020Q3/databases/phpmyadmin5/Makefile	Thu Jul  9 21:58:57 2020	(r541827)
@@ -28,7 +28,7 @@ NO_BUILD=	yes
 # could, in principle, also use the PHP dbase extension, but it's not
 # available for PHP >= 7.0 and of only minority interest.
 
-USE_PHP=	ctype filter hash json mysqli session spl xml
+USE_PHP=	ctype filter hash json mysqli session spl xml xmlwriter
 .endif
 
 # Note: default settings will pull in X11 client support.  If you don't


More information about the svn-ports-all mailing list