net-im/pecl-stomp2: Fix build with php85

- Switch to DISTVERSION while I am here

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2025-08-02 02:39:10 +02:00
parent ce7cb87688
commit 9039da88bb
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= stomp
PORTVERSION= 2.0.3
DISTVERSION= 2.0.3
CATEGORIES= net-im pear
MAINTAINER= dbaio@FreeBSD.org
@ -14,4 +14,10 @@ CONFLICTS= pecl-stomp-1*
PORTSCOUT= limit:^2.*
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.post.mk>