Update to 2018-04-22.
PR: 227733 Submitted by: Yasuhiro KIMURA <yasu utahime org> MFH: 2018Q2
This commit is contained in:
parent
e715def410
commit
a45e6d9d29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468188
4 changed files with 483 additions and 261 deletions
|
@ -10,15 +10,20 @@ DISTNAME= ${DIST_VER}
|
|||
MAINTAINER= delphij@FreeBSD.org
|
||||
COMMENT= Simple and easy to use wiki, no database required
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= BSD3CLAUSE GPLv2 GPLv2+ GPLv3 MIT
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/vendor/simplepie/simplepie/LICENSE.txt
|
||||
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
||||
LICENSE_FILE_GPLv2+ = ${WRKSRC}/vendor/geshi/geshi/LICENSE
|
||||
LICENSE_FILE_GPLv3= ${WRKSRC}/vendor/marcusschwarz/lesserphp/LICENSE
|
||||
LICENSE_FILE_MIT= ${WRKSRC}/vendor/composer/LICENSE
|
||||
|
||||
DIST_VER= ${PORTNAME}-2017-02-19e
|
||||
DIST_VER= ${PORTNAME}-2018-04-22
|
||||
USES= cpe tar:tgz php:web
|
||||
USE_PHP= gd mbstring openssl pcre session xml zlib
|
||||
NO_ARCH= YES
|
||||
NO_BUILD= YES
|
||||
|
||||
USES= cpe tar:tgz php:web
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST+= PORTNAME=${PORTNAME}
|
||||
SHAREOWN= ${WWWOWN}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1503522933
|
||||
SHA256 (dokuwiki-2017-02-19e.tgz) = 93172a28ab88107a8abac1e6a34fa6cef54b6e407cd03a8cc14d2a604a63e888
|
||||
SIZE (dokuwiki-2017-02-19e.tgz) = 3505643
|
||||
TIMESTAMP = 1524539994
|
||||
SHA256 (dokuwiki-2018-04-22.tgz) = 508ae5f9d9a3fd3743b48de1b8c4b39ed8c8dc4bc34db68e7c5bdf989f538ef8
|
||||
SIZE (dokuwiki-2018-04-22.tgz) = 3745517
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- ./inc/httputils.php.orig 2014-05-05 13:53:23.000000000 -0700
|
||||
+++ ./inc/httputils.php 2014-05-22 15:24:54.000000000 -0700
|
||||
@@ -80,8 +80,6 @@
|
||||
--- inc/httputils.php.orig 2018-04-22 11:17:57 UTC
|
||||
+++ inc/httputils.php
|
||||
@@ -82,8 +82,6 @@ function http_sendfile($file) {
|
||||
ob_end_clean();
|
||||
exit;
|
||||
}elseif($conf['xsendfile'] == 3){
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue