Kai Knoblich
0da7963d88
graphics/libwmf: Pass maintainership to submitter
...
- Also sort some variables according to the PHB
PR: 235768
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19392
2019-02-28 12:20:04 +00:00
Pietro Cerutti
f34caec7bc
www/tdom: add an OPTION (default off) to build against expat from ports
...
PR: 231663 (was mentioned in comment #7 )
Submitted by: gahr
Approved by: maintainer timeout
2019-02-28 12:05:42 +00:00
Jan Beich
18c32e14d6
textproc/scdoc: update to 1.9.1
...
Changes: https://git.sr.ht/%7Esircmpwn/scdoc/refs/1.9.1
2019-02-28 11:37:18 +00:00
Jan Beich
3cfd4be775
textproc/scdoc: fix prefix in pkg-config
...
scdoc's homegrown build doesn't adjust pkg-config's prefix which
breaks .path() in meson. Found via x11-wm/sway upstream:
Dependency scdoc found: YES 1.9.0
Program /usr/bin/scdoc found: NO
meson.build💯 1: ERROR: Program(s) ['/usr/bin/scdoc'] not found or not executable
Reported by: @emersion
2019-02-28 11:37:10 +00:00
Jan Beich
deefac0833
textproc/scdoc: group pkgconfig and man path fixes together
...
Current pkgconfig and man paths are hier(7) quirks. /usr/local layout
is only really standardized by FHS. For one, NetBSD dropped /usr/local
from hier(7) thus PkgSrc doesn't have to engage in pointless patching.
2019-02-28 11:37:02 +00:00
Danilo G. Baio
d5bd906c1a
net-mgmt/zabbix4-*: Update to 4.0.5
...
Changelog: https://www.zabbix.com/rn/rn4.0.5
PR: 236080
Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2019-02-28 11:13:35 +00:00
Jochen Neumeister
458e2f0fdb
Update wordpress to 5.1
...
https://wordpress.org/support/wordpress-version/version-5-1/
https://wordpress.org/news/2019/02/betty/
Sponsored by: Netzkommune GmbH
2019-02-28 10:17:17 +00:00
Mateusz Piotrowski
8096d74d2b
New port: textproc/pup: Command-line jq-like HTML parser using CSS selectors
...
pup is a command line tool for processing HTML. It reads from stdin, prints
to stdout, and allows the user to filter parts of the page using CSS
selectors.
Inspired by jq, pup aims to be a fast and flexible way of exploring HTML
from the terminal.
WWW: https://github.com/ericchiang/pup
Reviewed by: krion
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D19378
2019-02-28 09:32:51 +00:00
Mateusz Piotrowski
a341f3071f
x11/dmenu: Update to 4.9
...
- Use REINPLACE_CMD instead of patch files to respect CFLAGS, CPPFLAGS and
LDFLAGS. Also, remove the patch file from the files directory.
Reviewed by: krion
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D19396
2019-02-28 09:30:27 +00:00
Vinícius Zavam
88ac55d5e2
lang/coffeescript: set NO_ARCH
...
- PORTREVISION was not bumped.
PR: 235981
Submitted by: Samy Mahmoudi <samy.mahmoudi % gmail.com>
Approved by: rene (mentor)
2019-02-28 09:18:05 +00:00
Dmitry Marakasov
e6fa50bb3c
- Add LICENSE
...
- Add NO_ARCH
Approved by: portmgr blanket
2019-02-28 09:00:52 +00:00
Rodrigo Osorio
d37d919e42
Update audio/lmms from 1.2.0-rc7 to 1.2.0-rc8
...
Changelog: https://github.com/LMMS/lmms/releases/tag/v1.2.0-rc8
PR: 235854
Submitted by: tobik
2019-02-28 08:23:29 +00:00
Wen Heping
6b22fa09cd
- Update to 1.7.5.1
2019-02-28 08:11:24 +00:00
Wen Heping
62dd3423d4
- Update to 1.1.1
2019-02-28 07:38:36 +00:00
Wen Heping
84043117ea
- Update to 1.1.1
2019-02-28 07:18:24 +00:00
Yuri Victorovich
e7792be195
graphics/xournalpp: Update 1.0.8-7 -> 1.0.8-83
2019-02-28 07:06:36 +00:00
Bernhard Froehlich
eef6ef29ce
net/wireguard: Update to 0.0.20190227
2019-02-28 06:59:52 +00:00
Wen Heping
153b447a0e
- Update to 7.2.2
2019-02-28 06:25:39 +00:00
Gerald Pfeifer
ec3332a64b
Update to the 20190224 snapshot of GCC 9.0.1.
2019-02-28 06:14:20 +00:00
Olli Hauer
b233e37f82
- update to 3.3.3
...
Changelog:
20181202
Bugfix (introduced: postfix-2.11): with posttls-finger,
connections to unix-domain servers always resulted in "Failed
to establish session" even after a connection was established.
Jaroslav Skarva. File: posttls-finger/posttls-finger.c.
20181227 (a forgotten bugfix from 20180707)
Bugfix (introduced: Postfix 3.0): with smtputf8_enable=yes,
table lookups could casefold the search string when searching
a lookup table that does not use fixed-string keys (regexp,
pcre, tcp, etc.). Historically, Postfix would not case-fold
the search string with such tables. File: util/dict_utf8.c.
20190217
Cleanup: when the master daemon runs with PID=1 (init mode),
reap orhpan processes from non-Postfix code running in the
same container, instead of terminating with a panic. File:
master/master_spawn.c.
MFH: 2019Q1
2019-02-28 05:47:38 +00:00
Mark Linimon
c7d1335992
Pet portlint.
2019-02-28 04:33:36 +00:00
Yuri Victorovich
dc46e2ab12
science/qbox: fix build on powerpc*
...
PR: 236078
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2019-02-28 04:32:33 +00:00
Cy Schubert
d966c0325c
Rework and reimplementation of previous GUI option.
...
PR: 235895
2019-02-28 03:26:43 +00:00
Wen Heping
99357ea4a5
- Update to 0.33
2019-02-28 02:24:22 +00:00
Muhammad Moinur Rahman
00081d8d8e
emulators/qemu-devel: Update version 2.6.0=>3.1.0
...
PR: 229324
Reported by: bcran
Relnotes: https://www.qemu.org/2018/12/12/qemu-3-1-0/
2019-02-28 01:52:17 +00:00
Jan Beich
0ad022b066
emulators/rpcs3: fix --version output after r494119
2019-02-28 01:24:25 +00:00
Ashish SHUKLA
279779c76e
- Update to git snapshot 52cd63d
2019-02-28 01:06:48 +00:00
Jan Beich
b7248ffbe5
emulators/rpcs3: update to 0.0.6.7816
...
Changes: 4c72f7c1d...de5379a69
MFH: 2019Q1 (implicit for snapshots?)
2019-02-28 00:59:29 +00:00
Jan Beich
613dc4019c
lang/rust-nightly: update to 1.34.0.20190228
...
Changes: 00aae71f50...7e001e5c6c
2019-02-28 00:58:27 +00:00
Jan Beich
fd0217377e
emulators/ppsspp-devel: update to 1.7.5.533
...
Changes: 64dd4257a...bd71af24d
2019-02-28 00:58:21 +00:00
Jan Beich
e5bcc4662d
multimedia/aom: update to 1.0.0.1392
...
Changes: https://aomedia.googlesource.com/aom/+log/fd8ece66e..5764337ce
2019-02-28 00:58:15 +00:00
Jan Beich
d0d0988b76
multimedia/svt-av1: update to s20180226
...
Changes: df11eb0...32e2f1c
2019-02-28 00:58:08 +00:00
Jan Beich
af3ec5900c
multimedia/svt-*: ignore __linux__ for third_party libs
...
Unlike SVT-* encoders GoogleTest properly supports FreeBSD and in fact
won't build if using Linux conditionals.
2019-02-28 00:58:00 +00:00
Jan Beich
6e3460247d
multimedia/rav1e: update to s20190226
...
Changes: 7fd3938...5fb1512
2019-02-28 00:57:53 +00:00
Jan Beich
6c94efec98
x11-toolkits/wlroots: update to 0.4.1 (nop)
...
Changes: https://github.com/swaywm/wlroots/releases/tag/0.4.1
2019-02-28 00:57:46 +00:00
Sunpoet Po-Chuan Hsieh
b8b8973460
Document the removal of expired ports
...
- devel/rubygem-grape0
- www/rubygem-jwt1
- www/rubygem-rack-cors0
2019-02-28 00:45:44 +00:00
Sunpoet Po-Chuan Hsieh
80bfc0c855
Remove expired www/rubygem-rack-cors0
2019-02-28 00:45:27 +00:00
Sunpoet Po-Chuan Hsieh
a7eca21532
Remove expired www/rubygem-jwt1
2019-02-28 00:45:13 +00:00
Sunpoet Po-Chuan Hsieh
38a4964026
Remove expired devel/rubygem-grape0
2019-02-28 00:44:57 +00:00
Sunpoet Po-Chuan Hsieh
18266667c3
Update to 4.3.5
...
Changes: https://github.com/timothycrosley/isort/releases
2019-02-28 00:43:26 +00:00
Craig Leres
1e5493f603
Update to 0.4.1
...
PR: 236095
Approved by: Martin Jackson (maintainer), ler (mentor, implicit)
2019-02-28 00:36:49 +00:00
Craig Leres
a60699e0fd
Update to 4.4.9
...
PR: 236095
Approved by: Martin Jackson (maintainer), ler (mentor, implicit)
2019-02-28 00:35:49 +00:00
Sunpoet Po-Chuan Hsieh
c1075c1968
Update to 2.11.229
...
Changes: https://github.com/aws/aws-sdk-ruby/releases
2019-02-27 23:48:08 +00:00
Sunpoet Po-Chuan Hsieh
db47d31db0
Update to 2.11.229
...
Changes: https://github.com/aws/aws-sdk-ruby/releases
2019-02-27 23:48:03 +00:00
Sunpoet Po-Chuan Hsieh
0ac45bc6b3
Update to 2.11.229
...
Changes: https://github.com/aws/aws-sdk-ruby/releases
2019-02-27 23:47:57 +00:00
Sunpoet Po-Chuan Hsieh
49cd7f0b52
Update to 0.11.3
...
Changes: https://github.com/encode/starlette/blob/master/docs/release-notes.md
https://github.com/encode/starlette/commits/master
2019-02-27 23:47:52 +00:00
Sunpoet Po-Chuan Hsieh
b50d9764e4
Update to 4.7.4
...
Changes: https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
2019-02-27 23:47:47 +00:00
Sunpoet Po-Chuan Hsieh
39abda2c84
Update to 2.4.0
...
- Add NO_ARCH
Changes: https://github.com/aws/aws-xray-sdk-python/releases
2019-02-27 23:47:41 +00:00
Sunpoet Po-Chuan Hsieh
5105e41830
Update to 2.2.0
...
Changes: https://github.com/PyCQA/astroid/blob/master/ChangeLog
2019-02-27 23:47:36 +00:00
Sunpoet Po-Chuan Hsieh
c2107f40ff
Update to 0.7.0
...
Changes: https://pecl.php.net/package-changelog.php?package=zookeeper
2019-02-27 23:47:30 +00:00