pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/itstool



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 31 09:02:51 UTC 2025

Modified Files:
        pkgsrc/textproc/itstool: Makefile

Log Message:
itstool: switch to https


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/itstool/Makefile

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

Modified files:

Index: pkgsrc/textproc/itstool/Makefile
diff -u pkgsrc/textproc/itstool/Makefile:1.26 pkgsrc/textproc/itstool/Makefile:1.27
--- pkgsrc/textproc/itstool/Makefile:1.26       Tue Jan  2 06:17:15 2024
+++ pkgsrc/textproc/itstool/Makefile    Wed Dec 31 09:02:51 2025
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.26 2024/01/02 06:17:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2025/12/31 09:02:51 wiz Exp $
 
 DISTNAME=      itstool-2.0.7
 PKGREVISION=   5
 CATEGORIES=    textproc
-MASTER_SITES=  http://files.itstool.org/itstool/
+MASTER_SITES=  https://files.itstool.org/itstool/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    prlw1%cam.ac.uk@localhost
-HOMEPAGE=      http://itstool.org/
+HOMEPAGE=      https://itstool.org/
 COMMENT=       ITS Tool allows you to translate XML documents with PO files
 LICENSE=       gnu-gpl-v3
 



Home | Main Index | Thread Index | Old Index