freebsd-ports/net/libslirp/Makefile
Felix Palmen 7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00

23 lines
500 B
Makefile

PORTNAME= libslirp
DISTVERSION= 4.7.0
CATEGORIES= net
MAINTAINER= makc@FreeBSD.org
COMMENT= General purpose TCP-IP emulator library
WWW= https://gitlab.freedesktop.org/slirp/libslirp
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= cpe gnome meson pkgconfig tar:bz2
USE_GNOME= glib20
USE_LDCONFIG= yes
CPE_VENDOR= libslirp_project
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= slirp
GL_TAGNAME= 3ad1710a96678fe79066b1469cead4058713a1d9
.include <bsd.port.mk>