Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2017 10:16:23 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451197 - head/www/netoffice
Message-ID:  <201710041016.v94AGNCH066575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710041016.v94AGNCH066575>