diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-01-06 16:45:03 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-01-06 16:45:03 +0800 |
commit | 9f68fb71ef906c9dd6ecddb64dafc8166565a745 (patch) | |
tree | 95885249b6b2011574571c63b31de8555bd5007f /cad | |
parent | 91bab4fdf3f5ff9fc26a4bbbd1c2bd8a2b636178 (diff) | |
download | freebsd-ports-gnome-9f68fb71ef906c9dd6ecddb64dafc8166565a745.tar.gz freebsd-ports-gnome-9f68fb71ef906c9dd6ecddb64dafc8166565a745.tar.zst freebsd-ports-gnome-9f68fb71ef906c9dd6ecddb64dafc8166565a745.zip |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
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 | 2 | ||||
-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, 7 deletions
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index 291fa7fe6567..c462f5b182f7 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -2,7 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20161104 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile index 25363d5460d6..9e865ff4acab 100644 --- a/cad/fritzing/Makefile +++ b/cad/fritzing/Makefile @@ -3,7 +3,7 @@ PORTNAME= fritzing PORTVERSION= 0.9.2 -PORTREVISION= 4 +PORTREVISION= 5 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 7a16c8f3e1d5..11ac218081c2 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} -PORTREVISION= 1 +PORTREVISION= 2 #PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= LOCAL/mr diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index badf1a96686e..37f368d1df7e 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= 20140622%2Bbzr4027 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= https://launchpadlibrarian.net/179199115/ diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index f539f0dbbc39..2da341a08f30 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -2,7 +2,7 @@ PORTNAME= librecad DISTVERSION= 2.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org diff --git a/cad/linuxcnc-devel/Makefile b/cad/linuxcnc-devel/Makefile index 46ce9bb8719c..bd26409f701d 100644 --- a/cad/linuxcnc-devel/Makefile +++ b/cad/linuxcnc-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= linuxcnc PORTVERSION= 20160626 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad PKGNAMESUFFIX= -devel diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index b8e4e64e16d1..13cec8a30e9f 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -3,7 +3,7 @@ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src |