diff options
author | adam <adam@pkgsrc.org> | 2018-01-01 21:18:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-01-01 21:18:06 +0000 |
commit | 1e78f2267b0c29f887835420620be6b8c4097838 (patch) | |
tree | 71bb5f6ae0e25c7f3ef13390b999b6e40126a958 /cad | |
parent | f7c0c932f21e259f3bba5702269d7b1ecd668be9 (diff) | |
download | pkgsrc-1e78f2267b0c29f887835420620be6b8c4097838.tar.gz |
Revbump after boost update
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 c26061ee465..3584750d717 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2017/08/24 20:03:05 adam Exp $ +# $NetBSD: Makefile,v 1.21 2018/01/01 21:18:15 adam Exp $ # V= 4.0.4 DISTNAME= kicad-${V} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= cad MASTER_SITES= https://launchpad.net/kicad/4.0/${V}/+download/ EXTRACT_SUFX= .tar.xz diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index 16a803d2b69..ef329a18c63 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.40 2017/08/24 20:03:05 adam Exp $ +# $NetBSD: Makefile,v 1.41 2018/01/01 21:18:15 adam Exp $ # DISTNAME= LibreCAD-2.1.3 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GITHUB:=LibreCAD/} diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index 7172ade4bde..a69fa23130f 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2017/12/22 21:50:02 plunky Exp $ +# $NetBSD: Makefile,v 1.47 2018/01/01 21:18:16 adam Exp $ # DISTNAME= openscad-2015.03-3.src PKGNAME= openscad-2015.03p3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ |