diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:05:05 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:05:05 +0800 |
commit | a5a9805ffa6934c7f8a35773ecb955b8f49bc571 (patch) | |
tree | 38af65c6adad16dba1e13346ecb52295abff07e6 /www | |
parent | 7484f2258645fce25c2714f8a8c349aaf4af12d4 (diff) | |
download | freebsd-ports-gnome-a5a9805ffa6934c7f8a35773ecb955b8f49bc571.tar.gz freebsd-ports-gnome-a5a9805ffa6934c7f8a35773ecb955b8f49bc571.tar.zst freebsd-ports-gnome-a5a9805ffa6934c7f8a35773ecb955b8f49bc571.zip |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
Diffstat (limited to 'www')
-rw-r--r-- | www/anyterm/Makefile | 2 | ||||
-rw-r--r-- | www/domoticz/Makefile | 1 | ||||
-rw-r--r-- | www/kdewebdev4/Makefile | 2 | ||||
-rw-r--r-- | www/nghttp2/Makefile | 1 | ||||
-rw-r--r-- | www/wt/Makefile | 2 |
5 files changed, 5 insertions, 3 deletions
diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile index dae087d047c5..3566584c520d 100644 --- a/www/anyterm/Makefile +++ b/www/anyterm/Makefile @@ -3,7 +3,7 @@ PORTNAME= anyterm PORTVERSION= 1.1.29 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= http://anyterm.org/download/ \ http://dl1.douglasthrift.net/${PORTNAME}/ \ diff --git a/www/domoticz/Makefile b/www/domoticz/Makefile index 1e178800bce6..33cc6e21a61e 100644 --- a/www/domoticz/Makefile +++ b/www/domoticz/Makefile @@ -2,6 +2,7 @@ PORTNAME= domoticz PORTVERSION= 3.${DOMOTICZ_REL} +PORTREVISION= 1 CATEGORIES= www MAINTAINER= kiwi@oav.net diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index 0fce4e72ffd3..97242f396bbe 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdewebdev PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index fe490976c80c..566855fd22d1 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -4,6 +4,7 @@ PORTNAME= nghttp2 PORTVERSION= 1.26.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www net MAINTAINER= sunpoet@FreeBSD.org diff --git a/www/wt/Makefile b/www/wt/Makefile index 4f3a9a43d0d7..04783836f15c 100644 --- a/www/wt/Makefile +++ b/www/wt/Makefile @@ -3,7 +3,7 @@ PORTNAME= wt PORTVERSION= 3.3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= info@babaei.net |