Index: head/graphics/guilib/Makefile =================================================================== --- head/graphics/guilib/Makefile (revision 499580) +++ head/graphics/guilib/Makefile (revision 499581) @@ -1,20 +1,20 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= guilib PORTVERSION= 1.2.1 PORTREVISION= 5 CATEGORIES= graphics -MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/ +MASTER_SITES= https://www.libsdl.org/projects/GUIlib/src/ DISTNAME= GUIlib-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Simple GUI framework for use with SDL USE_SDL= sdl USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include Index: head/graphics/guilib/pkg-descr =================================================================== --- head/graphics/guilib/pkg-descr (revision 499580) +++ head/graphics/guilib/pkg-descr (revision 499581) @@ -1,7 +1,7 @@ This is a very simple GUI framework, for use with SDL. It is very flexible, but is by no means a complete windowing system. Feel free to improve it!! :) It contains a C++ GUI class with a very rudimentary C interface, and a set of useful widget classes. -WWW: http://www.libsdl.org/projects/GUIlib/index.html +WWW: https://www.libsdl.org/projects/GUIlib/index.html