diff options
author | rillig <rillig@pkgsrc.org> | 2020-01-26 17:30:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-01-26 17:30:40 +0000 |
commit | 0267807f87c64f31dfd0e699ddbab19e55e61df4 (patch) | |
tree | d0a3f84c95c120b8b0804700a18681e739dece61 /editors | |
parent | 8d627c555cb4fdc633e2d2ab8056558c863ea6da (diff) | |
download | pkgsrc-0267807f87c64f31dfd0e699ddbab19e55e61df4.tar.gz |
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dhex/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs20/Makefile | 6 | ||||
-rw-r--r-- | editors/gate/Makefile | 4 | ||||
-rw-r--r-- | editors/jed/Makefile.common | 4 | ||||
-rw-r--r-- | editors/lyx/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-cs/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-da/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-de/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-en-gb/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-en-us/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-es/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-fr/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-it/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-nl/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-no/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-pl/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-pt/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-sv/Makefile | 4 | ||||
-rw-r--r-- | editors/ted/Makefile | 4 | ||||
-rw-r--r-- | editors/texmaker/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs-current/Makefile.common | 4 | ||||
-rw-r--r-- | editors/xemacs-packages/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/Makefile.common | 4 | ||||
-rw-r--r-- | editors/yudit/Makefile | 4 | ||||
-rw-r--r-- | editors/zim/Makefile | 6 |
25 files changed, 52 insertions, 52 deletions
diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile index bafd83d6a26..6db906884e5 100644 --- a/editors/dhex/Makefile +++ b/editors/dhex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/01/03 17:19:11 roy Exp $ +# $NetBSD: Makefile,v 1.5 2020/01/26 17:31:06 rillig Exp $ DISTNAME= dhex_0.68 PKGNAME= ${DISTNAME:S/_/-/} @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= http://dettus.net/dhex/ MAINTAINER= amoibos@gmail.com -HOMEPAGE= http://www.dettus.net/dhex/ +HOMEPAGE= https://www.dettus.net/dhex/ COMMENT= The curses-based hex-editor with diff mode LICENSE= gnu-gpl-v2 diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index ac20b25b910..59a372fc7c7 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2019/06/08 10:40:54 rillig Exp $ +# $NetBSD: Makefile,v 1.61 2020/01/26 17:31:06 rillig Exp $ DISTNAME= emacs-20.7 PKGNAME= ${DISTNAME:S/emacs/emacs20/} @@ -21,13 +21,13 @@ PATCHFILES+= emacs20-xim-20000713.diff # dholland's jumbo patch PATCHFILES+= emacs20-jumbo-patch-20170723.gz -SITES.emacs20-jumbo-patch-20170723.gz=\ +SITES.emacs20-jumbo-patch-20170723.gz= \ http://www.NetBSD.org/~dholland/patchkits/emacs20/ PATCH_DIST_STRIP= -p1 MAINTAINER= dholland@NetBSD.org -HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html +HOMEPAGE= https://www.gnu.org/software/emacs/emacs.html COMMENT= GNU editing macros (editor) BROKEN_ON_PLATFORM= Darwin-*-* DragonFly-*-* diff --git a/editors/gate/Makefile b/editors/gate/Makefile index d94fdb7f214..855a549a60e 100644 --- a/editors/gate/Makefile +++ b/editors/gate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/03 11:43:33 asau Exp $ +# $NetBSD: Makefile,v 1.6 2020/01/26 17:31:06 rillig Exp $ # DISTNAME= gate-2.06 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= http://www.unixpapa.com/software/ MAINTAINER= hugor@users.sourceforge.net -HOMEPAGE= http://www.unixpapa.com/gate.html +HOMEPAGE= https://www.unixpapa.com/gate.html COMMENT= Lightweight text editor GNU_CONFIGURE= yes diff --git a/editors/jed/Makefile.common b/editors/jed/Makefile.common index 58dad272cc6..dd80e18ee41 100644 --- a/editors/jed/Makefile.common +++ b/editors/jed/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2017/01/19 18:52:08 agc Exp $ +# $NetBSD: Makefile.common,v 1.15 2020/01/26 17:31:06 rillig Exp $ # # used by editors/jed/Makefile # used by editors/xjed/Makefile @@ -12,7 +12,7 @@ MASTER_SITES+= ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v0.99/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@gmx.net -HOMEPAGE= http://www.jedsoft.org/jed/ +HOMEPAGE= https://www.jedsoft.org/jed/ MAKE_JOBS_SAFE= no diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index 0362c7abcb9..8f73966df65 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2020/01/18 21:49:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.86 2020/01/26 17:31:06 rillig Exp $ DISTNAME= lyx-2.3.2 PKGREVISION= 8 @@ -10,7 +10,7 @@ MASTER_SITES+= ftp://ftp.ntua.gr/pub/X11/LyX/stable/2.3.x/ EXTRACT_SUFX= .tar.xz MAINTAINER= reed@reedmedia.net -HOMEPAGE= http://www.lyx.org/ +HOMEPAGE= https://www.lyx.org/ COMMENT= Document processor and graphical frontend for LaTeX LICENSE= gnu-gpl-v2 diff --git a/editors/ted-cs/Makefile b/editors/ted-cs/Makefile index fde00537ddd..1b9753cd0ed 100644 --- a/editors/ted-cs/Makefile +++ b/editors/ted-cs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:29 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:06 rillig Exp $ DISTNAME= Ted_cs_CZ PKGNAME= ted-cs-2.16 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nllgg.nl/Ted/ +HOMEPAGE= https://www.nllgg.nl/Ted/ COMMENT= Czech spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted diff --git a/editors/ted-da/Makefile b/editors/ted-da/Makefile index f891859dc7e..2cd543bb4bf 100644 --- a/editors/ted-da/Makefile +++ b/editors/ted-da/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:29 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:06 rillig Exp $ DISTNAME= Ted_da_DK PKGNAME= ted-da-2.16 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nllgg.nl/Ted/ +HOMEPAGE= https://www.nllgg.nl/Ted/ COMMENT= Danish spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted diff --git a/editors/ted-de/Makefile b/editors/ted-de/Makefile index 634afcf1f07..656009549be 100644 --- a/editors/ted-de/Makefile +++ b/editors/ted-de/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:29 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:06 rillig Exp $ DISTNAME= Ted_de_DE PKGNAME= ted-de-2.16 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nllgg.nl/Ted/ +HOMEPAGE= https://www.nllgg.nl/Ted/ COMMENT= German spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted diff --git a/editors/ted-en-gb/Makefile b/editors/ted-en-gb/Makefile index b4dcbe1345f..6bc3bc5346e 100644 --- a/editors/ted-en-gb/Makefile +++ b/editors/ted-en-gb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:29 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $ DISTNAME= Ted_en_GB PKGNAME= ted-en-gb-2.16 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nllgg.nl/Ted/ +HOMEPAGE= https://www.nllgg.nl/Ted/ COMMENT= UK English spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted diff --git a/editors/ted-en-us/Makefile b/editors/ted-en-us/Makefile index 3763913fce3..577af38e51d 100644 --- a/editors/ted-en-us/Makefile +++ b/editors/ted-en-us/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/07/04 16:18:29 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2020/01/26 17:31:07 rillig Exp $ DISTNAME= ted-2.16.src PKGNAME= ted-en-us-2.16 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nllgg.nl/Ted/ +HOMEPAGE= https://www.nllgg.nl/Ted/ COMMENT= US English spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted diff --git a/editors/ted-es/Makefile b/editors/ted-es/Makefile index 3db69afce6d..78f81b596d6 100644 --- a/editors/ted-es/Makefile +++ b/editors/ted-es/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:29 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $ DISTNAME= Ted_es_ES PKGNAME= ted-es-2.16 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nllgg.nl/Ted/ +HOMEPAGE= https://www.nllgg.nl/Ted/ COMMENT= Spanish spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted diff --git a/editors/ted-fr/Makefile b/editors/ted-fr/Makefile index ee76f32a02e..c65f7ae4b91 100644 --- a/editors/ted-fr/Makefile +++ b/editors/ted-fr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:29 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $ DISTNAME= Ted_fr_FR PKGNAME= ted-fr-2.16 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nllgg.nl/Ted/ +HOMEPAGE= https://www.nllgg.nl/Ted/ COMMENT= French spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted diff --git a/editors/ted-it/Makefile b/editors/ted-it/Makefile index d88c8d9d317..12cf62f69a8 100644 --- a/editors/ted-it/Makefile +++ b/editors/ted-it/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:30 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $ DISTNAME= Ted_it_IT PKGNAME= ted-it-2.16 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nllgg.nl/Ted/ +HOMEPAGE= https://www.nllgg.nl/Ted/ COMMENT= Italian spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted diff --git a/editors/ted-nl/Makefile b/editors/ted-nl/Makefile index 9654f56ea8d..0ed864bf50c 100644 --- a/editors/ted-nl/Makefile +++ b/editors/ted-nl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:30 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $ DISTNAME= Ted_nl_NL PKGNAME= ted-nl-2.16 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nllgg.nl/Ted/ +HOMEPAGE= https://www.nllgg.nl/Ted/ COMMENT= Dutch spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted diff --git a/editors/ted-no/Makefile b/editors/ted-no/Makefile index edd52eef6c7..2f32c603d6e 100644 --- a/editors/ted-no/Makefile +++ b/editors/ted-no/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:30 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $ DISTNAME= Ted_no_NO PKGNAME= ted-no-2.16 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nllgg.nl/Ted/ +HOMEPAGE= https://www.nllgg.nl/Ted/ COMMENT= Norwegian spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted diff --git a/editors/ted-pl/Makefile b/editors/ted-pl/Makefile index 19ec5c24481..26ac18b5e37 100644 --- a/editors/ted-pl/Makefile +++ b/editors/ted-pl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/06/08 10:40:58 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2020/01/26 17:31:07 rillig Exp $ DISTNAME= Ted_pl_PL PKGNAME= ted-pl-2.16 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nllgg.nl/Ted/ +HOMEPAGE= https://www.nllgg.nl/Ted/ COMMENT= Polish spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted diff --git a/editors/ted-pt/Makefile b/editors/ted-pt/Makefile index dae9b63b9fc..675f7e07624 100644 --- a/editors/ted-pt/Makefile +++ b/editors/ted-pt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:30 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:07 rillig Exp $ DISTNAME= Ted_pt_PT PKGNAME= ted-pt-2.16 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nllgg.nl/Ted/ +HOMEPAGE= https://www.nllgg.nl/Ted/ COMMENT= Portuguese spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted diff --git a/editors/ted-sv/Makefile b/editors/ted-sv/Makefile index e9d97ea30f2..fe137a0cab3 100644 --- a/editors/ted-sv/Makefile +++ b/editors/ted-sv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:30 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:08 rillig Exp $ DISTNAME= Ted_sv_SE PKGNAME= ted-sv-2.16 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nllgg.nl/Ted/ +HOMEPAGE= https://www.nllgg.nl/Ted/ COMMENT= Swedish spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 5fbd02ea1de..3e7d5c1566e 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2018/03/12 11:16:24 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2020/01/26 17:31:06 rillig Exp $ DISTNAME= ted-2.21.src PKGNAME= ${DISTNAME:S/.src//} @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nllgg.nl/Ted/ +HOMEPAGE= https://www.nllgg.nl/Ted/ COMMENT= X11 based WordPad-like word processor LICENSE= gnu-gpl-v2 diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 4857c4a25d5..321589ccc75 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2020/01/18 21:49:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.109 2020/01/26 17:31:08 rillig Exp $ DISTNAME= texmaker-5.0.3 PKGREVISION= 3 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 EXTRACT_USING= bsdtar MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.xm1math.net/texmaker/ +HOMEPAGE= https://www.xm1math.net/texmaker/ COMMENT= LaTeX editor and front end LICENSE= gnu-gpl-v2 diff --git a/editors/xemacs-current/Makefile.common b/editors/xemacs-current/Makefile.common index d27c4cb8a0d..28f8268e97e 100644 --- a/editors/xemacs-current/Makefile.common +++ b/editors/xemacs-current/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2019/10/08 12:40:55 hauke Exp $ +# $NetBSD: Makefile.common,v 1.15 2020/01/26 17:31:08 rillig Exp $ # # used by editors/xemacs-current/Makefile # used by editors/xemacs-current-nox11/Makefile @@ -10,7 +10,7 @@ CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} MAINTAINER= hauke@NetBSD.org -HOMEPAGE= http://www.xemacs.org/ +HOMEPAGE= https://www.xemacs.org/ LICENSE= gnu-gpl-v3 .include "../../mk/bsd.prefs.mk" diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index 7ba7356421a..3b95fd04235 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2019/08/11 13:20:57 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2020/01/26 17:31:08 rillig Exp $ DISTNAME= xemacs-packages PKGNAME= xemacs-packages-1.18 @@ -145,7 +145,7 @@ DISTFILES+= leim-1.31-pkg.tar.gz SITES.leim-1.31-pkg.tar.gz= ${MASTER_SITE_XEMACS:=packages/} MAINTAINER= hauke@NetBSD.org -HOMEPAGE= http://www.xemacs.org/ +HOMEPAGE= https://www.xemacs.org/ COMMENT= Common elisp packages for xemacs 21 DEPENDS+= xemacs{,-nox11}>=21.1.14:../../editors/xemacs diff --git a/editors/xemacs/Makefile.common b/editors/xemacs/Makefile.common index 379a6e65e9d..aaac329ed39 100644 --- a/editors/xemacs/Makefile.common +++ b/editors/xemacs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.33 2019/10/11 14:42:48 hauke Exp $ +# $NetBSD: Makefile.common,v 1.34 2020/01/26 17:31:08 rillig Exp $ # # used by editors/xemacs-nox11/Makefile # used by editors/xemacs/Makefile @@ -8,7 +8,7 @@ CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} MAINTAINER= hauke@NetBSD.org -HOMEPAGE= http://www.xemacs.org/ +HOMEPAGE= https://www.xemacs.org/ LICENSE= gnu-gpl-v2 .include "../../mk/bsd.prefs.mk" diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 148cbc8f97d..5a55c9f71f1 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2018/07/18 00:06:14 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2020/01/26 17:31:08 rillig Exp $ DISTNAME= yudit-2.9.2 CATEGORIES= editors @@ -6,7 +6,7 @@ MASTER_SITES= http://yudit.org/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://yudit.org/ +HOMEPAGE= https://yudit.org/ COMMENT= Unicode Text Editor LICENSE= gnu-gpl-v2 diff --git a/editors/zim/Makefile b/editors/zim/Makefile index f23b4e5a47a..704d060e08b 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2019/09/02 13:19:57 adam Exp $ +# $NetBSD: Makefile,v 1.37 2020/01/26 17:31:08 rillig Exp $ DISTNAME= zim-0.59 PKGREVISION= 17 @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= http://zim-wiki.org/downloads/ MAINTAINER= ryoon@NetBSD.org -HOMEPAGE= http://zim-wiki.org/ +HOMEPAGE= https://zim-wiki.org/ COMMENT= Zim brings the concept of a wiki to your desktop LICENSE= gnu-gpl-v2 @@ -19,7 +19,7 @@ DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils USE_LANGUAGES= # none REPLACE_PYTHON= ${WRKSRC}/zim.py -PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 SUBST_CLASSES+= data-path SUBST_STAGE.data-path= pre-configure |