diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-03-28 05:20:59 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-03-28 05:22:22 +0000 |
commit | 8f819385009c867643f1e393b4c86fd6726856eb (patch) | |
tree | b17fb40004b7ae26f011c40b16e902bb6c3557f9 /cad | |
parent | 875d334e7f9596e2ac598945041b2ce685ee11fb (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 c6f463203639..af3f2ed9f63f 100644 --- a/cad/openscad-devel/Makefile +++ b/cad/openscad-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= openscad PORTVERSION= 2021.02.09 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= cad PKGNAMESUFFIX= -devel diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index 7c47f18aadbf..ba84a992bd7c 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -2,7 +2,7 @@ PORTNAME= openscad PORTVERSION= 2021.01.01 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= cad PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |