sthen
2742b32227
update to quagga-1.0.20161017 (not the latest, but a simpler change than 1.1+
...
which touches the multicast-related code that we had to patch).
add recent upstream commit to fix AS_PATH size calculation for long BGP paths.
2017-10-31 09:37:18 +00:00
ajacoutot
9fd48997a6
Add MODGNOME_TOOLS += docbook.
...
Needed to prevent going online to get the necessary files.
breakage reported by naddy@
2017-10-31 09:31:47 +00:00
ajacoutot
6dc2da7baa
Bump to unbreak after at-spi2-atk lost its dependency on xkbcommon.
2017-10-31 09:15:12 +00:00
giovanni
536d0d84e6
update to 2.9.2, remove a patch committed upstream
2017-10-31 07:46:37 +00:00
giovanni
706b262625
update to 4.18.2, remove a patch committed upstream
2017-10-31 07:45:04 +00:00
giovanni
18163183db
backport a couple of bug fixes from trunk
2017-10-31 07:41:51 +00:00
giovanni
ac51dc234a
update to 1.5.2 and simplify pledge(1) patch
...
ok rsadowski@
2017-10-31 07:39:25 +00:00
ajacoutot
b8f30077b1
Update to aisleriot-3.22.4.
2017-10-31 07:35:58 +00:00
ajacoutot
6674c11d54
Update to mimedefang-2.83.
2017-10-31 07:34:01 +00:00
bentley
724217095e
Update to sblg-0.4.10.
2017-10-31 07:33:22 +00:00
ajacoutot
763157b006
Update to libhttpseverywhere-0.6.3.
2017-10-31 07:22:03 +00:00
ajacoutot
31c86ef70b
Update to at-spi2-atk-2.26.1.
2017-10-31 07:17:51 +00:00
ajacoutot
705052d6b6
Update to at-spi2-core-2.26.2.
2017-10-31 07:14:25 +00:00
ajacoutot
88aeb44eb3
Update to simple-scan-3.26.2.
2017-10-31 07:09:22 +00:00
abieber
718884bfc6
bump to latest.
...
Full changelog here:
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.11.5
OK fcambus@
2017-10-31 01:31:45 +00:00
bluhm
a49bff1fa3
p5-Importer
2017-10-30 22:26:30 +00:00
bluhm
8ef4b88080
import p5-Importer 0.024
...
OK benoit@
Comment:
alternative but compatible interface to modules that export
Description:
This module acts as a layer between Exporter and modules which
consume exports. It is feature-compatible with Exporter, plus some
much needed extras. You can use this to import symbols from any
exporter that follows Exporters specification. The exporter modules
themselves do not need to use or inherit from the Exporter module,
they just need to set @EXPORT and/or other variables.
2017-10-30 22:25:01 +00:00
sthen
b4415079f5
Force use of /dev/random for BIND, overriding an OpenBSD-specific check in
...
upstream's autoconf script to prefer /dev/arandom. One of a couple of options
suggested by naddy@.
2017-10-30 22:19:38 +00:00
naddy
71a89251b2
Just use /dev/urandom. The devices have been equivalent since OpenBSD 4.9
...
and /dev/arandom is going away.
2017-10-30 21:01:13 +00:00
kirby
f1cf46cf17
update to dunelegacy-0.96.4
...
remove patches merged upstream
2017-10-30 20:45:45 +00:00
feinerer
0141d1b3e0
Update to baresip 0.5.6
...
Tweaks and OK by czarkoff@
2017-10-30 17:24:36 +00:00
feinerer
9078ee07f7
Update to librem 0.5.2
...
OK czarkoff@
2017-10-30 17:22:21 +00:00
rpointel
5452f289bc
update pdf-parser to 0.6.8.
2017-10-30 16:03:20 +00:00
rpointel
9d8aa20121
small update to 0.2.2.
2017-10-30 16:01:17 +00:00
bcallah
ce9d4ba110
Bugfix update to gravity-0.3.7
2017-10-30 15:54:15 +00:00
landry
faed121898
link py-owslib and py-owslib,python3 to the build
2017-10-30 14:31:44 +00:00
landry
c00d47751a
Import py-owslib-0.15.0.
...
OWSLib is a Python package for client programming with Open Geospatial
Consortium (OGC) web service (hence OWS) interface standards, and their
related content models.
OWSLib provides a common API for accessing service metadata and
wrappers for numerous OGC Web Service interfaces.
ok ajacoutot@
2017-10-30 14:30:35 +00:00
ajacoutot
144c2b72f4
Use proper python MODULE magic.
...
ok landry@
2017-10-30 14:23:48 +00:00
ajacoutot
8acde4efe6
,${FLAVOR} -> ${MODPY_FLAVOR}
...
ok landry@
2017-10-30 14:14:38 +00:00
landry
a077d70bf8
Update to QGIS 2.18.14. While here fix WANTLIB for newer qscintilla.
2017-10-30 13:56:46 +00:00
landry
91191412d6
Fixes for depending ports after qscintilla update.
...
Mostly WANTLIB fixes, or cmake patches to detect libqscintilla2_qt4
properly.
2017-10-30 13:55:10 +00:00
landry
ef265167e5
link qscintilla,qt5 and py-qscintilla,qt5 to the build
2017-10-30 13:52:25 +00:00
landry
a0d6502ec1
Update to py-qscintilla 2.10.1.
...
Add a python3/qt5 FLAVOR, required by QGIS3.
2017-10-30 13:51:17 +00:00
landry
48a68f667b
Update to qscintilla 2.10.1.
...
Add a qt5 FLAVOR, required by QGIS3. Note that upstream renamed the
library from libqscintilla2 to libsqscintilla2_qt4/qt5, allowing both
versions to be installed at the same time. Depending ports will be
fixed shortly.
2017-10-30 13:49:31 +00:00
jca
e83235185c
Fix infinite loop on archs where char is unsigned (arm, powerpc)
...
ok fcambus@ (maintainer)
2017-10-30 13:48:39 +00:00
kirby
39e2cad737
update to seafile-6.1.2
2017-10-30 13:42:37 +00:00
landry
4573f4c297
Link py-proj,python3 to the build.
2017-10-30 12:57:38 +00:00
landry
7d3b02386c
Add python3 flavor, needed for an upcoming py-owslib port.
...
ok benoit@ (MAINTAINER)
2017-10-30 12:56:23 +00:00
ajacoutot
5f1902c820
Update to gnome-color-manager-3.26.0.
2017-10-30 10:27:42 +00:00
ajacoutot
1f73df6112
There's some small support for meson(1) in gnome.port.mk so this patch is
...
not needed anymore. While here, regen DEPENDS/WANTLIB.
2017-10-30 10:15:46 +00:00
ajacoutot
f23910dbd5
Add support for MODGNOME_LDFLAGS and MODGNOME_CPPFLAGS to meson(1).
2017-10-30 10:15:10 +00:00
ajacoutot
a1173189da
Regen PLIST and LIB_DEPENDS to unbreak after vala support removal.
2017-10-30 07:57:11 +00:00
ajacoutot
58da5bc45e
Update to glib-openssl-2.50.6.
2017-10-30 07:44:59 +00:00
bluhm
fddca3e051
update p5-IO-Socket-SSL to 2.052
2017-10-29 22:27:52 +00:00
bluhm
0f5fe0522f
update p5-File-LibMagic to 1.16
...
use build dependency instead of included modules
2017-10-29 21:49:16 +00:00
sthen
910323ac31
remove stray / in @pkgpath
2017-10-29 21:34:52 +00:00
bluhm
91db0aab14
update p5-XML-LibXML to 2.0132
2017-10-29 21:09:49 +00:00
jca
2daba3afb9
Stop including net/slip.h, proposed for removal
...
The code has a fallback #define for SLIP_HDRLEN.
2017-10-29 21:04:37 +00:00
sthen
5673650f68
update to neomutt-20171027
2017-10-29 19:51:31 +00:00
landry
3ad01ac394
Update to xfce4-genmon 4.0.1.
2017-10-29 18:44:40 +00:00