Date: Thu, 30 Dec 2021 10:31:12 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 47f5cd3dc4bc - main - net/libslirp: USE_GITLAB Message-ID: <202112301031.1BUAVCwD006356@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=47f5cd3dc4bc8bf50479235f83a87839f0527a58 commit 47f5cd3dc4bc8bf50479235f83a87839f0527a58 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2021-12-30 10:28:22 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2021-12-30 10:28:22 +0000 net/libslirp: USE_GITLAB USE_GITLAB works well actually, if GL_SITE is set :) Thanks to: diizzy@ --- net/libslirp/Makefile | 5 +++-- net/libslirp/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/libslirp/Makefile b/net/libslirp/Makefile index fcdc1b5a6969..f5a618669daf 100644 --- a/net/libslirp/Makefile +++ b/net/libslirp/Makefile @@ -1,7 +1,6 @@ PORTNAME= libslirp DISTVERSION= 4.6.1 CATEGORIES= net -MASTER_SITES= https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v${DISTVERSION}/ MAINTAINER= makc@FreeBSD.org COMMENT= General purpose TCP-IP emulator library @@ -13,7 +12,9 @@ USES= gnome meson pkgconfig tar:bz2 USE_GNOME= glib20 USE_LDCONFIG= yes +USE_GITLAB= yes +GL_SITE= https://gitlab.freedesktop.org +GL_ACCOUNT= slirp GL_COMMIT= cceced0cce9d578ed01db68edf31af78eb66f858 -WRKSRC= ${WRKDIR}/${PORTNAME}-v${DISTVERSION}-${GL_COMMIT} .include <bsd.port.mk> diff --git a/net/libslirp/distinfo b/net/libslirp/distinfo index f86ad5969849..67687f333bc2 100644 --- a/net/libslirp/distinfo +++ b/net/libslirp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1640725729 -SHA256 (libslirp-4.6.1.tar.bz2) = 6ade191f6a14c8fbe32e4b4644a8585e7a8c107ec07989d79825df7400c4fecd -SIZE (libslirp-4.6.1.tar.bz2) = 103091 +TIMESTAMP = 1640857013 +SHA256 (slirp-libslirp-cceced0cce9d578ed01db68edf31af78eb66f858_GL0.tar.gz) = 08b9e2ded1232ffe0e08b0196a7b7cfe5bb24a51d8bf9a0e5b42d432532c88e0 +SIZE (slirp-libslirp-cceced0cce9d578ed01db68edf31af78eb66f858_GL0.tar.gz) = 135706
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112301031.1BUAVCwD006356>