Commit Graph

10989 Commits

Author SHA1 Message Date
espie
0c420515e8 oops, curlopt-constants is a generated file, so patch the generator instead 2017-06-01 12:18:54 +00:00
benoit
b4837bc735 Update to p5-CGI-Compile-0.22. 2017-06-01 07:04:54 +00:00
espie
e6954de35a Curl defines this as empty, so perl fucks up with clang.
hilarious discussion at upstream
2017-05-31 15:04:38 +00:00
sthen
9bc0a77da1 update to nghttp2-1.23.1 2017-05-31 13:53:28 +00:00
benoit
c17f30d283 Update to p5-HTML-Lint-2.26. 2017-05-31 11:42:57 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
ajacoutot
468954eaa4 Update to owncloud-10.0.2. 2017-05-31 07:31:05 +00:00
sthen
fc45d4f92b update to nghttp2-1.23.0 2017-05-30 18:49:14 +00:00
benoit
0472cdc5e9 Update to p5-HTML-TableExtract-2.15. 2017-05-30 11:24:10 +00:00
benoit
c57c197807 Update to p5-HTML-Tidy-1.58. 2017-05-29 08:35:08 +00:00
gonzalo
b121cc0ae5 Upgrade for Nextcloud to 12.0.0:
https://nextcloud.com/changelog/

OK kirby@
2017-05-28 20:03:16 +00:00
espie
f6fabe9e3d unbreak 2017-05-28 12:13:06 +00:00
ajacoutot
7995708f3c Bring rc_bg back. 2017-05-27 19:57:05 +00:00
ajacoutot
958bb491e0 I forgot the bump commit... 2017-05-27 13:55:58 +00:00
ajacoutot
13730769c8 Cope with recent rc.subr(8) change (removal of rc_bg etc.) 2017-05-27 13:53:06 +00:00
espie
17d4004fca WANT_CXX 2017-05-27 05:07:48 +00:00
jung
4d1a0d330c update www/surf to 2.0 using newer webkitgtk4, following upstream changes
ok zhuk

note: this update makes www/surf2 mostly superfluous, so may be removed soon
2017-05-26 20:37:56 +00:00
ajacoutot
4418b72dfa Temporarily mark BROKEN until jca@ has time to look at this new breakage. 2017-05-26 15:43:18 +00:00
espie
7cd7125698 use the MODGCC4* variables instead of hardcoding dependencies.
convert to WANT_CXX even though it might not work yet.
bump the ports that didn't even the full spec
2017-05-26 09:52:16 +00:00
espie
4b9042d235 build with clang 2017-05-25 13:24:10 +00:00
espie
8847353353 unhardcode estdc++ 2017-05-25 11:51:27 +00:00
ajacoutot
37507da329 SECURITY update to webkitgtk4-2.16.3.
- CVE-2017-2496, CVE-2017-2539, CVE-2017-2510
2017-05-25 11:31:45 +00:00
espie
6f62b39e9e fixes for clang 2017-05-23 21:01:46 +00:00
shadchin
81af81f984 +py-bokeh,python3
ok ajacoutot@(maintainer)
2017-05-23 17:55:02 +00:00
shadchin
7e786dc71d Update to jupyter-notebook 5.0.0 2017-05-23 17:44:39 +00:00
ajacoutot
08a05cf63a Update to owncloud-10.0.1. 2017-05-23 08:57:27 +00:00
espie
8b76ed4760 most complex WANT_CXX yet. The one for which I wrote the *ARCHS support 2017-05-22 13:58:24 +00:00
espie
0352c99999 let it build with base clang, be explicit about the c++ lib 2017-05-22 10:26:14 +00:00
espie
c764c7ebfe allow build with clang, be explicit about the C++ lib 2017-05-22 10:25:02 +00:00
sthen
c63cc4da40 update to pecl-geoip-1.1.1 2017-05-21 21:51:27 +00:00
sthen
0cec2e8b5c use WANT_CXX 2017-05-21 17:27:22 +00:00
landry
0d5eb7889c Bugfix update to firefox-esr 52.1.2.
See https://www.mozilla.org/en-US/firefox/52.1.2/releasenotes/
2017-05-19 21:55:40 +00:00
landry
62e45043f8 Bugfix update to firefox 53.0.3.
See https://www.mozilla.org/en-US/firefox/53.0.3/releasenotes/
2017-05-19 21:54:35 +00:00
pirofti
df69061f3b Update youtube-dl to 2017.05.18.1.
Unbreaks youtube with
  version 2017.05.18.1
  * [jsinterp] Fix typo and cleanup regular expressions (#13134)

  version 2017.05.18
  + [jsinterp] Add support for quoted names and indexers (#13123,
  #13124, #13125, #13126, #13128, #13129, #13130, #13131, #13132)

OK and input sthen@, also OK danj@.

From Hiltjo Posthuma, thanks!
2017-05-19 08:06:59 +00:00
pirofti
e9a32d22eb Link p5-Data-Page-Pageset 2017-05-19 07:59:53 +00:00
pirofti
fd448900d9 Import www/p5-Data-Page-Pageset.
Split long page lists into pretty intervals
1-6 7-12 13 14 15 16 17 18 19-24 25-30 31-36 37-41

OK and input from sthen@, also OK benoit@, robert@
2017-05-19 07:57:59 +00:00
pirofti
2b45ed70aa Link p5-JavaScript-Minifier-XS 2017-05-19 07:45:36 +00:00
pirofti
a6099a7d3b Import www/p5-JavaScript-Minifier-XS.
JavaScript::Minifier::XS is a JavaScript "minifier"; its designed to remove
un-necessary whitespace and comments from JavaScript files, which also not
breaking the JavaScript.

JavaScript::Minifier::XS is similar in function to JavaScript::Minifier, but is
substantially faster as its written in XS and not just pure Perl.

OK and input from sthen@, also OK benoit@, robert@
2017-05-19 07:43:23 +00:00
pirofti
b3fd25c846 Link p5-CSS-Minifier-XS 2017-05-19 07:42:10 +00:00
pirofti
8d714a3237 Import www/p5-CSS-Minifier-XS.
CSS::Minifier::XS is a CSS "minifier"; its designed to remove un-necessary
whitespace and comments from CSS files, while also not breaking the CSS.

CSS::Minifier::XS is similar in function to CSS::Minifier, but is substantially
faster as its written in XS and not just pure Perl.


OK and input from sthen@, also OK benoit@, robert@
2017-05-19 07:40:52 +00:00
benoit
e1a924a48c Update to p5-Dancer-Plugin-Thumbnail-0.14. 2017-05-19 05:30:36 +00:00
gonzalo
fdf77ae30a Upgrade for Aria2 to 1.32.0.
OK benoit@
2017-05-18 16:58:06 +00:00
benoit
d9233952a2 Update to p5-WWW-Shorten-Googl-1.100. 2017-05-18 08:42:37 +00:00
benoit
6873c24626 Update to p5-WWW-Shorten-3.093. 2017-05-18 08:38:48 +00:00
landry
2f216e09b4 Fix one more, this one reported by nigel@. sqlports should now build. 2017-05-17 11:35:35 +00:00
landry
1d87877002 Fix remaining pkgpaths for twisted update, reported by naddy@. 2017-05-17 11:34:17 +00:00
landry
b487e9f75d Update to py-nevow 0.14.2 to work with newer twisted.
From Pavel Korovin again.
2017-05-16 19:30:17 +00:00
rsadowski
9fb66e1c29 update youtube-dl to 2017.05.14
ok pirofti@ (maintainer), jca@
2017-05-16 05:44:44 +00:00
espie
4de8d81bde fix nonsense, you can't run-depend on qt5 2017-05-15 20:53:33 +00:00
shadchin
cf670578e2 Update to py-beautifulsoup4 4.6.0 2017-05-14 14:20:46 +00:00