Date: Sun, 6 May 2018 04:27:56 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469174 - branches/2018Q2/www/dokuwiki Message-ID: <201805060427.w464Ru7l095442@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Sun May 6 04:27:56 2018 New Revision: 469174 URL: https://svnweb.freebsd.org/changeset/ports/469174 Log: MFH: r469173 - Update to 2018-04-22a - Add hash and json to dependencies PR: 227771 Submitted by: Yasuhiro KIMURA <yasu utahime org> Approved by: ports-secteam Modified: branches/2018Q2/www/dokuwiki/Makefile branches/2018Q2/www/dokuwiki/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/dokuwiki/Makefile ============================================================================== --- branches/2018Q2/www/dokuwiki/Makefile Sun May 6 04:27:07 2018 (r469173) +++ branches/2018Q2/www/dokuwiki/Makefile Sun May 6 04:27:56 2018 (r469174) @@ -18,9 +18,9 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/vendor/geshi/geshi/LI LICENSE_FILE_GPLv3= ${WRKSRC}/vendor/marcusschwarz/lesserphp/LICENSE LICENSE_FILE_MIT= ${WRKSRC}/vendor/composer/LICENSE -DIST_VER= ${PORTNAME}-2018-04-22 +DIST_VER= ${PORTNAME}-2018-04-22a USES= cpe tar:tgz php:web -USE_PHP= gd mbstring openssl pcre session xml zlib +USE_PHP= gd hash json mbstring openssl pcre session xml zlib NO_ARCH= YES NO_BUILD= YES Modified: branches/2018Q2/www/dokuwiki/distinfo ============================================================================== --- branches/2018Q2/www/dokuwiki/distinfo Sun May 6 04:27:07 2018 (r469173) +++ branches/2018Q2/www/dokuwiki/distinfo Sun May 6 04:27:56 2018 (r469174) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524539994 -SHA256 (dokuwiki-2018-04-22.tgz) = 508ae5f9d9a3fd3743b48de1b8c4b39ed8c8dc4bc34db68e7c5bdf989f538ef8 -SIZE (dokuwiki-2018-04-22.tgz) = 3745517 +TIMESTAMP = 1525452171 +SHA256 (dokuwiki-2018-04-22a.tgz) = 284e1329f27322da8b4120f69171ae8fa12c6134453fcd3700d2914c47a70204 +SIZE (dokuwiki-2018-04-22a.tgz) = 3749191
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805060427.w464Ru7l095442>