summaryrefslogtreecommitdiff
path: root/devel/sfml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sfml/Makefile')
-rw-r--r--devel/sfml/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/sfml/Makefile b/devel/sfml/Makefile
index 1f4725c6abd4..33bdc3e06787 100644
--- a/devel/sfml/Makefile
+++ b/devel/sfml/Makefile
@@ -1,9 +1,8 @@
PORTNAME= SFML
-PORTVERSION= 2.6.1
-PORTREVISION= 1
+DISTVERSION= 2.6.2
CATEGORIES= devel
-MAINTAINER= amdmi3@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Simple and Fast Multimedia Library
WWW= https://www.sfml-dev.org/ \
https://github.com/SFML/SFML
@@ -11,8 +10,6 @@ WWW= https://www.sfml-dev.org/ \
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/license.md
-BROKEN_FreeBSD_15= compilation fails with libc++ 19, see PR281540
-
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
CMAKE_ON= SFML_USE_SYSTEM_DEPS
@@ -23,6 +20,9 @@ CONFLICTS= sfml251
PORTDATA= *
PORTDOCS= *
+PLIST_SUB= LONGVERSION=${DISTVERSION} \
+ SHORTVERSION=${DISTVERSION:R}
+
OPTIONS_DEFINE= DOCS DOXYGEN
OPTIONS_GROUP= MODULES
OPTIONS_GROUP_MODULES= AUDIO GRAPHICS NETWORK WINDOW