Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/heimdal heimdal: Update MASTER_SITES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82a616d29a16
branches:  trunk
changeset: 436058:82a616d29a16
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Jul 26 09:30:14 2020 +0000

description:
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:

 security/heimdal/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r b55c9c9b5718 -r 82a616d29a16 security/heimdal/Makefile
--- a/security/heimdal/Makefile Sun Jul 26 08:49:38 2020 +0000
+++ b/security/heimdal/Makefile Sun Jul 26 09:30:14 2020 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.h5l.org/



Home | Main Index | Thread Index | Old Index