diff options
author | zeising <zeising@FreeBSD.org> | 2017-11-19 03:32:38 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2017-11-19 03:32:38 +0800 |
commit | 32f3335a207ff23c5f7c3e592129656ebd9812cd (patch) | |
tree | 9f8c8ea81795ec9c367298a247b6fc1e32fceae8 /cad | |
parent | f3b19e1de2a052fb08bf447367eb0d89ff7f08e2 (diff) | |
download | freebsd-ports-gnome-32f3335a207ff23c5f7c3e592129656ebd9812cd.tar.gz freebsd-ports-gnome-32f3335a207ff23c5f7c3e592129656ebd9812cd.tar.zst freebsd-ports-gnome-32f3335a207ff23c5f7c3e592129656ebd9812cd.zip |
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine
Diffstat (limited to 'cad')
-rw-r--r-- | cad/kicad-devel/Makefile | 2 | ||||
-rw-r--r-- | cad/kicad/Makefile | 2 | ||||
-rw-r--r-- | cad/meshlab/Makefile | 2 | ||||
-rw-r--r-- | cad/openscad/Makefile | 2 | ||||
-rw-r--r-- | cad/openvsp/Makefile | 1 | ||||
-rw-r--r-- | cad/solvespace/Makefile | 1 |
6 files changed, 6 insertions, 4 deletions
diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index f1a33a2ef789..5b998eddaa56 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= LOCAL/mr PKGNAMESUFFIX= -devel diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index b1797718f644..93dc41fa8a3c 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -3,7 +3,7 @@ PORTNAME= kicad PORTVERSION= 4.0.7 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= cad diff --git a/cad/meshlab/Makefile b/cad/meshlab/Makefile index c6014af040a0..e54aba897a8b 100644 --- a/cad/meshlab/Makefile +++ b/cad/meshlab/Makefile @@ -3,7 +3,7 @@ PORTNAME= meshlab PORTVERSION= 1.3.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/MeshLab%20v${PORTVERSION}/ DISTNAME= MeshLabSrc_AllInc_v${PORTVERSION:C|\.||g} diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index d06b3494abfc..4c597ba6b746 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -3,7 +3,7 @@ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index a9fe66093c5a..bce8b5e04127 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -3,6 +3,7 @@ PORTNAME= openvsp PORTVERSION= 3.13.3 +PORTREVISION= 1 DISTVERSIONPREFIX= ${GH_PROJECT}_ CATEGORIES= cad diff --git a/cad/solvespace/Makefile b/cad/solvespace/Makefile index 0fc08dcc2b6f..57dc9f5eef07 100644 --- a/cad/solvespace/Makefile +++ b/cad/solvespace/Makefile @@ -2,6 +2,7 @@ PORTNAME= solvespace PORTVERSION= 2.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= cad |