diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-03-05 11:27:40 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-03-05 11:27:40 +0000 |
commit | ee3e800374a703dffb75012abfd6460dc7e71dbb (patch) | |
tree | 25584fd3e292ea8eda1521e1d5890e538d3b45a5 /cad | |
parent | 46d95ddf588397c3f5f774ab84ef545207bea97b (diff) | |
download | pkgsrc-ee3e800374a703dffb75012abfd6460dc7e71dbb.tar.gz |
Bump PKGREVISION for security/openssl ABI bump.
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/ |