move homepage to https.

This commit is contained in:
bentley 2019-10-02 07:52:18 +00:00
parent 0f3fe7311c
commit 0795bd4708

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.101 2019/09/24 11:19:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.102 2019/10/02 07:52:18 bentley Exp $
# g++3 chokes on the code
NOT_FOR_ARCHS= ${GCC3_ARCHS}
@ -8,6 +8,7 @@ COMMENT= C++ interface for glib2
GNOME_PROJECT= glibmm
GNOME_VERSION= 2.60.1
PKGNAME= glib2mm-${GNOME_VERSION}
REVISION= 0
V= 2.4
SUBST_VARS= V
@ -18,7 +19,7 @@ SHARED_LIBS += giomm-2.4 14.2 # 4.0
CATEGORIES= devel
HOMEPAGE= http://www.gtkmm.org/
HOMEPAGE= https://www.gtkmm.org/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>