diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-07-26 09:30:14 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-07-26 09:30:14 +0000 |
commit | b15915e7f90b6cad8a49e28a87b39686f2db9c8f (patch) | |
tree | c884a46a8b2a47b06c2612317058e6188e1260bb /security/heimdal | |
parent | 25c528fe600325cbce511ec4c2b2e2cc5d3093bb (diff) | |
download | pkgsrc-b15915e7f90b6cad8a49e28a87b39686f2db9c8f.tar.gz |
heimdal: Update MASTER_SITES.
The original master site is gone. The new one redirects to Github but for
the ancient release we package (1.5.3, newest is 7.x), it does not have the
distfile.
Update NetBSD/pkgsrc#68
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 87cbc6a2e95..0abf6f07b7b 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.142 2020/06/02 08:22:54 adam Exp $ +# $NetBSD: Makefile,v 1.143 2020/07/26 09:30:14 bsiegert Exp $ DISTNAME= heimdal-1.5.3 PKGREVISION= 26 CATEGORIES= security -MASTER_SITES= http://www.h5l.org/dist/src/ +# Original distfile is unavailable on Github +#GITHUB_TAG= ${DISTNAME} +#MASTER_SITES= ${MASTER_SITE_GITHUB:=heimdal/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.h5l.org/ |