diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-01-01 08:24:33 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-01-01 08:24:33 +0000 |
commit | c1c37085cc20f4c006b7dbc0c8c9e2462ce3ca6c (patch) | |
tree | e6c755b062dd80c713e1ac5428552457f7122414 /cad | |
parent | d218bc371b34a309f0e193ee5575ed3034f7c6d3 (diff) | |
download | pkgsrc-c1c37085cc20f4c006b7dbc0c8c9e2462ce3ca6c.tar.gz |
*: Recursive revbump from boost-1.75.0
Diffstat (limited to 'cad')
-rw-r--r-- | cad/kicad/Makefile | 4 | ||||
-rw-r--r-- | cad/librecad/Makefile | 4 | ||||
-rw-r--r-- | cad/openscad/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index f27203eab21..c3904d639d1 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.49 2020/12/04 20:45:00 nia Exp $ +# $NetBSD: Makefile,v 1.50 2021/01/01 08:24:34 ryoon Exp $ # V= 5.1.4 DISTNAME= kicad-${V} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= cad MASTER_SITES= https://launchpad.net/kicad/5.0/${V}/+download/ EXTRACT_SUFX= .tar.xz diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index 5ce72ca980d..c7f5846eacd 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.59 2020/11/05 09:07:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.60 2021/01/01 08:24:34 ryoon Exp $ GITHUB_PROJECT= LibreCAD DISTNAME= LibreCAD-2.2.0.rc1 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 9 +PKGREVISION= 10 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 badad318675..32209930543 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.73 2020/12/04 20:45:01 nia Exp $ +# $NetBSD: Makefile,v 1.74 2021/01/01 08:24:34 ryoon Exp $ VERSION= 2019.05 DISTNAME= openscad-${VERSION} -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GITHUB:=openscad/} GITHUB_TAG= openscad-${VERSION} |