mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
security/olm: Update to 3.2.13
Use USE_GITLAB to follow Porters Handbook more closely and be consistent with ports tree Disable building of unit tests Changelog: https://gitlab.matrix.org/matrix-org/olm/-/tags/3.2.13 PR: 267091 Approved by: portmgr (maintainer timeout, 2+ weeks)
This commit is contained in:
parent
fbe5a96591
commit
bd943b3f8e
2 changed files with 11 additions and 9 deletions
|
@ -1,8 +1,6 @@
|
||||||
PORTNAME= olm
|
PORTNAME= olm
|
||||||
DISTVERSIONPREFIX=
|
DISTVERSION= 3.2.13
|
||||||
DISTVERSION= 3.2.11
|
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= https://gitlab.matrix.org/matrix-org/olm/-/archive/${DISTVERSION}/
|
|
||||||
|
|
||||||
MAINTAINER= adridg@FreeBSD.org
|
MAINTAINER= adridg@FreeBSD.org
|
||||||
COMMENT= Double Ratchet cryptographic ratchet in C++
|
COMMENT= Double Ratchet cryptographic ratchet in C++
|
||||||
|
@ -11,11 +9,15 @@ WWW= https://gitlab.matrix.org/matrix-org/olm
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lang cpe \
|
USES= cmake compiler:c++11-lang cpe
|
||||||
localbase:ldflags tar:bz2
|
|
||||||
|
|
||||||
CPE_VENDOR= matrix
|
CPE_VENDOR= matrix
|
||||||
|
USE_GITLAB= yes
|
||||||
|
GL_SITE= https://gitlab.matrix.org/
|
||||||
|
GL_ACCOUNT= matrix-org
|
||||||
|
GL_COMMIT= 6d767aaf29bdf15571c2ef4d3f8f9e953de03733
|
||||||
|
|
||||||
PLIST_SUB= SOVER=${DISTVERSION}
|
PLIST_SUB= SOVER=${DISTVERSION}
|
||||||
|
|
||||||
|
CMAKE_OFF= OLM_TESTS
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1650224483
|
TIMESTAMP = 1665852879
|
||||||
SHA256 (olm-3.2.11.tar.bz2) = 648f8d6cc9cf9c3678ad8a6ca4c095928495d1ea22fc928869da85d5abd2191b
|
SHA256 (matrix-org-olm-6d767aaf29bdf15571c2ef4d3f8f9e953de03733_GL0.tar.gz) = aa01390d2704e6311bbe65a5c41f7b81cc045968b225c20071db5456162e7157
|
||||||
SIZE (olm-3.2.11.tar.bz2) = 2735303
|
SIZE (matrix-org-olm-6d767aaf29bdf15571c2ef4d3f8f9e953de03733_GL0.tar.gz) = 2900458
|
||||||
|
|
Loading…
Add table
Reference in a new issue