Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Dec 2016 07:57:51 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428039 - head/www/nextcloud
Message-ID:  <201612070757.uB77vpHm041118@repo.freebsd.org>

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



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