12958 Commits

Author SHA1 Message Date
sebastia
9e89a1dde0 Update 2.1.0 -> 2.1.1 2020-04-02 20:38:45 +00:00
robert
e22f3de31c update to 2020.03.80 and sync patches with www/chromium 2020-04-02 15:11:56 +00:00
fcambus
6a1fe6a9c3 Update newsboat to 2.19. 2020-04-01 18:18:11 +00:00
robert
f06efa6708 update to chromium-80.0.3987.162;
enable widevine support while here so that Netflix can be watched
2020-04-01 12:32:05 +00:00
gonzalo
4a63942fcf Update for Nextcloud to 18.0.3
OK rsadowski@ gsoares@
2020-04-01 01:15:25 +00:00
sthen
8d01d58087 update to Apache httpd 2.4.43 2020-03-31 14:30:33 +00:00
jturner
a5b90b418e Update openradtool to 0.8.10. "Fix where auto-valued enumerations weren't auto-value-ing."
Issue discovered by naddy@ in bulk build of sysutils/slant. Quick fix from
Kristaps Dzonsons.
2020-03-30 17:13:26 +00:00
rsadowski
c31dafd1cc Use phonon module instead setting RUN_DEPENDS by hand.
OK pirofti@
2020-03-30 04:01:01 +00:00
jturner
33f7fbf58f Update openradtool to 0.8.8 2020-03-29 19:34:39 +00:00
jturner
91c2287a03 Update kcgi to 0.11.0. Comes with API changes, see
https://kristaps.bsd.lv/kcgi/archive.html
2020-03-29 19:33:27 +00:00
sthen
6dda9a0303 somehow I managed to miss distinfo?! reported by naddy. 2020-03-27 22:42:10 +00:00
sthen
30b2ea6a5c update to p5-FCGI-ProcManager-0.28, from wen heping 2020-03-27 17:34:13 +00:00
fcambus
22837f1732 Update logswan to 2.1.4.
Adjust GEOIP2DIR to point to ${LOCALSTATEDIR}/db/dbip, as GEOIP2DB was
changed to point to the DB-IP IP to Country Lite database by default,
provided by the net/dbip port.
2020-03-27 17:02:39 +00:00
sthen
118b023579 update to tomcat-9.0.33 2020-03-27 15:59:38 +00:00
sthen
ecb1899019 update to tomcat-8.5.53 2020-03-27 15:59:34 +00:00
sthen
2e1ecfc43a update to tomcat-7.0.103 2020-03-27 15:59:30 +00:00
jeremy
d388381340 Update to unicorn 5.5.4 2020-03-27 15:57:07 +00:00
kmos
6743aa7afb Add py-metallum,python3 to the build 2020-03-26 20:11:08 +00:00
kmos
46523c1043 import www/py-metallum
A basic python API for querying metal-archives.com, aka the
Encyclopedia Metallum.

Version 1.1.0

From Johan Huldtgren (who takes maintainer)

OK tb@
2020-03-26 20:09:50 +00:00
espie
52e706b9fd neuter dwz preventively since it doesn't work with those 4 ports
(it's likely the debug info is bogus)
2020-03-26 14:52:38 +00:00
gonzalo
b6246be038 Update for Nextcloud to 18.0.2
OK bket@
2020-03-25 22:52:41 +00:00
landry
0d7fdeb1a6 Update to tor-browser 9.0.7, from maintainer Caspar Schutijser 2020-03-25 07:32:47 +00:00
kn
3307761e7c Update to varnish 6.4.0
https://github.com/varnishcache/varnish-cache/blob/6.4/doc/changes.rst
2020-03-24 16:22:15 +00:00
paco
5fe3e73de2 update www/hugo to bugfix release 0.68.3
Just one change for this release:
* Fix _build.list.local logic
* Fix cache reset for a page's collections on server live reload

ok jca@
2020-03-24 15:37:58 +00:00
jturner
e0c3a40864 Update kcgi to 0.10.18 2020-03-23 14:33:11 +00:00
sebastia
a46e37fbf7 Update 2.0.0 -> 2.1.0 2020-03-22 22:18:06 +00:00
naddy
f88a93d598 * Combine and tweak some find(1) invocations.
* Use the -delete operator to remove files.
2020-03-22 18:13:35 +00:00
paco
74ea6a8438 update www/hugo to bugfix release 0.68.1
Just one change for this release:
* Revert "resources: Add data context to the key in ExecuteAsTemplate"

ok jca@
2020-03-22 16:53:12 +00:00
robert
00dc224b4b update to 80.0.3987.149 and apply the following changes:
- re-enable pointer compression (it is not the cause of crashes)
- use system harfbuzz and freetype
- add a debug package for the component flavor so that backtraces
  are useful
- remove the dependency on java by disabling the closure compiler
  and other UI "optimizations" using javascript
2020-03-21 14:08:01 +00:00
paco
615c852094 update www/hugo to latest versio 0.68.0
Changes for this release:
* Some minify configuration adjustments
* Add minify config
* Allow headless bundles to list pages via $page.Pages and
  $page.RegularPages
* Update to Go 1.14.1 and 1.13.9
* Pass directory name to filters in LstatIfPossible in the same way as
  Readdir
* Update to goldmark 1.1.25.
* Add workaround for regular CSS imports in SCSS
* Add .RegularPagesRecursive
* Add data context to the key in ExecuteAsTemplate
* Improve Tailwind/PostCSS error messages
* Update Blackfriday
* Add languageDirection to language configuration
* Fix Go build version
* Fix GetTerms nil pointer
* Fix scss vs css import regexp
* Fix --templateMetricsHints
* Try to fix a Go 1.15 go vet error

ok jca@
2020-03-21 12:48:36 +00:00
semarie
005162a022 update www/zola to 0.10.0
from maintainer Peter Ezetta

with some modification by me to copte with devel/cargo update
2020-03-21 08:09:44 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
tb
9229ae4107 Now that reyk's changes are fully merged upstream, make /dev/fido
available so they can be used out of the box.

From Greg Steuck, "fine with it" landry
2020-03-18 15:46:43 +00:00
paco
5f218680c5 update www/hugo to latest versio 0.67.1
Changes for this release:
* metrics: Fix --templateMetricsHints [5eadc4c0]
* resources: Add data context to the key in ExecuteAsTemplate [18cb21ff]
* Improve Tailwind/PostCSS error messages [df298558]
* deps: Update Blackfriday [b1106f87]
* resources: Try to fix a Go 1.15 go vet error [c0177fe2]
* Add languageDirection to language configuration [5914f91b]

ok jca@
2020-03-16 10:44:38 +00:00
sebastia
37354e3efa fix the rcscript, gunicorn doesn't need to be prefixed with MODPY_BIN_SUFFIX
anymore
2020-03-16 10:09:30 +00:00
sebastia
7ebb602c9a Update 4.1.1 -> 4.3.0
works for me since quite some time
2020-03-16 06:59:37 +00:00
sebastia
49e2c81467 Update 4.1.1 -> 4.3.0
works for me since quite some time
2020-03-16 06:59:00 +00:00
espie
5f5f1bedcb revert "re-enabling pointer compression", all hell broke loose.
okay robert@
2020-03-15 09:26:52 +00:00
bcallah
01efdd8dac Update to links+-2.20.2; fixes a bug that is unlikely to be triggerable on
OpenBSD.

From Tim Meunier (MAINTAINER) -- thanks!
2020-03-15 00:51:43 +00:00
landry
00099d14d8 Update to tor-browser 9.0.6, from Maintainer Caspar Schutijser
disable arm64 for now, needs fiddling with nspr patches.
2020-03-14 07:21:44 +00:00
pvk
b2c8ff1b43 Update kibana 7.6.0 -> 7.6.1
Relase notes: https://www.elastic.co/guide/en/kibana/7.6/release-notes-7.6.1.html
2020-03-13 21:01:20 +00:00
pvk
9e8f02a057 Update gitea 1.11.1 -> 1.11.3
Changelog: https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md
2020-03-13 17:55:50 +00:00
jturner
be918a0883 Update kcgi to 0.10.15 2020-03-12 20:27:10 +00:00
semarie
f64f776a43 add more magic to devel/cargo to help maintainers dealing with rust
devel/cargo modules will take care of some aspects of crate dependencies on
system/ports libraries

adapt some ports depending on devel/cargo to properly link to ports libraries,
and to not patch anymore what it is now done by devel/cargo (openssl-sys crate
for example)

with help and ok @sthem
2020-03-12 10:30:05 +00:00
ajacoutot
6d066a4092 Update to webkitgtk4-2.28.0. 2020-03-12 09:17:40 +00:00
espie
7ff119f426 zap electron cruft 2020-03-11 23:57:03 +00:00
espie
9705c183ad switch to building electron on its own, it's all grown up now. 2020-03-11 09:41:53 +00:00
sthen
53e3c14bfb drop maintainer 2020-03-10 21:25:07 +00:00
paco
9ad2c9510b py-gunicorn is py3 only now.
py-multidict uses new FLAVOR=python3 style.

ok sthen@ jca@
2020-03-10 16:28:09 +00:00
paco
40c49f0c97 update www/py-gunicorn to 20.0.4
While here:
* apply the new style py3 only flavor
* use pytest for regression tests
* change HOMEPAGE to https

With some help from sthen@

ok sthen@ jca@
2020-03-10 16:26:31 +00:00