diff options
Diffstat (limited to 'audio/re/Makefile')
-rw-r--r-- | audio/re/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/re/Makefile b/audio/re/Makefile index 2f570717cc3e..57fe544d0483 100644 --- a/audio/re/Makefile +++ b/audio/re/Makefile @@ -1,18 +1,20 @@ PORTNAME= re DISTVERSIONPREFIX= v -DISTVERSION= 3.22.0 +DISTVERSION= 3.24.0 CATEGORIES= audio devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= herbert@gojira.at COMMENT= Library for real-time comms with async IO support WWW= https://github.com/baresip LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake ssl +USES= cmake:testing ssl USE_GITHUB= yes GH_ACCOUNT= baresip USE_LDCONFIG= yes +CMAKE_TESTING_TARGET= retest + .include <bsd.port.mk> |