- Update to 3.3.7

PR:		218299
Submitted by:	maintainer
This commit is contained in:
Martin Wilke 2017-05-05 13:51:27 +00:00
parent f319b6f372
commit 87737f5da6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440154
4 changed files with 324 additions and 290 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= wt
PORTVERSION= 3.3.6
PORTREVISION= 6
PORTVERSION= 3.3.7
CATEGORIES= www
MAINTAINER= info@babaei.net

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1471474081
SHA256 (kdeforche-wt-3.3.6_GH0.tar.gz) = 8f82576076deb1d72cfb8ff42cf7ffb3553a45da32123b2a3cf36e66040678ab
SIZE (kdeforche-wt-3.3.6_GH0.tar.gz) = 7952106
TIMESTAMP = 1491079306
SHA256 (kdeforche-wt-3.3.7_GH0.tar.gz) = 054af8d62a7c158df62adc174a6a57610868470a07e7192ee7ce60a18552851d
SIZE (kdeforche-wt-3.3.7_GH0.tar.gz) = 8544988

View file

@ -1,13 +0,0 @@
https://github.com/emweb/wt/pull/102
--- src/Wt/Render/CssParser.C.orig 2016-07-13 12:27:26 UTC
+++ src/Wt/Render/CssParser.C
@@ -372,7 +372,7 @@ CssGrammer<Iterator>::CssGrammer()
on_error<qi::fail>
(
rulesetArray_,
- error_report(qi::_2, qi::_3, qi::_4, "styleSheetText()", fs_error_tag())
+ error_report(qi::_2, qi::_3, qi::_4, phoenix::val("styleSheetText()"), fs_error_tag())
);
}

File diff suppressed because it is too large Load diff