summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-03-10 22:08:37 +0000
committerwiz <wiz@pkgsrc.org>2020-03-10 22:08:37 +0000
commitaea435c684475a7d69a14634c0e51d603ab462ae (patch)
tree9fd7a37dbb2162cea8ab6c0cd54f7f398658d288 /cad
parentb16775744b3813e095efae692a24050371dacda5 (diff)
downloadpkgsrc-aea435c684475a7d69a14634c0e51d603ab462ae.tar.gz
librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
Diffstat (limited to 'cad')
-rw-r--r--cad/boolean/Makefile4
-rw-r--r--cad/geda/Makefile4
-rw-r--r--cad/gerbv/Makefile4
-rw-r--r--cad/gsmc/Makefile4
-rw-r--r--cad/gtk2-wcalc/Makefile4
-rw-r--r--cad/gtkwave/Makefile4
-rw-r--r--cad/kicad/Makefile4
-rw-r--r--cad/klayout/Makefile4
-rw-r--r--cad/librecad/Makefile4
-rw-r--r--cad/openscad/Makefile4
-rw-r--r--cad/pcb/Makefile4
-rw-r--r--cad/qcad/Makefile4
-rw-r--r--cad/solvespace/Makefile4
-rw-r--r--cad/transcalc/Makefile4
14 files changed, 28 insertions, 28 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile
index e5552589a45..bf93f3eec07 100644
--- a/cad/boolean/Makefile
+++ b/cad/boolean/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.78 2020/03/08 16:48:52 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2020/03/10 22:09:26 wiz Exp $
#
DISTNAME= boolean_6_99
# n_6_99 -> n-6.99
PKGNAME= ${DISTNAME:S/n_/n-/S/_/./}
-PKGREVISION= 33
+PKGREVISION= 34
CATEGORIES= cad graphics
MASTER_SITES= http://boolean.klaasholwerda.nl/download/boolzip/
EXTRACT_SUFX= .tgz
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index c838a757cc7..6d41e2b3d74 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.123 2020/03/08 16:48:52 wiz Exp $
+# $NetBSD: Makefile,v 1.124 2020/03/10 22:09:26 wiz Exp $
DISTNAME= geda-gaf-1.8.2
PKGNAME= ${DISTNAME:S/-gaf-/-/}
-PKGREVISION= 24
+PKGREVISION= 25
CATEGORIES= cad
MASTER_SITES= http://ftp.geda-project.org/geda-gaf/stable/v1.8/1.8.2/
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile
index 8494c1a9e76..b1e870ef1ca 100644
--- a/cad/gerbv/Makefile
+++ b/cad/gerbv/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.73 2020/03/08 16:48:53 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2020/03/10 22:09:26 wiz Exp $
#
DISTNAME= gerbv-2.6.2
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/}
diff --git a/cad/gsmc/Makefile b/cad/gsmc/Makefile
index d9468e14037..42c3729afd6 100644
--- a/cad/gsmc/Makefile
+++ b/cad/gsmc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2020/03/08 16:48:53 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2020/03/10 22:09:27 wiz Exp $
#
DISTNAME= gsmc-1.1
-PKGREVISION= 34
+PKGREVISION= 35
CATEGORIES= cad
MASTER_SITES= http://www.qsl.net/ik5nax/
diff --git a/cad/gtk2-wcalc/Makefile b/cad/gtk2-wcalc/Makefile
index 2ba6a796ed8..9242c57bcfa 100644
--- a/cad/gtk2-wcalc/Makefile
+++ b/cad/gtk2-wcalc/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.37 2020/03/08 16:48:53 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2020/03/10 22:09:27 wiz Exp $
#
.include "../../cad/wcalc/Makefile.common"
PKGNAME= gtk2-${DISTNAME}
-PKGREVISION= 33
+PKGREVISION= 34
COMMENT= GTK2 Based Transmission Line Analysis/Synthesis Calculator
diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile
index baa4e96883e..71f0d6125bf 100644
--- a/cad/gtkwave/Makefile
+++ b/cad/gtkwave/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.106 2020/03/08 16:48:53 wiz Exp $
+# $NetBSD: Makefile,v 1.107 2020/03/10 22:09:27 wiz Exp $
#
DISTNAME= gtkwave-3.3.104
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkwave/}
#MASTER_SITES= http://home.nc.rr.com/gtkwave/
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile
index 7bf75fe40b9..09a1d486bce 100644
--- a/cad/kicad/Makefile
+++ b/cad/kicad/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.43 2020/03/08 16:48:53 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2020/03/10 22:09:27 wiz Exp $
#
V= 5.1.4
DISTNAME= kicad-${V}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= cad
MASTER_SITES= https://launchpad.net/kicad/5.0/${V}/+download/
EXTRACT_SUFX= .tar.xz
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile
index 33f2762206b..cf455c5bf82 100644
--- a/cad/klayout/Makefile
+++ b/cad/klayout/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2020/03/08 16:48:53 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2020/03/10 22:09:27 wiz Exp $
DISTNAME= klayout-0.25.6
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= cad
MASTER_SITES= http://www.klayout.org/downloads/source/
diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile
index 37ec46a9d85..d263d5b1c1d 100644
--- a/cad/librecad/Makefile
+++ b/cad/librecad/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.53 2020/03/08 16:48:53 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2020/03/10 22:09:27 wiz Exp $
GITHUB_PROJECT= LibreCAD
DISTNAME= LibreCAD-2.2.0.rc1
PKGNAME= ${DISTNAME:tl}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_GITHUB:=LibreCAD/}
GITHUB_TAG= ${PKGVERSION_NOREV:C/.rc1/-rc1/}
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile
index 8a03f118f7c..e768d142390 100644
--- a/cad/openscad/Makefile
+++ b/cad/openscad/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.64 2020/03/08 16:48:53 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2020/03/10 22:09:27 wiz Exp $
VERSION= 2019.05
DISTNAME= openscad-${VERSION}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_GITHUB:=openscad/}
GITHUB_TAG= openscad-${VERSION}
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index 47ad46ad122..06a26a34f2d 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.95 2020/03/08 16:48:54 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2020/03/10 22:09:27 wiz Exp $
#
DISTNAME= pcb-4.1.3
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcb/}
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile
index c827df7cff0..e6e1741ed69 100644
--- a/cad/qcad/Makefile
+++ b/cad/qcad/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.87 2020/03/08 16:48:54 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2020/03/10 22:09:28 wiz Exp $
#
DISTNAME= qcad-3.24.0.1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_GITHUB:=qcad/}
EXTRACT_USING= bsdtar
diff --git a/cad/solvespace/Makefile b/cad/solvespace/Makefile
index bcfb41e2e84..0e244967565 100644
--- a/cad/solvespace/Makefile
+++ b/cad/solvespace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/03/08 16:48:54 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/10 22:09:28 wiz Exp $
#
#
# Both of these hashes need to be updated when the solvespace version
@@ -13,7 +13,7 @@ LIBDXF_HASH= 8f958955f54668c142ded760dc951ffd16d9c71b
SOLVESPACE_HASH= 7c1ca460769fc8cbef26d296338d4bbc6f2ef6d0
DISTNAME= solvespace-2.3
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= cad
MASTER_SITES= http://github.com/solvespace/solvespace/archive/
DIST_SUBDIR= ${PKGNAME_NOREV}
diff --git a/cad/transcalc/Makefile b/cad/transcalc/Makefile
index 13d7babe3e7..034a804bcfa 100644
--- a/cad/transcalc/Makefile
+++ b/cad/transcalc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2020/03/08 16:48:54 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2020/03/10 22:09:28 wiz Exp $
#
DISTNAME= transcalc-0.14
-PKGREVISION= 34
+PKGREVISION= 35
CATEGORIES= cad
MASTER_SITES= http://transcalc.sourceforge.net/
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=transcalc/}