mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
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
23 lines
502 B
Makefile
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>
|