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 /cad | |
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 'cad')
-rw-r--r-- | cad/freecad/Makefile | 2 | ||||
-rw-r--r-- | cad/fritzing/Makefile | 2 | ||||
-rw-r--r-- | cad/kicad-devel/Makefile | 3 | ||||
-rw-r--r-- | cad/kicad/Makefile | 2 | ||||
-rw-r--r-- | cad/librecad/Makefile | 2 | ||||
-rw-r--r-- | cad/linuxcnc-devel/Makefile | 2 | ||||
-rw-r--r-- | cad/openscad/Makefile | 2 |
7 files changed, 7 insertions, 8 deletions
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index 7e1a729ed1e0..aacef6fcd720 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -2,7 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20170616 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MAINTAINER= tj+freebsd_ports@a13.fr diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile index fbf580bd9719..4c7dd384989e 100644 --- a/cad/fritzing/Makefile +++ b/cad/fritzing/Makefile @@ -4,7 +4,7 @@ PORTNAME= fritzing PORTVERSION= 0.9.2 DISTVERSIONSUFFIX= b -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad MAINTAINER= lenzi.sergio@gmail.com diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index a91ac17bcd49..bc5607ad1f89 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -3,8 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} -PORTREVISION= 1 -#PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= LOCAL/mr PKGNAMESUFFIX= -devel diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index ba8dbec2cbf2..4742da82b2a0 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -3,7 +3,7 @@ PORTNAME= kicad PORTVERSION= 4.0.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= cad diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index ef3c82c0c5d1..a564da7d7766 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -2,7 +2,7 @@ PORTNAME= librecad PORTVERSION= 2.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad MAINTAINER= jhale@FreeBSD.org diff --git a/cad/linuxcnc-devel/Makefile b/cad/linuxcnc-devel/Makefile index 87fe14da625e..3c6932d78d87 100644 --- a/cad/linuxcnc-devel/Makefile +++ b/cad/linuxcnc-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= linuxcnc PORTVERSION= 20170708 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad PKGNAMESUFFIX= -devel diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index dab0bbbd1d28..52ae68e09d92 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -3,7 +3,7 @@ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src |