Summary: | Missing dependency for www/owncloud | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Loic Blot <root> | ||||
Component: | Individual Port(s) | Assignee: | Kevin Lo <kevlo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Loic Blot
2013-08-14 15:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->kevlo Over to maintainer (via the GNATS Auto Assign Tool) Author: kevlo Date: Thu Aug 15 06:19:57 2013 New Revision: 324752 URL: http://svnweb.freebsd.org/changeset/ports/324752 Log: Add missing dependency. PR: ports/181293 Submitted by: Loic Blot <root at www.unix-experience dot fr> Modified: head/www/owncloud/Makefile Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Thu Aug 15 06:12:48 2013 (r324751) +++ head/www/owncloud/Makefile Thu Aug 15 06:19:57 2013 (r324752) @@ -2,6 +2,7 @@ PORTNAME= owncloud PORTVERSION= 5.0.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ @@ -16,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PHP= ctype curl dom fileinfo filter gd hash iconv json mbstring \ mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3 xml \ - zip zlib + wddx 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" State Changed From-To: open->closed Committed, thanks. |