diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-07-27 18:44:36 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-07-27 18:55:03 +0000 |
commit | 8b9c482b9026cdd2ba8d0afd28205a563289d88e (patch) | |
tree | a25dc1f4d80a54ced94465b043b5d3d66bbc48b3 /cad | |
parent | f8a92dabbfdb03b6b67f190bef193cc58e99f0ae (diff) |
Diffstat (limited to 'cad')
-rw-r--r-- | cad/openscad-devel/Makefile | 2 | ||||
-rw-r--r-- | cad/openscad/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cad/openscad-devel/Makefile b/cad/openscad-devel/Makefile index 0ef0fffcfb73..5ba3da017afc 100644 --- a/cad/openscad-devel/Makefile +++ b/cad/openscad-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= openscad PORTVERSION= 2021.02.09 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad PKGNAMESUFFIX= -devel diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index c5887e9ef166..823c1c3b7f52 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -2,7 +2,7 @@ PORTNAME= openscad PORTVERSION= 2021.01.01 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad #PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |