Move download.tuxfamily to https.

This commit is contained in:
juanfra 2017-12-02 21:39:49 +00:00
parent c5ec87e8a9
commit ce246ba396
15 changed files with 31 additions and 31 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/06/19 08:47:57 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2017/12/02 21:39:49 juanfra Exp $
COMMENT= book about Python 3 for experienced programmers
@ -11,7 +11,7 @@ HOMEPAGE= http://getpython3.com/diveintopython3/
# Creative Commons Attribution Share-Alike
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://download.tuxfamily.org/jod/books/diveintopython3/
MASTER_SITES= https://download.tuxfamily.org/jod/books/diveintopython3/
NO_BUILD= Yes
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2017/05/24 20:17:31 espie Exp $
# $OpenBSD: Makefile,v 1.5 2017/12/02 21:39:49 juanfra Exp $
COMMENT = C++ class and template library
@ -16,7 +16,7 @@ HOMEPAGE = http://www.synfig.org/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES= http://download.tuxfamily.org/synfig/releases/${SYNFIG_V}/
MASTER_SITES= https://download.tuxfamily.org/synfig/releases/${SYNFIG_V}/
CONFIGURE_STYLE = gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2016/12/02 13:08:21 jca Exp $
# $OpenBSD: Makefile,v 1.5 2017/12/02 21:39:49 juanfra Exp $
ONLY_FOR_ARCHS = i386 amd64 powerpc arm
@ -19,7 +19,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ICE SDL2 SM X11 Xext c m png pthread readline termcap z
MASTER_SITES = http://download.tuxfamily.org/hatari/$V/
MASTER_SITES = https://download.tuxfamily.org/hatari/$V/
RUN_DEPENDS = devel/desktop-file-utils \
misc/shared-mime-info \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2017/08/23 14:15:55 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2017/12/02 21:39:49 juanfra Exp $
ONLY_FOR_ARCHS = amd64 i386 macppc
@ -29,7 +29,7 @@ DISTNAME = openarena-${V}
DISTFILES = ${DISTNAME}.zip openarena-engine-source-${E_V}.tar.bz2:0
HOMEPAGE = http://www.openarena.ws/
MS_PREFIX = http://download.tuxfamily.org/openarena/rel/
MS_PREFIX = https://download.tuxfamily.org/openarena/rel/
MASTER_SITES = ${MS_PREFIX}${V:S/.//g}/ \
${MS_PREFIX}${E_V:S/.//g}/source/
MASTER_SITES0 = http://files.poulsander.com/~poul19/public_files/oa/dev088/ \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2017/07/26 22:45:22 sthen Exp $
# $OpenBSD: Makefile,v 1.30 2017/12/02 21:39:49 juanfra Exp $
COMMENT = challenging 2D motocross platform game
@ -12,7 +12,7 @@ HOMEPAGE = http://xmoto.tuxfamily.org/
MAINTAINER = Kirill Bychkov <kirby@openbsd.org>
MASTER_SITES = http://download.tuxfamily.org/xmoto/xmoto/${V}/
MASTER_SITES = https://download.tuxfamily.org/xmoto/xmoto/${V}/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2017/11/16 23:20:39 naddy Exp $
# $OpenBSD: Makefile,v 1.24 2017/12/02 21:39:49 juanfra Exp $
COMMENT = creates DjVu files from PDF files
@ -18,7 +18,7 @@ WANTLIB += GraphicsMagick GraphicsMagick++ c djvulibre exiv2 iconv intl m
WANTLIB += poppler pthread ${LIBCXX}
MASTER_SITES = https://github.com/jwilk/pdf2djvu/releases/download/${V}/ \
http://download.tuxfamily.org/jod/graphics/pdf2djvu/ \
https://download.tuxfamily.org/jod/graphics/pdf2djvu/ \
ftp://download.tuxfamily.org/jod/graphics/pdf2djvu/
EXTRACT_SUFX = .tar.xz

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/03/16 16:46:32 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2017/12/02 21:39:49 juanfra Exp $
# The next version will work on other architectures again
ONLY_FOR_ARCHS = amd64 i386
@ -21,7 +21,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m
MASTER_SITES = http://synthcode.com/scheme/chibi/ \
http://download.tuxfamily.org/jod/lang/chibi-scheme/ \
https://download.tuxfamily.org/jod/lang/chibi-scheme/ \
ftp://download.tuxfamily.org/jod/lang/chibi-scheme/
EXTRACT_SUFX = .tgz

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.66 2017/11/21 00:13:02 naddy Exp $
# $OpenBSD: Makefile,v 1.67 2017/12/02 21:39:49 juanfra Exp $
COMMENT= Emacs Lisp-like runtime library
@ -19,7 +19,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c ffi gdbm gmp iconv intl m ncurses pthread readline
MASTER_SITES= http://download.tuxfamily.org/librep/
MASTER_SITES= https://download.tuxfamily.org/librep/
EXTRACT_SUFX= .tar.xz

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2017/01/09 10:32:33 juanfra Exp $
# $OpenBSD: Makefile,v 1.7 2017/12/02 21:39:49 juanfra Exp $
ONLY_FOR_ARCHS = i386 amd64
@ -12,7 +12,7 @@ CATEGORIES = lang
HOMEPAGE = http://nim-lang.org/
MASTER_SITES = http://nim-lang.org/download/ \
http://download.tuxfamily.org/jod/lang/nim/
https://download.tuxfamily.org/jod/lang/nim/
# MIT
PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2017/11/16 23:20:39 naddy Exp $
# $OpenBSD: Makefile,v 1.43 2017/12/02 21:39:49 juanfra Exp $
USE_WXNEEDED = Yes
@ -31,7 +31,7 @@ MASTER_SITES = https://mirror.racket-lang.org/installers/${V}/ \
http://pre.racket-lang.org/installers/ \
https://www.cs.utah.edu/plt/snapshots/current/installers/ \
http://plt.eecs.northwestern.edu/snapshots/current/installers/ \
http://download.tuxfamily.org/jod/lang/racket/ \
https://download.tuxfamily.org/jod/lang/racket/ \
ftp://download.tuxfamily.org/jod/lang/racket/
EXTRACT_SUFX = .tgz

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:23:54 espie Exp $
# $OpenBSD: Makefile,v 1.4 2017/12/02 21:39:49 juanfra Exp $
PKG_ARCH= *
COMMENT= lightweight C++ template library for linear algebra
CATEGORIES= math devel
HOMEPAGE= http://eigen.tuxfamily.org/
MASTER_SITES= http://download.tuxfamily.org/eigen/
MASTER_SITES= https://download.tuxfamily.org/eigen/
DISTNAME= eigen-1.0.5
WRKDIST= ${WRKDIR}/eigen

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2017/11/21 00:13:02 naddy Exp $
# $OpenBSD: Makefile,v 1.21 2017/12/02 21:39:49 juanfra Exp $
COMMENT = 2D animation software
REVISION = 9
@ -27,7 +27,7 @@ WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += sigc-2.0 tiff webp xcb xcb-render xcb-shm
WANTLIB += xml++-2.6 xml2 z boost_system-mt lcms ${COMPILER_LIBCXX}
MASTER_SITES= http://download.tuxfamily.org/synfig/releases/${V}/
MASTER_SITES= https://download.tuxfamily.org/synfig/releases/${V}/
# c++11
COMPILER = base-clang ports-gcc

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2017/11/21 00:13:02 naddy Exp $
# $OpenBSD: Makefile,v 1.19 2017/12/02 21:39:49 juanfra Exp $
COMMENT = 2D animation software studio
BROKEN-alpha = [keyframe_lock_past_on_icon.png] Bus error (core dumped)
@ -32,7 +32,7 @@ WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pangomm-1.4 pcre
WANTLIB += pixman-1 png pthread sigc-2.0 synfig
WANTLIB += tiff webp xcb xcb-render xcb-shm xml++-2.6 xml2 z ${COMPILER_LIBCXX}
MASTER_SITES= http://download.tuxfamily.org/synfig/releases/${V}/
MASTER_SITES= https://download.tuxfamily.org/synfig/releases/${V}/
MODULES = textproc/intltool

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.62 2017/10/23 17:11:06 sthen Exp $
# $OpenBSD: Makefile,v 1.63 2017/12/02 21:39:49 juanfra Exp $
COMMENT= GTK+ binding for librep Lisp environment
@ -22,7 +22,7 @@ WANTLIB += iconv intl m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread xcb xcb-render
WANTLIB += xcb-shm z
MASTER_SITES= http://download.tuxfamily.org/librep/rep-gtk/
MASTER_SITES= https://download.tuxfamily.org/librep/rep-gtk/
EXTRACT_SUFX= .tar.xz
BUILD_DEPENDS= ${RUN_DEPENDS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.76 2017/10/23 17:11:06 sthen Exp $
# $OpenBSD: Makefile,v 1.77 2017/12/02 21:39:49 juanfra Exp $
COMMENT= extensible window manager
@ -8,8 +8,8 @@ REVISION= 6
CATEGORIES= x11
MASTER_SITES= http://download.tuxfamily.org/sawfish/ \
http://download.tuxfamily.org/sawfish/Archive/
MASTER_SITES= https://download.tuxfamily.org/sawfish/ \
https://download.tuxfamily.org/sawfish/Archive/
EXTRACT_SUFX= .tar.xz
HOMEPAGE= http://sawfish.wikia.com/