svn commit: r514741 - head/sysutils/froxlor

Tobias Kortkamp tobik at FreeBSD.org
Fri Oct 18 22:49:03 UTC 2019


Author: tobik
Date: Fri Oct 18 22:49:02 2019
New Revision: 514741
URL: https://svnweb.freebsd.org/changeset/ports/514741

Log:
  sysutils/froxlor: Spell MYSQLS_USES correctly

Modified:
  head/sysutils/froxlor/Makefile

Modified: head/sysutils/froxlor/Makefile
==============================================================================
--- head/sysutils/froxlor/Makefile	Fri Oct 18 22:44:24 2019	(r514740)
+++ head/sysutils/froxlor/Makefile	Fri Oct 18 22:49:02 2019	(r514741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	froxlor
 PORTVERSION=	0.9.38.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils www
 MASTER_SITES=	http://files.froxlor.org/releases/
 
@@ -95,7 +95,7 @@ NGINX_RUN_DEPENDS=	nginx:www/nginx
 
 APACHE_USES=	apache php:mod
 
-MYSQL_USES=	mysql:server
+MYSQLS_USES=	mysql:server
 
 PCNTL_USE=	PHP=pcntl
 


More information about the svn-ports-head mailing list