1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Craig Leres 2017-10-21 00:45:50 +00:00
parent 3a17d08ae3
commit 97c35334cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452566
12 changed files with 12 additions and 16 deletions

View File

@ -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/

View File

@ -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

View File

@ -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/

View File

@ -10,4 +10,4 @@ To use the ports version instead of the base, add:
to /etc/rc.conf
WWW: http://w1.fi/hostapd/
WWW: https://w1.fi/hostapd/

View File

@ -5,7 +5,7 @@ PORTNAME= broccoli
PORTVERSION= 1.97
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= http://www.bro.org/downloads/release/
MASTER_SITES= https://www.bro.org/downloads/release/
DISTNAME= bro-2.4.1
MAINTAINER= leres@FreeBSD.org

View File

@ -1,4 +1,4 @@
Broccoli is the Bro client communications library and lets you
create applications that can speak the Bro communication protocol.
WWW: http://www.icir.org/christian/broccoli/
WWW: https://www.icir.org/christian/broccoli/

View File

@ -4,10 +4,7 @@
PORTNAME= cf
PORTVERSION= 1.2.5
CATEGORIES= sysutils
MASTER_SITES= ftp://ee.lbl.gov/ \
http://www.tux.org//pub/net/ftp.ee.lbl.gov/ \
http://ftp.riken.go.jp/pub/net/lbl/ \
http://www.ftpdir.hu/ftp.ee.lbl.gov/
MASTER_SITES= ftp://ee.lbl.gov/
PKGNAMEPREFIX= lbl-
MAINTAINER= leres@FreeBSD.org

View File

@ -2,4 +2,4 @@ cf is a filter that reads files or stdin and replaces numeric
timestamps found at the beginning of each line with a formated time
and date time and date.
WWW: http://ee.lbl.gov/
WWW: https://ee.lbl.gov/

View File

@ -4,8 +4,7 @@
PORTNAME= hf
PORTVERSION= 1.7
CATEGORIES= sysutils
MASTER_SITES= ftp://ee.lbl.gov/ \
http://www.mmnt.net/db/0/3/ftp.ee.lbl.gov/
MASTER_SITES= ftp://ee.lbl.gov/
PKGNAMEPREFIX= lbl-
MAINTAINER= leres@FreeBSD.org

View File

@ -1,4 +1,4 @@
hf is a filter that reads files or stdin and replaces internet
addresses with hostnames.
WWW: http://ee.lbl.gov/
WWW: https://ee.lbl.gov/

View File

@ -4,7 +4,7 @@
PORTNAME= mini_httpd
PORTVERSION= 1.27
CATEGORIES= www ipv6
MASTER_SITES= http://www.acme.com/software/mini_httpd/
MASTER_SITES= https://www.acme.com/software/mini_httpd/
MAINTAINER= leres@FreeBSD.org
COMMENT= Small HTTP server with support for GET, HEAD, POST, CGI, SSL, IPv6

View File

@ -15,4 +15,4 @@ basic features of an HTTP server, including:
It can also be configured to do SSL/HTTPS and IPv6.
WWW: http://www.acme.com/software/mini_httpd/
WWW: https://www.acme.com/software/mini_httpd/