diff options
author | leres <leres@FreeBSD.org> | 2017-10-21 08:45:50 +0800 |
---|---|---|
committer | leres <leres@FreeBSD.org> | 2017-10-21 08:45:50 +0800 |
commit | 63fe79b64e9fbd8bbf55e6c0770c8a093f5e78ec (patch) | |
tree | e1c971d7ffc2ecf42954e45bdd696244739f159b /sysutils/lbl-cf | |
parent | 819bbdcef9752d0daff9e590d4e8bfbaf2aa528b (diff) | |
download | freebsd-ports-gnome-63fe79b64e9fbd8bbf55e6c0770c8a093f5e78ec.tar.gz freebsd-ports-gnome-63fe79b64e9fbd8bbf55e6c0770c8a093f5e78ec.tar.zst freebsd-ports-gnome-63fe79b64e9fbd8bbf55e6c0770c8a093f5e78ec.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 'sysutils/lbl-cf')
-rw-r--r-- | sysutils/lbl-cf/Makefile | 5 | ||||
-rw-r--r-- | sysutils/lbl-cf/pkg-descr | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/lbl-cf/Makefile b/sysutils/lbl-cf/Makefile index d442df609f76..3ebfee877d4a 100644 --- a/sysutils/lbl-cf/Makefile +++ b/sysutils/lbl-cf/Makefile @@ -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 diff --git a/sysutils/lbl-cf/pkg-descr b/sysutils/lbl-cf/pkg-descr index a49b7f02517f..58065b1e48a6 100644 --- a/sysutils/lbl-cf/pkg-descr +++ b/sysutils/lbl-cf/pkg-descr @@ -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/ |