pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/heimdal



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Jul 26 09:30:14 UTC 2020

Modified Files:
        pkgsrc/security/heimdal: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/security/heimdal/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/heimdal/Makefile
diff -u pkgsrc/security/heimdal/Makefile:1.142 pkgsrc/security/heimdal/Makefile:1.143
--- pkgsrc/security/heimdal/Makefile:1.142      Tue Jun  2 08:22:54 2020
+++ pkgsrc/security/heimdal/Makefile    Sun Jul 26 09:30:14 2020
@@ -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