diff options
author | adam <adam@pkgsrc.org> | 2020-04-12 08:27:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-04-12 08:27:48 +0000 |
commit | bdaf3cfd7b271b35e10091d20168f04cccf0bf19 (patch) | |
tree | c57f7c851b81b141ef0172db8e86968a49bbea89 /cad | |
parent | 9b0ec22bfedaff6a014d7e6eaee3f21d33d9ea72 (diff) | |
download | pkgsrc-bdaf3cfd7b271b35e10091d20168f04cccf0bf19.tar.gz |
Recursive revision bump after textproc/icu update
Diffstat (limited to 'cad')
-rw-r--r-- | cad/klayout/Makefile | 4 | ||||
-rw-r--r-- | cad/librecad/Makefile | 4 | ||||
-rw-r--r-- | cad/openscad/Makefile | 4 | ||||
-rw-r--r-- | cad/qcad/Makefile | 3 |
4 files changed, 8 insertions, 7 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index cf455c5bf82..1d29fb0053a 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2020/03/10 22:09:27 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2020/04/12 08:28:20 adam Exp $ DISTNAME= klayout-0.25.6 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= cad MASTER_SITES= http://www.klayout.org/downloads/source/ diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index d263d5b1c1d..db359d47b8a 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.54 2020/03/10 22:09:27 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2020/04/12 08:28:20 adam Exp $ GITHUB_PROJECT= LibreCAD DISTNAME= LibreCAD-2.2.0.rc1 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GITHUB:=LibreCAD/} GITHUB_TAG= ${PKGVERSION_NOREV:C/.rc1/-rc1/} diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index e768d142390..5e49ef42747 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.65 2020/03/10 22:09:27 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2020/04/12 08:28:20 adam Exp $ VERSION= 2019.05 DISTNAME= openscad-${VERSION} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GITHUB:=openscad/} GITHUB_TAG= openscad-${VERSION} diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 5e14f407875..e8476b47049 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.89 2020/04/07 08:18:21 plunky Exp $ +# $NetBSD: Makefile,v 1.90 2020/04/12 08:28:20 adam Exp $ # DISTNAME= qcad-3.24.3.0 +PKGREVISION= 1 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GITHUB:=qcad/} EXTRACT_USING= bsdtar |