diff options
author | leres <leres@FreeBSD.org> | 2017-10-21 08:45:50 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:47:29 +0800 |
commit | 46f36bf49adfb36d42cd4256784e91a27429b13c (patch) | |
tree | 2097dbb62c96ea0044fb58f1b9fa44052d5fb41e /devel | |
parent | 513db1d091046e21efe7dc6e958de5e1c32ae372 (diff) | |
download | freebsd-ports-gnome-46f36bf49adfb36d42cd4256784e91a27429b13c.tar.gz freebsd-ports-gnome-46f36bf49adfb36d42cd4256784e91a27429b13c.tar.zst freebsd-ports-gnome-46f36bf49adfb36d42cd4256784e91a27429b13c.zip |
Update pkg-descr and Makefile in my ports to use https where possible.
Remove obsolete mirrors.
- devel/arduino
- devel/arduino-irremote
- net/hostapd
- security/broccoli
- sysutils/lbl-cf
- sysutils/lbl-hf
- www/mini_httpd
Reviewed by: ler (mentor), matthew (mentor)
Approved by: ler (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12748
Diffstat (limited to 'devel')
-rw-r--r-- | devel/arduino-irremote/pkg-descr | 2 | ||||
-rw-r--r-- | devel/arduino/Makefile | 2 | ||||
-rw-r--r-- | devel/arduino/pkg-descr | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/arduino-irremote/pkg-descr b/devel/arduino-irremote/pkg-descr index 4404f9926042..f5fb31aac5f6 100644 --- a/devel/arduino-irremote/pkg-descr +++ b/devel/arduino-irremote/pkg-descr @@ -4,4 +4,4 @@ signals with multiple protocols This library enables you to send and receive using infra-red signals on an Arduino. -WWW: http://z3t0.github.io/Arduino-IRremote/ +WWW: https://z3t0.github.io/Arduino-IRremote/ diff --git a/devel/arduino/Makefile b/devel/arduino/Makefile index e5258336af1e..62a64393a8f6 100644 --- a/devel/arduino/Makefile +++ b/devel/arduino/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.0.6 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel java lang -MASTER_SITES= http://arduino.cc/download.php?f=/ +MASTER_SITES= https://arduino.cc/download.php?f=/ DISTNAME= ${PORTNAME}-${PORTVERSION}-linux32 MAINTAINER= leres@FreeBSD.org diff --git a/devel/arduino/pkg-descr b/devel/arduino/pkg-descr index 578fb2e65b3d..6b0e0e983a7d 100644 --- a/devel/arduino/pkg-descr +++ b/devel/arduino/pkg-descr @@ -6,4 +6,4 @@ objects or environments. The Arduino software consists of a development environment (IDE) and the core libraries. -WWW: http://arduino.cc/ +WWW: https://www.arduino.cc/ |