freebsd-ports/security/olm/Makefile
Adriaan de Groot fb172ecfbb Update security/olm to latest upstream release.
Source has moved to gitlab, still under Matrix.org. Release notes at
	https://gitlab.matrix.org/matrix-org/olm/releases
major changes were in 3.1.0 already, Short Authentication String
and public key signing. Various compatibility and build fixes
were also applied.

Also PORTREVISION dependent ports (that I know about). No MFH because
these are feature-based releases, not security updates.

PR:		238384
Submitted by:	Alexander Sieg
Reported by:	Alexander Sieg
2019-06-11 08:02:38 +00:00

18 lines
391 B
Makefile

# $FreeBSD$
PORTNAME= olm
DISTVERSIONPREFIX=
DISTVERSION= 3.1.2
CATEGORIES= security
MASTER_SITES= https://gitlab.matrix.org/matrix-org/olm/-/archive/${DISTVERSION}/
MAINTAINER= adridg@FreeBSD.org
COMMENT= Double Ratchet cryptographic ratchet in C++
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lang \
localbase:ldflags tar:bz2
.include <bsd.port.mk>