summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-18 23:30:13 +0000
committerrillig <rillig@pkgsrc.org>2020-01-18 23:30:13 +0000
commitc6f7d1b90e3b606d33d600e12e82f8b03d5d1331 (patch)
treee0d085ed59a29c7541ca2379075be70dfe11b527 /cross
parent70d04c743a2f6b012f14a36d6348a7056a43b701 (diff)
downloadpkgsrc-c6f7d1b90e3b606d33d600e12e82f8b03d5d1331.tar.gz
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
Diffstat (limited to 'cross')
-rw-r--r--cross/avr-libc/Makefile4
-rw-r--r--cross/avrdude/Makefile4
-rw-r--r--cross/binutils-mips-current/Makefile4
-rw-r--r--cross/cross-binutils/Makefile4
-rw-r--r--cross/dfu-programmer/Makefile4
-rw-r--r--cross/gcc-mips-current/Makefile4
-rw-r--r--cross/icdprog/Makefile4
-rw-r--r--cross/mingw-binutils/Makefile4
-rw-r--r--cross/mingw-gcc/Makefile4
-rw-r--r--cross/mingw-runtime-bin/Makefile4
-rw-r--r--cross/mingw-w32api-bin/Makefile4
-rw-r--r--cross/mingw/Makefile4
-rw-r--r--cross/nios2-binutils/Makefile4
-rw-r--r--cross/uisp/Makefile4
14 files changed, 28 insertions, 28 deletions
diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile
index cbcb018336d..f1a2994192e 100644
--- a/cross/avr-libc/Makefile
+++ b/cross/avr-libc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/09/26 14:33:52 mef Exp $
+# $NetBSD: Makefile,v 1.52 2020/01/18 23:30:15 rillig Exp $
DISTNAME= avr-libc-2.0.0
PKGREVISION= 2
@@ -7,7 +7,7 @@ MASTER_SITES= http://savannah.nongnu.org/download/avr-libc/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= makoto@ki.nu
-HOMEPAGE= http://savannah.nongnu.org/projects/avr-libc
+HOMEPAGE= https://savannah.nongnu.org/projects/avr-libc
COMMENT= C and math library for Atmel AVR 8-bit microcontrollers
LICENSE= modified-bsd
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index 4e0544cd063..014286dc6c6 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2019/06/08 10:53:27 rillig Exp $
+# $NetBSD: Makefile,v 1.47 2020/01/18 23:30:15 rillig Exp $
DISTNAME= avrdude-6.3
PKGREVISION= 2
@@ -6,7 +6,7 @@ CATEGORIES= cross
MASTER_SITES= http://download.savannah.gnu.org/releases/avrdude/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.nongnu.org/avrdude/
+HOMEPAGE= https://www.nongnu.org/avrdude/
COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers
LICENSE= gnu-gpl-v2
diff --git a/cross/binutils-mips-current/Makefile b/cross/binutils-mips-current/Makefile
index 5c360223d87..67e57203319 100644
--- a/cross/binutils-mips-current/Makefile
+++ b/cross/binutils-mips-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/06/08 10:53:27 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/01/18 23:30:15 rillig Exp $
#
# GNU binutils snapshot, configured to target MIPS (NetBSD/playstation2)
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= martin@NetBSD.org
-HOMEPAGE= http://www.gnu.org/
+HOMEPAGE= https://www.gnu.org/
COMMENT= binutils for NetBSD/playstation2
PLATFORM= mipsel--netbsd
LICENSE= gnu-gpl-v3 AND gnu-lgpl-v3
diff --git a/cross/cross-binutils/Makefile b/cross/cross-binutils/Makefile
index e122071ae28..038d2ac9059 100644
--- a/cross/cross-binutils/Makefile
+++ b/cross/cross-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/06/08 10:53:27 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/18 23:30:15 rillig Exp $
#
# GNU binutils configured to hold `as many targets as the cross system is
# capable of using'. Configures and builds everything except gas, which
@@ -11,7 +11,7 @@ CATEGORIES= cross lang
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.gnu.org/
+HOMEPAGE= https://www.gnu.org/
COMMENT= Unified GNU binutils for cross build environments
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
diff --git a/cross/dfu-programmer/Makefile b/cross/dfu-programmer/Makefile
index b70a96df10d..d94f0e81da2 100644
--- a/cross/dfu-programmer/Makefile
+++ b/cross/dfu-programmer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/06/08 10:53:27 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/18 23:30:15 rillig Exp $
#
DISTNAME= dfu-programmer-0.7.2
@@ -7,7 +7,7 @@ CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dfu-programmer/dfu-programmer/0.7.2/}
MAINTAINER= jakllsch@NetBSD.org
-HOMEPAGE= http://dfu-programmer.sourceforge.net/
+HOMEPAGE= https://dfu-programmer.sourceforge.net/
COMMENT= Programmer for Atmel USB DFU Bootloader
LICENSE= gnu-gpl-v2
diff --git a/cross/gcc-mips-current/Makefile b/cross/gcc-mips-current/Makefile
index 1f158dc6826..5d256a54ad1 100644
--- a/cross/gcc-mips-current/Makefile
+++ b/cross/gcc-mips-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/08/11 13:18:17 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/01/18 23:30:16 rillig Exp $
GCC_DIST_VERSION= 4.9.2
GCC_PKGNAME= gcc-mips-${GCC_DIST_VERSION}
@@ -12,7 +12,7 @@ EXTRACT_SUFX= .tar.bz2
PLIST_SUBST+= GCC_DIST_VERSION=${GCC_DIST_VERSION:Q}
MAINTAINER= martin@NetBSD.org
-HOMEPAGE= http://gcc.gnu.org/
+HOMEPAGE= https://gcc.gnu.org/
COMMENT= The GNU Compiler Collection (GCC) - 4.9 for mips (especially playstation2)
LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
diff --git a/cross/icdprog/Makefile b/cross/icdprog/Makefile
index fe422f98352..f671d7e1a2a 100644
--- a/cross/icdprog/Makefile
+++ b/cross/icdprog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/10/03 00:10:30 asau Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/18 23:30:16 rillig Exp $
DISTNAME= icdprog-0.3
PKGREVISION= 1
@@ -6,7 +6,7 @@ CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icdprog/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://icdprog.sourceforge.net/
+HOMEPAGE= https://icdprog.sourceforge.net/
COMMENT= Microchip PIC programmer using ICD hardware
WRKSRC= ${WRKDIR}/${DISTNAME}/src
diff --git a/cross/mingw-binutils/Makefile b/cross/mingw-binutils/Makefile
index 6d45723e720..3658ceb1378 100644
--- a/cross/mingw-binutils/Makefile
+++ b/cross/mingw-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/06/19 16:23:59 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/18 23:30:16 rillig Exp $
DISTNAME= binutils-2.18
PKGNAME= mingw-${DISTNAME:S/-src//}
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://mingw.sourceforge.net/
+HOMEPAGE= https://mingw.sourceforge.net/
COMMENT= GNU binutils for win32 cross-development
GNU_CONFIGURE= yes
diff --git a/cross/mingw-gcc/Makefile b/cross/mingw-gcc/Makefile
index 7a713c4f05e..ffe39d746b2 100644
--- a/cross/mingw-gcc/Makefile
+++ b/cross/mingw-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/08/20 09:23:42 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/18 23:30:16 rillig Exp $
DISTNAME= mingw-gcc-${DIST_VERSION}
PKGNAME= ${DISTNAME:S/-${DIST_VERSION}/-${GCC_VERSION}/}
@@ -10,7 +10,7 @@ DISTFILES= gcc-core-${DIST_VERSION}-src.tar.gz \
gcc-objc-${DIST_VERSION}-src.tar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://mingw.sourceforge.net/
+HOMEPAGE= https://mingw.sourceforge.net/
COMMENT= GNU C Compiler for win32 cross-development
USE_TOOLS+= gmake
diff --git a/cross/mingw-runtime-bin/Makefile b/cross/mingw-runtime-bin/Makefile
index 569bca9de93..ee9d0160c14 100644
--- a/cross/mingw-runtime-bin/Makefile
+++ b/cross/mingw-runtime-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/06/19 16:23:59 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:16 rillig Exp $
DISTNAME= mingw-runtime-3.14
PKGNAME= mingw-runtime-bin-3.14
@@ -7,7 +7,7 @@ CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_MINGW}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://mingw.sourceforge.net/
+HOMEPAGE= https://mingw.sourceforge.net/
COMMENT= GCC runtime libraries for win32 cross-development
NO_BUILD= yes
diff --git a/cross/mingw-w32api-bin/Makefile b/cross/mingw-w32api-bin/Makefile
index f9706e736d2..35b8ea7bae7 100644
--- a/cross/mingw-w32api-bin/Makefile
+++ b/cross/mingw-w32api-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/06/19 16:23:59 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:16 rillig Exp $
DISTNAME= w32api-3.11
PKGNAME= mingw-w32api-bin-3.11
@@ -7,7 +7,7 @@ CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_MINGW}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://mingw.sourceforge.net/
+HOMEPAGE= https://mingw.sourceforge.net/
COMMENT= GCC libraries for win32 cross-development
NO_BUILD= yes
diff --git a/cross/mingw/Makefile b/cross/mingw/Makefile
index 273acba216f..5c2ebefc59c 100644
--- a/cross/mingw/Makefile
+++ b/cross/mingw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/06/19 16:23:59 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/18 23:30:16 rillig Exp $
DISTNAME= mingw-3.3.1
PKGREVISION= 1
@@ -7,7 +7,7 @@ MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://mingw.sourceforge.net/
+HOMEPAGE= https://mingw.sourceforge.net/
COMMENT= GCC tools for win32 cross-development
META_PACKAGE= yes
diff --git a/cross/nios2-binutils/Makefile b/cross/nios2-binutils/Makefile
index 9f454fef0fc..150bd75dcf1 100644
--- a/cross/nios2-binutils/Makefile
+++ b/cross/nios2-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/06/19 16:23:59 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/01/18 23:30:16 rillig Exp $
DISTNAME= binutils-2.24
PKGNAME= ${DISTNAME:S/^/nios2-/}
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.gnu.org/software/binutils/
+HOMEPAGE= https://www.gnu.org/software/binutils/
COMMENT= GNU binutils for Altera FPGA Nios2 processor
LICENSE= gnu-gpl-v3
diff --git a/cross/uisp/Makefile b/cross/uisp/Makefile
index 10d87ac8c1f..c868c075dce 100644
--- a/cross/uisp/Makefile
+++ b/cross/uisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/10/03 00:10:30 asau Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/18 23:30:17 rillig Exp $
#
DISTNAME= uisp-20040311
@@ -6,7 +6,7 @@ CATEGORIES= cross
MASTER_SITES= http://savannah.nongnu.org/download/uisp/
EXTRACT_SUFX= .tar.bz2
-HOMEPAGE= http://savannah.nongnu.org/projects/uisp
+HOMEPAGE= https://savannah.nongnu.org/projects/uisp
COMMENT= AVR microcontroller hardware in-system programmer
USE_LANGUAGES= c c++