Index: head/audio/sfront/pkg-descr =================================================================== --- head/audio/sfront/pkg-descr (revision 479589) +++ head/audio/sfront/pkg-descr (revision 479590) @@ -1,5 +1,5 @@ sfront is a translator that converts MP4-SA files into efficient C programs that generate audio for rendering, interactive and network applications. -WWW: http://www.cs.berkeley.edu/~lazzaro/sa/ +WWW: http://john-lazzaro.github.io/sa/ Index: head/net/httping/Makefile =================================================================== --- head/net/httping/Makefile (revision 479589) +++ head/net/httping/Makefile (revision 479590) @@ -1,52 +1,52 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= httping PORTVERSION= 2.5 CATEGORIES= net -MASTER_SITES= http://www.vanheusden.com/httping/ \ +MASTER_SITES= https://www.vanheusden.com/httping/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Ping-like tool for HTTP requests LICENSE= GPLv2 USES= gmake gettext tar:tgz PLIST_FILES= bin/httping man/man1/httping.1.gz OPTIONS_DEFINE= NCURSES FFTW SSL OPTIONS_DEFAULT=NCURSES SSL NCURSES_USES= ncurses .include .if ${PORT_OPTIONS:MNCURSES} MAKE_ENV+= NC=yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .else MAKE_ENV+= NC=no .endif .if ${PORT_OPTIONS:MFFTW} MAKE_ENV+= FW=yes LIB_DEPENDS+= libfftw3.so:math/fftw3 .else MAKE_ENV+= FW=no .endif .if ${PORT_OPTIONS:MSSL} MAKE_ENV+= SSL=yes USES+= ssl .else MAKE_ENV+= SSL=no .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/net/httping/pkg-descr =================================================================== --- head/net/httping/pkg-descr (revision 479589) +++ head/net/httping/pkg-descr (revision 479590) @@ -1,5 +1,5 @@ Httping is like ping but for http-requests. Give it an url, and it will show you how long it takes to connect, send a request and retrieve the reply (only the headers). -WWW: http://www.vanheusden.com/httping/ +WWW: https://www.vanheusden.com/httping/ Index: head/net-mgmt/nagstamon/pkg-descr =================================================================== --- head/net-mgmt/nagstamon/pkg-descr (revision 479589) +++ head/net-mgmt/nagstamon/pkg-descr (revision 479590) @@ -1,10 +1,10 @@ Nagstamon is a Nagios status monitor for the desktop. It connects to multiple Nagios, Icinga, Opsview, Centreon, Op5 Monitor/Ninja and Check_MK Multisite monitoring servers and resides in systray or as a floating statusbar at the desktop showing a brief summary of critical, warning, unknown, unreachable and down hosts and services and pops up a detailed status overview when moving the mouse pointer over it. Connecting to displayed hosts and services is easily established by context menu via SSH, RDP and VNC. Users can be notified by sound. Hosts and services can be filtered by category and regular expressions. -WWW: http://nagstamon.ifw-dresden.de/ +WWW: https://nagstamon.ifw-dresden.de/