pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun 13 14:39:46 UTC 2026

Modified Files:
        pkgsrc/textproc/hunspell: Makefile.common
        pkgsrc/textproc/hunspell-ar: Makefile
        pkgsrc/textproc/hunspell-en_US: Makefile
        pkgsrc/textproc/hunspell-sv_SE: Makefile

Log Message:
hunspell*: switch HOMEPAGE to https


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/hunspell/Makefile.common
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/hunspell-ar/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/hunspell-en_US/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/hunspell-sv_SE/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/hunspell/Makefile.common
diff -u pkgsrc/textproc/hunspell/Makefile.common:1.6 pkgsrc/textproc/hunspell/Makefile.common:1.7
--- pkgsrc/textproc/hunspell/Makefile.common:1.6        Fri Feb 20 03:14:01 2015
+++ pkgsrc/textproc/hunspell/Makefile.common    Sat Jun 13 14:39:46 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2015/02/20 03:14:01 mef Exp $
+# $NetBSD: Makefile.common,v 1.7 2026/06/13 14:39:46 wiz Exp $
 #
 # used by textproc/hunspell-af_ZA/Makefile
 # used by textproc/hunspell-bg_BG/Makefile
@@ -31,7 +31,7 @@ PKGNAME=      hunspell-${DISTNAME}-${VERSION}
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_OPENOFFICE:=contrib/dictionaries/}
 
-HOMEPAGE=      http://wiki.services.openoffice.org/wiki/Dictionaries
+HOMEPAGE=      https://wiki.services.openoffice.org/wiki/Dictionaries
 
 # Whether to install readme files for dict
 HUNDICT_INSTALL_README?=       yes

Index: pkgsrc/textproc/hunspell-ar/Makefile
diff -u pkgsrc/textproc/hunspell-ar/Makefile:1.3 pkgsrc/textproc/hunspell-ar/Makefile:1.4
--- pkgsrc/textproc/hunspell-ar/Makefile:1.3    Sat Apr  6 13:09:26 2013
+++ pkgsrc/textproc/hunspell-ar/Makefile        Sat Jun 13 14:39:46 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/04/06 13:09:26 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2026/06/13 14:39:46 wiz Exp $
 
 VERSION=               20080110
 DICTNAME=              ar
@@ -8,7 +8,7 @@ CATEGORIES=             textproc
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ayaspell/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://wiki.services.openoffice.org/wiki/Dictionaries
+HOMEPAGE=              https://wiki.services.openoffice.org/wiki/Dictionaries
 COMMENT=               Arabic dictionary for hunspell
 
 USE_LANGUAGES=         # none

Index: pkgsrc/textproc/hunspell-en_US/Makefile
diff -u pkgsrc/textproc/hunspell-en_US/Makefile:1.4 pkgsrc/textproc/hunspell-en_US/Makefile:1.5
--- pkgsrc/textproc/hunspell-en_US/Makefile:1.4 Thu Oct 25 06:55:55 2012
+++ pkgsrc/textproc/hunspell-en_US/Makefile     Sat Jun 13 14:39:46 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/10/25 06:55:55 asau Exp $
+# $NetBSD: Makefile,v 1.5 2026/06/13 14:39:46 wiz Exp $
 #
 
 VERSION=       20060207
@@ -9,7 +9,7 @@ MASTER_SITES=   http://ftp.services.openof
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://wiki.services.openoffice.org/wiki/Dictionaries
+HOMEPAGE=      https://wiki.services.openoffice.org/wiki/Dictionaries
 COMMENT=       US American English dictionaries for hunspell
 
 DIST_SUBDIR=   hunspell-dictionaries/en_US-${VERSION}

Index: pkgsrc/textproc/hunspell-sv_SE/Makefile
diff -u pkgsrc/textproc/hunspell-sv_SE/Makefile:1.3 pkgsrc/textproc/hunspell-sv_SE/Makefile:1.4
--- pkgsrc/textproc/hunspell-sv_SE/Makefile:1.3 Thu Oct 25 06:55:56 2012
+++ pkgsrc/textproc/hunspell-sv_SE/Makefile     Sat Jun 13 14:39:46 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/10/25 06:55:56 asau Exp $
+# $NetBSD: Makefile,v 1.4 2026/06/13 14:39:46 wiz Exp $
 
 DICTNAME=              sv_SE
 PKGNAME=               hunspell-${DISTNAME:S/sv/sv_SE/}
@@ -8,7 +8,7 @@ MASTER_SITES=           http://www.dsso.se/filer/
 EXTRACT_SUFX=          .zip
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://wiki.services.openoffice.org/wiki/Dictionaries
+HOMEPAGE=              https://wiki.services.openoffice.org/wiki/Dictionaries
 COMMENT=               Swedish dictionary for hunspell
 
 USE_LANGUAGES=         # none



Home | Main Index | Thread Index | Old Index