diff options
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 7ce95edfb71..1f3fa991fb7 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2016/02/20 23:56:54 mef Exp $ +# $NetBSD: Makefile,v 1.29 2016/03/05 11:28:06 jperkin Exp $ # DISTNAME= librecad-1.0.2 -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GITHUB:=LibreCAD/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index ac606239199..f4c3ab4532f 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2015/09/12 20:03:00 tnn Exp $ +# $NetBSD: Makefile,v 1.35 2016/03/05 11:28:06 jperkin Exp $ # PKGNAME= openscad-2011.12 DISTNAME= openscad-2011.12.src -PKGREVISION= 23 +PKGREVISION= 24 CATEGORIES= cad MASTER_SITES= https://cloud.github.com/downloads/openscad/openscad/ |