svn commit: r303401 - head/www/owncloud

Kevin Lo kevlo at FreeBSD.org
Fri Aug 31 08:45:40 UTC 2012


Author: kevlo
Date: Fri Aug 31 08:45:39 2012
New Revision: 303401
URL: http://svn.freebsd.org/changeset/ports/303401

Log:
  Update to 4.0.7

Modified:
  head/www/owncloud/Makefile
  head/www/owncloud/distinfo

Modified: head/www/owncloud/Makefile
==============================================================================
--- head/www/owncloud/Makefile	Fri Aug 31 08:26:11 2012	(r303400)
+++ head/www/owncloud/Makefile	Fri Aug 31 08:45:39 2012	(r303401)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	owncloud
-PORTVERSION=	4.0.1
-PORTREVISION=	1
+PORTVERSION=	4.0.7
 CATEGORIES=	www
 MASTER_SITES=	http://owncloud.org/releases/
 
@@ -18,8 +17,8 @@ BUILD_DEPENDS=	mp3info:${PORTSDIR}/audio
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_BZIP2=	yes
-USE_PHP=	ctype curl dom gd hash json mbstring mysql pdo pdo_sqlite \
-		session simplexml sqlite3 xml zip
+USE_PHP=	ctype curl dom gd hash json mbstring mysql pdo pdo_mysql \
+		pdo_sqlite session simplexml sqlite3 xml zip
 WANT_PHP_WEB=	yes
 DEFAULT_PHP_VER=5
 

Modified: head/www/owncloud/distinfo
==============================================================================
--- head/www/owncloud/distinfo	Fri Aug 31 08:26:11 2012	(r303400)
+++ head/www/owncloud/distinfo	Fri Aug 31 08:45:39 2012	(r303401)
@@ -1,2 +1,2 @@
-SHA256 (owncloud-4.0.1.tar.bz2) = e56f4850dacd72a8fbed88ea88007720b6e4fb48934b8d1acbf38b45e32786aa
-SIZE (owncloud-4.0.1.tar.bz2) = 4560307
+SHA256 (owncloud-4.0.7.tar.bz2) = c2387fb2179b73f0cd8b542d115e6a234c1ba1a9298acb815a69c3b070acab04
+SIZE (owncloud-4.0.7.tar.bz2) = 4624512



More information about the svn-ports-head mailing list