pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/wwwoffle



Module Name:    pkgsrc
Committed By:   zafer
Date:           Thu May 29 14:33:54 UTC 2025

Modified Files:
        pkgsrc/www/wwwoffle: Makefile

Log Message:
use https. fixes timeout.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/www/wwwoffle/Makefile

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

Modified files:

Index: pkgsrc/www/wwwoffle/Makefile
diff -u pkgsrc/www/wwwoffle/Makefile:1.109 pkgsrc/www/wwwoffle/Makefile:1.110
--- pkgsrc/www/wwwoffle/Makefile:1.109  Thu Apr 17 21:52:54 2025
+++ pkgsrc/www/wwwoffle/Makefile        Thu May 29 14:33:54 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.109 2025/04/17 21:52:54 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2025/05/29 14:33:54 zafer Exp $
 
 DISTNAME=      wwwoffle-2.9j
 PKGREVISION=   23
 CATEGORIES=    www
-MASTER_SITES=  http://www.gedanken.org.uk/software/wwwoffle/download/
+MASTER_SITES=  https://www.gedanken.org.uk/software/wwwoffle/download/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    ginger%email.su@localhost



Home | Main Index | Thread Index | Old Index