diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-04-18 21:57:42 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-04-18 21:57:42 +0800 |
commit | cc95712fbe92854d4a2177b6d45cbdcc9d5f1b44 (patch) | |
tree | d32a20416ca4506d36f2b454f7246d7a03954197 /cad | |
parent | 077df7502b0a47ecb16bd89a724591a51c6c1248 (diff) | |
download | freebsd-ports-gnome-cc95712fbe92854d4a2177b6d45cbdcc9d5f1b44.tar.gz freebsd-ports-gnome-cc95712fbe92854d4a2177b6d45cbdcc9d5f1b44.tar.zst freebsd-ports-gnome-cc95712fbe92854d4a2177b6d45cbdcc9d5f1b44.zip |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
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 | 2 | ||||
-rw-r--r-- | cad/openscad/Makefile | 2 |
7 files changed, 7 insertions, 5 deletions
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index 0924fbae554f..af1717b6fe02 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -2,7 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.12018 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile index eb39dd7c8de4..ecf122c0b946 100644 --- a/cad/fritzing/Makefile +++ b/cad/fritzing/Makefile @@ -4,7 +4,7 @@ PORTNAME= fritzing PORTVERSION= 0.9.2 DISTVERSIONSUFFIX= b -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= cad MAINTAINER= lenzi.sergio@gmail.com diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index d6a31ce25969..fa1f364c60c1 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= 3 CATEGORIES= cad PKGNAMESUFFIX= -devel diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 287814ed60ad..287b2874d221 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -3,7 +3,7 @@ PORTNAME= kicad PORTVERSION= 4.0.7 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 2 CATEGORIES= cad diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index 63c80910b1df..e9d55b3ac548 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -2,6 +2,7 @@ PORTNAME= librecad DISTVERSION= 2.2.0-rc1 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= jhale@FreeBSD.org diff --git a/cad/linuxcnc-devel/Makefile b/cad/linuxcnc-devel/Makefile index dc547d80e743..92a79b0ab138 100644 --- a/cad/linuxcnc-devel/Makefile +++ b/cad/linuxcnc-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= linuxcnc PORTVERSION= 20170708 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad PKGNAMESUFFIX= -devel diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index 5254ed1766a4..f914a9162313 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -3,7 +3,7 @@ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src |