diff options
Diffstat (limited to 'www/lexbor/Makefile')
-rw-r--r-- | www/lexbor/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/lexbor/Makefile b/www/lexbor/Makefile index fd20a1011237..1da0d4d8bef1 100644 --- a/www/lexbor/Makefile +++ b/www/lexbor/Makefile @@ -1,10 +1,9 @@ PORTNAME= lexbor DISTVERSIONPREFIX= v -DISTVERSION= 2.4.0 -PORTREVISION= 1 +DISTVERSION= 2.5.0 CATEGORIES= www -MAINTAINER= alster@vinterdalen.se +MAINTAINER= alven@FreeBSD.org COMMENT= Modular web engine (HTML/CSS parser, renderer, ...) WWW= https://lexbor.com/ \ https://github.com/lexbor/lexbor/ @@ -16,8 +15,6 @@ USES= cmake:testing USE_GITHUB= yes USE_LDCONFIG= yes -PLIST_SUB= SOVERSION=${DISTVERSION} - CMAKE_TESTING_ON= LEXBOR_BUILD_TESTS PLIST_SUB= SOVERSION=${DISTVERSION} |