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 7cc3e4e1356c..56c5f384902d 100644 --- a/audio/re/Makefile +++ b/audio/re/Makefile @@ -1,18 +1,20 @@ PORTNAME= re DISTVERSIONPREFIX= v -DISTVERSION= 3.23.0 +DISTVERSION= 4.0.0 CATEGORIES= audio devel MAINTAINER= herbert@gojira.at COMMENT= Library for real-time comms with async IO support -WWW= https://github.com/baresip +WWW= https://github.com/baresip/re 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> |