Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2019 19:22:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491651 - head/www/owncloud
Message-ID:  <201901301922.x0UJMZ8r021325@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan 30 19:22:34 2019
New Revision: 491651
URL: https://svnweb.freebsd.org/changeset/ports/491651

Log:
  Add PHP flavor
  
  - Cosmetic change
  
  PR:		235116
  Requested by:	Christian Ludwig <chrissicool@gmail.com>

Modified:
  head/www/owncloud/Makefile

Modified: head/www/owncloud/Makefile
==============================================================================
--- head/www/owncloud/Makefile	Wed Jan 30 19:22:29 2019	(r491650)
+++ head/www/owncloud/Makefile	Wed Jan 30 19:22:34 2019	(r491651)
@@ -6,6 +6,7 @@ PORTVERSION=	10.0.10
 PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://download.owncloud.org/community/
+PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Personal cloud which runs on your own server
@@ -13,17 +14,18 @@ COMMENT=	Personal cloud which runs on your own server
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe php:web tar:bzip2
+USES=		cpe php:flavors,web tar:bzip2
 USE_PHP=	bz2 ctype curl dom fileinfo filter gd hash iconv intl json \
 		mbstring pdo posix session simplexml xml xmlreader xmlwriter \
 		xsl wddx zip zlib
-WRKSRC=		${WRKDIR}/${PORTNAME}
 
 NO_ARCH=	yes
 NO_BUILD=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 OWNCLOUD_USER?=	${WWWOWN}
 OWNCLOUD_GROUP?=${WWWGRP}
+
 PLIST_SUB=	OWNCLOUD_USER=${OWNCLOUD_USER} \
 		OWNCLOUD_GROUP=${OWNCLOUD_GROUP}
 SUB_FILES=	pkg-message newsyslog
@@ -32,7 +34,6 @@ OPTIONS_DEFINE=	EXAMPLES EXIF LDAP SMB SSL
 OPTIONS_MULTI=	DB
 OPTIONS_MULTI_DB=	MYSQL PGSQL SQLITE
 OPTIONS_DEFAULT=EXIF LDAP MYSQL SMB SSL
-
 EXIF_DESC=	Image rotation support
 
 EXIF_USE=	PHP=exif
@@ -41,8 +42,8 @@ MYSQL_USE=	PHP=pdo_mysql
 MYSQL_USES=	mysql
 PGSQL_USES=	pgsql
 PGSQL_USE=	PHP=pdo_pgsql,pgsql
-SQLITE_USE=	PHP=pdo_sqlite,sqlite3
 SMB_RUN_DEPENDS=${PECL_PKGNAMEPREFIX}smbclient>=0.8.0:net/pecl-smbclient@${PHP_FLAVOR}
+SQLITE_USE=	PHP=pdo_sqlite,sqlite3
 SSL_USE=	PHP=openssl
 
 do-install:



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