diff options
author | adam <adam@pkgsrc.org> | 2012-07-02 13:37:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-07-02 13:37:35 +0000 |
commit | 866b730e71c87e850a31e2f2552256f17717e9aa (patch) | |
tree | 8a5aecd9271f85aa9585b9fde0a5441c97eafea1 /cad | |
parent | d35e895baff3b8a39fee749f68c54725eb13c83a (diff) | |
download | pkgsrc-866b730e71c87e850a31e2f2552256f17717e9aa.tar.gz |
Revbump after updating boost
Diffstat (limited to 'cad')
-rw-r--r-- | cad/librecad/Makefile | 4 | ||||
-rw-r--r-- | cad/openscad/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index 6d9b7f64521..a8702423340 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2012/03/03 00:12:47 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/07/02 13:37:36 adam Exp $ # DISTNAME= LibreCAD-LibreCAD-v1.0.0-0-g22839a7 PKGNAME= librecad-1.0.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= cad MASTER_SITES= -https://github.com/LibreCAD/LibreCAD/zipball/v1.0.0 EXTRACT_SUFX= .zip diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index 1c95f8f9905..b7c865e761c 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2012/03/26 08:36:47 reinoud Exp $ +# $NetBSD: Makefile,v 1.7 2012/07/02 13:37:36 adam Exp $ # PKGNAME= openscad-2011.12 DISTNAME= openscad-2011.12.src -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= cad MASTER_SITES= https://github.com/downloads/openscad/openscad/ |