Bug 175112 - ports/www/ownclowd needs sysutils/php5-fileinfo
Summary: ports/www/ownclowd needs sysutils/php5-fileinfo
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kevin Lo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-07 17:50 UTC by Alexey Kouznetsov
Modified: 2013-01-10 02:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Kouznetsov 2013-01-07 17:50:03 UTC
Port www/owncloud call the php extension fileinfo for geting file type while enabled some extensions. We need to add fileinfo to USE_PHP for make all functions works

Fix: 

add fileinfo to USE_PHP
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-07 17:50:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2013-01-09 14:22:13 UTC
Responsible Changed
From-To: ale->kevlo

Over to correct maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-10 02:34:45 UTC
Author: kevlo
Date: Thu Jan 10 02:34:38 2013
New Revision: 310170
URL: http://svnweb.freebsd.org/changeset/ports/310170

Log:
  Add fileinfo.
  
  PR:	ports/175112

Modified:
  head/www/owncloud/Makefile

Modified: head/www/owncloud/Makefile
==============================================================================
--- head/www/owncloud/Makefile	Thu Jan 10 02:29:44 2013	(r310169)
+++ head/www/owncloud/Makefile	Thu Jan 10 02:34:38 2013	(r310170)
@@ -2,6 +2,7 @@
 
 PORTNAME=	owncloud
 PORTVERSION=	4.5.5
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://owncloud.org/releases/
 
@@ -12,8 +13,9 @@ BUILD_DEPENDS=	mp3info:${PORTSDIR}/audio
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_BZIP2=	yes
-USE_PHP=	ctype curl dom gd hash iconv json mbstring mysql pdo \
-		pdo_mysql pdo_sqlite session simplexml sqlite3 xml zip zlib
+USE_PHP=	ctype curl dom fileinfo gd hash iconv json mbstring mysql \
+		pdo pdo_mysql pdo_sqlite session simplexml sqlite3 xml zip \
+		zlib
 WANT_PHP_WEB=	yes
 DEFAULT_PHP_VER=5
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Kevin Lo freebsd_committer freebsd_triage 2013-01-10 02:34:46 UTC
State Changed
From-To: open->closed

Committed, thanks.