HTTPS for chiark.greenend.org.uk.

This commit is contained in:
bentley 2019-01-17 10:13:40 +00:00
parent 3af76d9b05
commit f69349a2a5
4 changed files with 15 additions and 14 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.4 2017/02/26 21:52:07 fcambus Exp $
# $OpenBSD: Makefile,v 1.5 2019/01/17 10:13:40 bentley Exp $
COMMENT = efficient hex editor
DISTNAME = tweak-3.02
REVISION = 0
REVISION = 1
CATEGORIES = editors
HOMEPAGE = http://www.chiark.greenend.org.uk/~sgtatham/tweak/
HOMEPAGE = https://www.chiark.greenend.org.uk/~sgtatham/tweak/
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c ncurses
MASTER_SITES = http://www.chiark.greenend.org.uk/~sgtatham/tweak/
MASTER_SITES = https://www.chiark.greenend.org.uk/~sgtatham/tweak/
MAKE_FLAGS = CC="${CC}" LINK="${CC}" CFLAGS="${CFLAGS} -c -Dunix"

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.15 2018/06/29 22:16:14 espie Exp $
# $OpenBSD: Makefile,v 1.16 2019/01/17 10:13:40 bentley Exp $
COMMENT = collection of puzzles games
DISTNAME = puzzles-20170507
CATEGORIES = games
REVISION = 2
REVISION = 3
MASTER_SITES = https://rhaalovely.net/stuff/
HOMEPAGE = http://www.chiark.greenend.org.uk/~sgtatham/puzzles/
HOMEPAGE = https://www.chiark.greenend.org.uk/~sgtatham/puzzles/
#gitweb generates tarballs on the fly with varying timestamps
GIT_COMMIT = cce13ed7129a06fe7454f9e10906cb6663de45f7

View File

@ -1,17 +1,18 @@
# $OpenBSD: Makefile,v 1.15 2017/02/06 09:10:29 jca Exp $
# $OpenBSD: Makefile,v 1.16 2019/01/17 10:13:40 bentley Exp $
COMMENT= asynchronous dns resolver client library and utilities
DISTNAME= adns-1.5.1
CATEGORIES= net devel
SHARED_LIBS= adns 2.0
REVISION= 0
HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/
HOMEPAGE= https://www.chiark.greenend.org.uk/~ian/adns/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}/ftp/
MASTER_SITES= https://www.chiark.greenend.org.uk/~ian/adns/ftp/
CONFIGURE_STYLE= gnu dest
USE_GMAKE= Yes

View File

@ -1,17 +1,17 @@
# $OpenBSD: Makefile,v 1.25 2017/05/01 20:26:59 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2019/01/17 10:13:40 bentley Exp $
COMMENT-main= SSH and telnet client
COMMENT-gui= PuTTY GUI clients
V= 0.69
DISTNAME= putty-$V
REVISION= 0
REVISION= 1
PKGNAME-main= ${DISTNAME}
PKGNAME-gui= ${DISTNAME:S/putty/putty-gui/}
CATEGORIES= net security
HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/putty/
MASTER_SITES= http://the.earth.li/~sgtatham/putty/$V/ \
HOMEPAGE= https://www.chiark.greenend.org.uk/~sgtatham/putty/
MASTER_SITES= https://the.earth.li/~sgtatham/putty/$V/ \
ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-$V/
# BSD