pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/ski



Module Name:    pkgsrc
Committed By:   scole
Date:           Thu Jan 30 16:26:43 UTC 2020

Modified Files:
        pkgsrc/emulators/ski: Makefile

Log Message:
Revert HOMEPAGE back to http instead of https.  The https page doesn't seem to work.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/emulators/ski/Makefile

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

Modified files:

Index: pkgsrc/emulators/ski/Makefile
diff -u pkgsrc/emulators/ski/Makefile:1.35 pkgsrc/emulators/ski/Makefile:1.36
--- pkgsrc/emulators/ski/Makefile:1.35  Thu Jan 23 15:59:36 2020
+++ pkgsrc/emulators/ski/Makefile       Thu Jan 30 16:26:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/01/23 15:59:36 scole Exp $
+# $NetBSD: Makefile,v 1.36 2020/01/30 16:26:43 scole Exp $
 #
 
 DISTNAME=      ski-1.3.2
@@ -7,7 +7,7 @@ CATEGORIES=     emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ski/}
 
 MAINTAINER=    cherry%zyx.in@localhost
-HOMEPAGE=      https://ski.sourceforge.net/
+HOMEPAGE=      http://ski.sourceforge.net/
 COMMENT=       The ia64 instruction set simulator
 LICENSE=       gnu-gpl-v2
 



Home | Main Index | Thread Index | Old Index