summaryrefslogtreecommitdiff
path: root/cad/openscad
diff options
context:
space:
mode:
authorobache <obache>2013-01-27 08:41:37 +0000
committerobache <obache>2013-01-27 08:41:37 +0000
commit3332348cec91ce09f3e1f29ad1e27b811dbaf530 (patch)
treeb2acbf283b143b2177710185405d6f78b010e013 /cad/openscad
parente778090af438d478924a7fed2ca5c6b8b8e78757 (diff)
downloadpkgsrc-3332348cec91ce09f3e1f29ad1e27b811dbaf530.tar.gz
use HTTP master site
Diffstat (limited to 'cad/openscad')
-rw-r--r--cad/openscad/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile
index daf59eeeebe..dd3882dab9f 100644
--- a/cad/openscad/Makefile
+++ b/cad/openscad/Makefile
@@ -1,19 +1,17 @@
-# $NetBSD: Makefile,v 1.17 2013/01/26 21:37:06 adam Exp $
+# $NetBSD: Makefile,v 1.18 2013/01/27 08:41:37 obache Exp $
#
PKGNAME= openscad-2011.12
DISTNAME= openscad-2011.12.src
PKGREVISION= 10
CATEGORIES= cad
-MASTER_SITES= https://github.com/downloads/openscad/openscad/
+MASTER_SITES= http://cloud.github.com/downloads/openscad/openscad/
MAINTAINER= reinoud@NetBSD.org
HOMEPAGE= http://www.openscad.org/
COMMENT= OpenSCAD - The Programmers Solid 3D CAD Modeller
LICENSE= gnu-gpl-v2
-FETCH_USING= curl
-
WRKSRC= ${WRKDIR}/openscad-2011.12
USE_LANGUAGES= c c++