diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-23 20:45:46 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-23 20:45:46 +0800 |
commit | 3c5cf0a44299e8b909fd3062e8aa0cc710649894 (patch) | |
tree | 9f8db44177ed46a64b46576a24dfdf8ada114376 /cad | |
parent | 14033ee9eea4482bcff0519551003d231b38c244 (diff) | |
download | freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.tar.gz freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.tar.zst freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.zip |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
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 | 1 | ||||
-rw-r--r-- | cad/kicad/Makefile | 2 | ||||
-rw-r--r-- | cad/librecad/Makefile | 1 | ||||
-rw-r--r-- | cad/linuxcnc-devel/Makefile | 1 | ||||
-rw-r--r-- | cad/openscad/Makefile | 2 |
7 files changed, 7 insertions, 4 deletions
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index d830aa3a7ed8..d57db4218def 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -2,7 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20161104 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile index dae46847c8f0..25363d5460d6 100644 --- a/cad/fritzing/Makefile +++ b/cad/fritzing/Makefile @@ -3,7 +3,7 @@ PORTNAME= fritzing PORTVERSION= 0.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= https://github.com/fritzing/fritzing-app/archive/:source \ https://github.com/fritzing/fritzing-parts/archive/:parts diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index e4338dd954f3..7a16c8f3e1d5 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} +PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= LOCAL/mr diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index e258661f1a3d..4db11b9a909b 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= 20140622%2Bbzr4027 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= https://launchpadlibrarian.net/179199115/ diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index bc8e2cf6f602..f539f0dbbc39 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -2,6 +2,7 @@ PORTNAME= librecad DISTVERSION= 2.0.8 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org diff --git a/cad/linuxcnc-devel/Makefile b/cad/linuxcnc-devel/Makefile index d8582417d7ed..ac6dd8dc4e4a 100644 --- a/cad/linuxcnc-devel/Makefile +++ b/cad/linuxcnc-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= linuxcnc-devel PORTVERSION= 20160626 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= trasz@FreeBSD.org diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index aceecd616dbd..dc6f1db37f9f 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -3,7 +3,7 @@ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src |