Index: head/www/dokuwiki/Makefile =================================================================== --- head/www/dokuwiki/Makefile (revision 354893) +++ head/www/dokuwiki/Makefile (revision 354894) @@ -1,37 +1,37 @@ # Created by: Chin-San Huang # $FreeBSD$ PORTNAME= dokuwiki PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://download.dokuwiki.org/src/dokuwiki/ DISTNAME= ${DIST_VER} EXTRACT_SUFX= .tgz MAINTAINER= delphij@FreeBSD.org COMMENT= Simple and easy to use wiki, no database required LICENSE= GPLv2 DIST_VER= ${PORTNAME}-2014-05-05 USE_PHP= gd mbstring openssl pcre session xml zlib NO_BUILD= YES WANT_PHP_WEB= YES SUB_FILES= pkg-message SUB_LIST+= PORTNAME=${PORTNAME} SHAREOWN= ${WWWOWN} SHAREGRP= ${WWWGRP} REINPLACE_ARGS= -i '' post-patch: @${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|' ${WRKSRC}/bin/*.php @${FIND} ${WRKSRC} -name '*.orig' -delete @${RM} ${WRKSRC}/data/deleted.files do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include Index: head/www/dokuwiki/files/patch-wrong-2388-fix =================================================================== --- head/www/dokuwiki/files/patch-wrong-2388-fix (nonexistent) +++ head/www/dokuwiki/files/patch-wrong-2388-fix (revision 354894) @@ -0,0 +1,11 @@ +--- ./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 @@ + ob_end_clean(); + exit; + }elseif($conf['xsendfile'] == 3){ +- // FS#2388 nginx just needs the relative path. +- $file = DOKU_REL.substr($file, strlen(fullpath(DOKU_INC)) + 1); + header("X-Accel-Redirect: $file"); + ob_end_clean(); + exit; Property changes on: head/www/dokuwiki/files/patch-wrong-2388-fix ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property