diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-04-12 14:36:31 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-04-12 14:36:31 +0800 |
commit | 9b21a3a084c9a5c4e8ad95b5e1dcac3dc835998b (patch) | |
tree | 919393f150a5705b76814a092d02703b32940682 /www | |
parent | 6987b2c75547dc39e8c95eaee0aabb36e4043ef0 (diff) | |
download | freebsd-ports-gnome-9b21a3a084c9a5c4e8ad95b5e1dcac3dc835998b.tar.gz freebsd-ports-gnome-9b21a3a084c9a5c4e8ad95b5e1dcac3dc835998b.tar.zst freebsd-ports-gnome-9b21a3a084c9a5c4e8ad95b5e1dcac3dc835998b.zip |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
Diffstat (limited to 'www')
-rw-r--r-- | www/anyterm/Makefile | 2 | ||||
-rw-r--r-- | www/domoticz/Makefile | 2 | ||||
-rw-r--r-- | www/nghttp2/Makefile | 2 | ||||
-rw-r--r-- | www/osrm-backend/Makefile | 1 | ||||
-rw-r--r-- | www/wt/Makefile | 2 |
5 files changed, 6 insertions, 3 deletions
diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile index 73d9a8a83065..02d4dcf25483 100644 --- a/www/anyterm/Makefile +++ b/www/anyterm/Makefile @@ -3,7 +3,7 @@ PORTNAME= anyterm PORTVERSION= 1.1.29 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MASTER_SITES= http://anyterm.org/download/ \ http://dl1.douglasthrift.net/${PORTNAME}/ \ diff --git a/www/domoticz/Makefile b/www/domoticz/Makefile index 27238516d13a..b376d4942e93 100644 --- a/www/domoticz/Makefile +++ b/www/domoticz/Makefile @@ -2,7 +2,7 @@ PORTNAME= domoticz PORTVERSION= 4.${DOMOTICZ_REL} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 8ae7ba5b5689..1a9c551d9b0c 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -4,6 +4,7 @@ PORTNAME= nghttp2 PORTVERSION= 1.37.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www net MAINTAINER= sunpoet@FreeBSD.org @@ -49,6 +50,7 @@ ASIO_BUILD_DEPENDS= boost-libs>=1.54.0:devel/boost-libs ASIO_CONFIGURE_OFF= --with-boost=no ASIO_CONFIGURE_ON= --enable-asio-lib --with-boost-asio --with-boost-system --with-boost-thread ASIO_LIB_DEPENDS= libboost_thread.so:devel/boost-libs +ASIO_BROKEN= ASIO option fails to build with boost 1.70, see bug 236666 EXAMPLES_CONFIGURE_ENABLE= examples EXAMPLES_BUILD_DEPENDS= libevent>=2.0.8:devel/libevent EXAMPLES_LIB_DEPENDS= libevent_openssl.so:devel/libevent diff --git a/www/osrm-backend/Makefile b/www/osrm-backend/Makefile index 823543268e1e..e3c2c410f5ec 100644 --- a/www/osrm-backend/Makefile +++ b/www/osrm-backend/Makefile @@ -3,6 +3,7 @@ PORTNAME= osrm-backend DISTVERSIONPREFIX= v DISTVERSION= 5.22.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= freebsd@mosedal.net diff --git a/www/wt/Makefile b/www/wt/Makefile index dd3e58f9dfa4..9cdb3ae8d8ab 100644 --- a/www/wt/Makefile +++ b/www/wt/Makefile @@ -3,7 +3,7 @@ PORTNAME= wt PORTVERSION= 3.3.7 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= www MAINTAINER= info@babaei.net |