diff options
author | adam <adam@pkgsrc.org> | 2014-08-13 10:57:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-08-13 10:57:32 +0000 |
commit | e74b9cc2f696f1f43381fdf47f2711617b0d930e (patch) | |
tree | 7d3b73c578b84d1623d205723cc8c955961e9166 /cad | |
parent | 9bca4c8af828c6602dac535c24d63f046dc1ea84 (diff) | |
download | pkgsrc-e74b9cc2f696f1f43381fdf47f2711617b0d930e.tar.gz |
Revbump after boost-libs 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 fe1306f6c51..f1a78ab3f63 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2014/05/05 00:47:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2014/08/13 10:57:33 adam Exp $ # V= 20140214 DISTNAME= kicad-stable-${V} PKGNAME= kicad-${V} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= cad MASTER_SITES= http://ftp.fr.NetBSD.org/~bouyer/kicad/ diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index dd44dd5afec..d1f64b37d86 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2014/02/12 23:17:35 tron Exp $ +# $NetBSD: Makefile,v 1.24 2014/08/13 10:57:33 adam Exp $ # DISTNAME= LibreCAD-LibreCAD-v1.0.2-0-ga6826ad PKGNAME= librecad-1.0.2 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= cad MASTER_SITES= -http://nodeload.github.com/LibreCAD/LibreCAD/legacy.tar.gz/v1.0.2 diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index d373aee3d1b..7891c109675 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2014/02/12 23:17:35 tron Exp $ +# $NetBSD: Makefile,v 1.29 2014/08/13 10:57:33 adam Exp $ # PKGNAME= openscad-2011.12 DISTNAME= openscad-2011.12.src -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= cad MASTER_SITES= http://cloud.github.com/downloads/openscad/openscad/ |