ports/security/olm/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
502 B
Makefile

PORTNAME= olm
DISTVERSION= 3.2.13
CATEGORIES= security
MAINTAINER= adridg@FreeBSD.org
COMMENT= Double Ratchet cryptographic ratchet in C++
WWW= https://gitlab.matrix.org/matrix-org/olm
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lang cpe
CPE_VENDOR= matrix
USE_GITLAB= yes
GL_SITE= https://gitlab.matrix.org/
GL_ACCOUNT= matrix-org
GL_TAGNAME= 6d767aaf29bdf15571c2ef4d3f8f9e953de03733
PLIST_SUB= SOVER=${DISTVERSION}
CMAKE_OFF= OLM_TESTS
.include <bsd.port.mk>