11892 Commits

Author SHA1 Message Date
robert
b4237458da 67.0.3396.87 2018-06-19 05:32:31 +00:00
ajacoutot
9e4dacd0e6 Adapt to recent httpd(8) syntaxt change (root+strip => root, request strip) 2018-06-16 08:34:38 +00:00
ajacoutot
7b63acf151 Forgot in previous. 2018-06-16 08:29:44 +00:00
ajacoutot
5c5cf93d20 Adapt README after recent PHP changes.
from sthen@ and I
2018-06-16 08:26:52 +00:00
jca
fadeb1002a Update to hugo-0.42
From Kevin Wondratsch (maintainer) + clue stick from sthen@
2018-06-14 11:57:19 +00:00
jasper
b902d565e6 update to epiphany-3.28.3.1 2018-06-14 10:37:28 +00:00
jeremy
9c37b1b669 Add OpenBSD comment to rubygems-ext.PLIST
Bump ruby gem ext ports as this changes the package.

Requested by espie@
2018-06-13 22:26:52 +00:00
gonzalo
0bfc948fa4 Update for Nextcloud to 13.0.4.
OK abieber@
2018-06-13 13:37:32 +00:00
gonzalo
47712e20f8 And now yes, no more file.
Thanks abieber@
2018-06-13 06:26:06 +00:00
bentley
4627578e8e Update to sblg-0.4.13.
From Bryan Vyhmeister (MAINTAINER); thanks!
2018-06-12 04:49:55 +00:00
rpointel
e21a3f15bc SUBDIR += py-formencode,python3 2018-06-12 04:45:54 +00:00
rpointel
2594a789cd update formencode to 1.3.1, enable python 3 flavor.
ok benoit@.
2018-06-12 04:45:07 +00:00
ajacoutot
e7b73f565a SECURITY update to webkitgtk4-2.20.3. 2018-06-11 22:55:55 +00:00
solene
8700076613 + hugo 2018-06-11 21:19:44 +00:00
solene
1975ed21ea import hugo 0.41
Hugo is a static HTML and CSS website generator written in Go.  It is
optimized for speed, ease of use, and configurability.  Hugo takes a
directory with content and templates and renders them into a full HTML
website. Hugo relies on Markdown files with front matter for metadata.

Port made by Kevin Wondratch (maintainer)

help from abieber@ and sthen@

ok jca@ rsadowski@
2018-06-11 21:17:14 +00:00
jturner
dab72b7ffb Update kcgi to 0.10.6. Removing the need for the local patch. 2018-06-09 19:56:13 +00:00
landry
2059346c7e Fix distinfo for ca.xpi, noticed by naddy@ 2018-06-09 06:54:39 +00:00
ajacoutot
44aea19ea4 Drop MAINTAINER. 2018-06-08 23:39:50 +00:00
jturner
901225c4a7 Fix bug in kutil_urlencode on signed char platforms where the top bit
of the character is set. Port patch from Paul de Weerd.
2018-06-08 17:30:16 +00:00
landry
258ca5df5f Update to firefox 60.0.2.
See https://www.mozilla.org/en-US/firefox/60.0.2/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2018-14/
2018-06-08 16:45:31 +00:00
landry
449598add0 Update to firefox-esr 52.8.1.
See https://www.mozilla.org/en-US/firefox/52.8.1/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2018-14/
2018-06-08 16:43:18 +00:00
gonzalo
7cac6eb8ca Update for Nextcloud to 13.0.3:
https://nextcloud.com/changelog/

While here, I moved the httpd(8) to the README as we did on owncloud.

Also we kill the last file messing with the file check, also the occ,
thanks abieber@.

OK abieber@
2018-06-08 14:46:21 +00:00
robert
7a961fb8ee add tmppath pledge for the gpu process for DRI3 2018-06-07 08:48:29 +00:00
robert
915b78c5ce update to 2018.5.67 2018-06-06 07:50:54 +00:00
robert
a657c52b9a unbreak build by not hardcoding my pobj 2018-06-05 12:41:49 +00:00
sthen
b09df4ecb9 README fixes for newer php:
- xcache is php-5.6 only
- sample cronjob line had a hardcoded -5.6

ok ajacoutot@ (maintainer)

- light tweak to db dependencies list to add pdo_sqlite (which I thought
I'd already committed). some others maybe needed for install/upgrade,
aja will take a look
2018-06-05 09:39:47 +00:00
sthen
fa21a0df98 update to urlwatch-2.13, take MAINTAINER 2018-06-04 14:04:54 +00:00
robert
6b433b7396 do not link to libatomic as we use clang 2018-06-04 14:04:23 +00:00
sthen
513fffd0c3 fix rcsid lines 2018-06-04 01:47:30 +00:00
jasper
ddf3462a06 missed bump 2018-06-03 11:24:30 +00:00
rpe
4dde69be03 The PHP -main packages do not contain PDO database access extensions anymore.
Add MODPHP_PDO_DEPENDS to RUN_DEPENDS to the ensure mysql, postresql and sqlite
PDO extensions are offered by pkg_add where sqlite is the default.

While here, modify PLIST a bit to make portcheck happy.

OK sthen
2018-06-03 08:17:03 +00:00
sthen
be815a74f7 bump; tweak MODPHP_PDO_DEPENDS order 2018-06-02 20:58:30 +00:00
robert
0c08ad0cd8 update to 67.0.3396.62 2018-06-02 17:19:23 +00:00
sthen
a9dfd263f5 update to urlwatch-2.12 2018-06-02 13:57:12 +00:00
jasper
da873a607c remove patches which are no longer needed now that Cryptodome replaced Crypto 2018-06-02 12:01:58 +00:00
jasper
8c6f6d35f8 spello 2018-06-02 11:45:27 +00:00
sthen
2a139bf8f2 drop RUN_DEPENDS on security/pecl56-libsodium, should have been removed
with the switch to php 7.0. this was used to provide a decent RNG for
the random_compat polyfill but is no longer needed as php 7.0 has
random_bytes() in core.
2018-06-01 20:43:14 +00:00
sthen
114b1e4413 Bump the remaining ports to trigger updates following cpu stats
changes (CPUSTATES/etc). Last part.

- some of these might be in code that's not actually built or rarely
used but it's not worth the hassle evaluating that, i'm just bumping &
moving on.

- as mentioned before, there might still be runtime problems relating
to the addition or renumbering.
2018-06-01 15:44:28 +00:00
landry
bb6fa7de9a link weboob,python3 to the build, reminded by semarie@ 2018-05-31 06:45:50 +00:00
landry
713af685d4 Unbreak - from nigel@ 2018-05-29 06:03:18 +00:00
landry
e83c58c9cc Unbreak with php 7 by updating to 0.59. 2018-05-28 20:19:41 +00:00
phessler
fcd1ac8df3 give arm64 cacheFlush support 2018-05-26 09:54:19 +00:00
feinerer
10a371b7e9 Update to buku 3.8
Do not install new bukuserver as we miss Flask dependencies in our ports tree.
2018-05-26 06:21:18 +00:00
sthen
abbcd9d662 use MODPHP_PDO_DEPENDS where it makes sense (ports that do require
PDO but it was being defaulted in from pdo_mysql in the main php
package).

hints+ok for ownCloud/nextcloud aja@
2018-05-25 14:03:36 +00:00
bcallah
375fc2ec41 Update to liferea-1.12.3
ok aja@
2018-05-25 00:58:43 +00:00
ajacoutot
f93c7c6194 http -> https
prodded by jca@
2018-05-24 07:27:45 +00:00
bluhm
1440722d64 update p5-CGI-Application to 4.61
from maintainer Ian McWilliam
2018-05-23 19:01:39 +00:00
jasper
7162d45e67 +py-webtest,python3 2018-05-23 13:44:06 +00:00
jasper
8ce2043336 - update to py-webtest-2.0.29
- add python3 flavor
2018-05-23 13:43:31 +00:00
jasper
1ee171c56e +py-waitress,python3 2018-05-23 12:50:09 +00:00