From owner-svn-ports-all@freebsd.org Wed Dec 7 07:57:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D553C6B354; Wed, 7 Dec 2016 07:57:53 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3B1D10AA; Wed, 7 Dec 2016 07:57:52 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB77vp7j041119; Wed, 7 Dec 2016 07:57:51 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB77vpHm041118; Wed, 7 Dec 2016 07:57:51 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612070757.uB77vpHm041118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 7 Dec 2016 07:57:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428039 - head/www/nextcloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2016 07:57:53 -0000 Author: wen Date: Wed Dec 7 07:57:51 2016 New Revision: 428039 URL: https://svnweb.freebsd.org/changeset/ports/428039 Log: - Remove mp3info dependency PR: 213942 Submitted by: joshruehlig@gmail.com Approved by: maintainer(timeout, >30 days) Modified: head/www/nextcloud/Makefile Modified: head/www/nextcloud/Makefile ============================================================================== --- head/www/nextcloud/Makefile Wed Dec 7 07:44:40 2016 (r428038) +++ head/www/nextcloud/Makefile Wed Dec 7 07:57:51 2016 (r428039) @@ -2,6 +2,7 @@ PORTNAME= nextcloud PORTVERSION= 10.0.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://download.nextcloud.com/server/releases/ @@ -26,18 +27,15 @@ SUB_FILES= pkg-message PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \ NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME} -OPTIONS_DEFINE= EXIF LDAP MP3INFO SMB SSL +OPTIONS_DEFINE= EXIF LDAP SMB SSL OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE -OPTIONS_DEFAULT= EXIF LDAP MP3INFO MYSQL SMB SSL +OPTIONS_DEFAULT= EXIF LDAP MYSQL SMB SSL EXIF_DESC= Image rotation support -MP3INFO_DESC= MP3 ID3 tags support EXIF_USE= PHP=exif LDAP_USE= PHP=ldap -MP3INFO_BUILD_DEPENDS= mp3info:audio/mp3info -MP3INFO_RUN_DEPENDS= ${MP3INFO_BUILD_DEPENDS} MYSQL_USES= mysql MYSQL_USE= PHP=pdo_mysql PGSQL_USES= pgsql