svn commit: r451197 - head/www/netoffice

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 4 10:16:25 UTC 2017


Author: bapt
Date: Wed Oct  4 10:16:23 2017
New Revision: 451197
URL: https://svnweb.freebsd.org/changeset/ports/451197

Log:
  Convert to USES=php, while here convert to USES=mysql
  hich fixes a typo preventing the mysql dependency

Modified:
  head/www/netoffice/Makefile

Modified: head/www/netoffice/Makefile
==============================================================================
--- head/www/netoffice/Makefile	Wed Oct  4 10:00:12 2017	(r451196)
+++ head/www/netoffice/Makefile	Wed Oct  4 10:16:23 2017	(r451197)
@@ -3,7 +3,7 @@
 
 PORTNAME=	netoffice
 PORTVERSION=	2.6.0b2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION}
 
@@ -12,9 +12,8 @@ COMMENT=	NetOffice is a free web based project-managem
 
 NO_BUILD=	yes
 NO_ARCH=	yes
-USER_MYSQL=	yes
+USES=		php:web mysql
 USE_PHP=	mysql pcre zlib session xml gd
-WANT_PHP_WEB=	yes
 
 WEBOWN?=	www
 WEBGRP?=	www


More information about the svn-ports-all mailing list