svn commit: r416928 - head/www/piwik

Wen Heping wen at FreeBSD.org
Wed Jun 15 15:14:46 UTC 2016


Author: wen
Date: Wed Jun 15 15:14:45 2016
New Revision: 416928
URL: https://svnweb.freebsd.org/changeset/ports/416928

Log:
  - Add missing depends
  
  PR:		208873
  Submitted by:	holger at freyther.de
  Approved by:	maintainer(timeout, >50 days)

Modified:
  head/www/piwik/Makefile
  head/www/piwik/distinfo

Modified: head/www/piwik/Makefile
==============================================================================
--- head/www/piwik/Makefile	Wed Jun 15 15:07:56 2016	(r416927)
+++ head/www/piwik/Makefile	Wed Jun 15 15:14:45 2016	(r416928)
@@ -3,6 +3,7 @@
 
 PORTNAME=	piwik
 PORTVERSION=	2.16.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://builds.piwik.org/
 
@@ -13,7 +14,8 @@ LICENSE=	GPLv3
 
 NO_BUILD=	yes
 SUB_FILES=	pkg-message
-USE_PHP=	ctype dom gd filter hash iconv json session xml zlib
+USE_PHP=	ctype dom gd filter hash iconv json session xml zlib \
+		mbstring simplexml
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 OPTIONS_DEFINE=	PHPPDOMYSQL PHPMYSQLI

Modified: head/www/piwik/distinfo
==============================================================================
--- head/www/piwik/distinfo	Wed Jun 15 15:07:56 2016	(r416927)
+++ head/www/piwik/distinfo	Wed Jun 15 15:14:45 2016	(r416928)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1466028647
 SHA256 (piwik-2.16.0.tar.gz) = 485c3b6f2f681ca6161f86b59efc6af716a334133de9703bc7a76e66279824cb
 SIZE (piwik-2.16.0.tar.gz) = 12883632


More information about the svn-ports-head mailing list