Date: Sun, 6 May 2018 04:27:07 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469173 - head/www/dokuwiki Message-ID: <201805060427.w464R7uj095225@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Sun May 6 04:27:07 2018 New Revision: 469173 URL: https://svnweb.freebsd.org/changeset/ports/469173 Log: - Update to 2018-04-22a - Add hash and json to dependencies PR: 227771 Submitted by: Yasuhiro KIMURA <yasu utahime org> MFH: 2018Q2 Modified: head/www/dokuwiki/Makefile head/www/dokuwiki/distinfo Modified: head/www/dokuwiki/Makefile ============================================================================== --- head/www/dokuwiki/Makefile Sun May 6 00:46:09 2018 (r469172) +++ head/www/dokuwiki/Makefile Sun May 6 04:27:07 2018 (r469173) @@ -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: head/www/dokuwiki/distinfo ============================================================================== --- head/www/dokuwiki/distinfo Sun May 6 00:46:09 2018 (r469172) +++ head/www/dokuwiki/distinfo Sun May 6 04:27:07 2018 (r469173) @@ -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.w464R7uj095225>