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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/easystroke/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnote/Makefile | 2 | ||||
-rw-r--r-- | deskutils/kdepim4-runtime/Makefile | 2 | ||||
-rw-r--r-- | deskutils/kdepim4/Makefile | 2 | ||||
-rw-r--r-- | deskutils/kdepimlibs4/Makefile | 2 | ||||
-rw-r--r-- | deskutils/launchy/Makefile | 2 | ||||
-rw-r--r-- | deskutils/pinot/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/deskutils/easystroke/Makefile b/deskutils/easystroke/Makefile index 6c95f115af93..961369c9f7ff 100644 --- a/deskutils/easystroke/Makefile +++ b/deskutils/easystroke/Makefile @@ -3,7 +3,7 @@ PORTNAME= easystroke PORTVERSION= 0.6.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils MASTER_SITES= SF diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index fefcf306ab6e..fc1470fbd0fa 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnote PORTVERSION= 3.18.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils gnome MASTER_SITES= GNOME diff --git a/deskutils/kdepim4-runtime/Makefile b/deskutils/kdepim4-runtime/Makefile index ffdf545b1dad..558a63701668 100644 --- a/deskutils/kdepim4-runtime/Makefile +++ b/deskutils/kdepim4-runtime/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdepim-runtime PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index 5d0f75566ba1..d604b43b5007 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdepim PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/deskutils/kdepimlibs4/Makefile b/deskutils/kdepimlibs4/Makefile index 2b681e3a1b09..db847cc4831f 100644 --- a/deskutils/kdepimlibs4/Makefile +++ b/deskutils/kdepimlibs4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/deskutils/launchy/Makefile b/deskutils/launchy/Makefile index 321ea8ea24f0..8b39bee88c57 100644 --- a/deskutils/launchy/Makefile +++ b/deskutils/launchy/Makefile @@ -3,7 +3,7 @@ PORTNAME= launchy PORTVERSION= 2.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/Launchy%20on%20Linux/${PORTVERSION} diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index af84d1c01277..81f48fc62b16 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -3,7 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.09 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MAINTAINER= thierry@FreeBSD.org |