Index: head/devel/libphutil/Makefile =================================================================== --- head/devel/libphutil/Makefile (revision 513333) +++ head/devel/libphutil/Makefile (revision 513334) @@ -1,27 +1,28 @@ # $FreeBSD$ PORTNAME= libphutil PORTVERSION= 20190831 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= grembo@FreeBSD.org COMMENT= Collection of PHP utility classes LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE PHP_DESTDIR= lib/php/libphutil USES= php:flavors USE_PHP= xml USE_GITHUB= yes NO_BUILD= yes NO_ARCH= yes GH_ACCOUNT= phacility GH_TAGNAME= 794ded9 do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR} cd ${WRKSRC} ; ${PAX} -rw * ${STAGEDIR}${PREFIX}/${PHP_DESTDIR} .include Index: head/devel/libphutil/files/patch-src_utils_utils.php =================================================================== --- head/devel/libphutil/files/patch-src_utils_utils.php (nonexistent) +++ head/devel/libphutil/files/patch-src_utils_utils.php (revision 513334) @@ -0,0 +1,11 @@ +--- src/utils/utils.php.orig 2019-08-31 14:54:35 UTC ++++ src/utils/utils.php +@@ -1703,7 +1703,7 @@ function phutil_build_http_querystring_f + list($key, $value) = phutil_http_parameter_pair($key, $value); + $query[] = rawurlencode($key).'='.rawurlencode($value); + } +- $query = implode($query, '&'); ++ $query = implode('&', $query); + + return $query; + } Property changes on: head/devel/libphutil/files/patch-src_utils_utils.php ___________________________________________________________________ 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