switch HOMEPAGE to libgit2.org

This commit is contained in:
jasper 2019-12-30 14:58:29 +00:00
parent 2c52ffc050
commit 32b364e922
2 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile.inc,v 1.12 2019/07/13 10:59:26 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.13 2019/12/30 14:58:29 jasper Exp $
CATEGORIES+= devel
HOMEPAGE= http://libgit2.github.com/
HOMEPAGE= https://libgit2.org/
# GPLv2 with linking exemption.
PERMIT_PACKAGE?= Yes

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.41 2019/05/04 11:07:45 jasper Exp $
# $OpenBSD: Makefile,v 1.42 2019/12/30 14:58:29 jasper Exp $
COMMENT= GLib library wrapping libgit2
V= 0.28.0.1
DISTNAME= libgit2-glib-$V
REVISION = 0
SHARED_LIBS += git2-glib-1.0 5.1 # 0.0
@ -15,6 +16,8 @@ MODULES= devel/meson \
lang/python \
x11/gnome
DEBUG_PACKAGES = ${BUILD_PACKAGES}
MODGNOME_TOOLS= gobject-introspection vala
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}