summaryrefslogtreecommitdiff
path: root/net/loudmouth/Makefile
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2024-03-02 22:27:38 -0500
committerShokara Kou <kou@13f0.net>2024-03-02 22:27:38 -0500
commit35f398c08201687bc385ef5b33452515f9dba476 (patch)
tree95191387ba7510a7cb00f28e36044d68c9691878 /net/loudmouth/Makefile
parent21feeb258f66a9ceaba5c79ff5d3ea28b4634ea3 (diff)
update net/loudmouth to 1.5.4 from 1.5.3
Diffstat (limited to 'net/loudmouth/Makefile')
-rw-r--r--net/loudmouth/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/loudmouth/Makefile b/net/loudmouth/Makefile
index ea694ef..b06441d 100644
--- a/net/loudmouth/Makefile
+++ b/net/loudmouth/Makefile
@@ -1,19 +1,19 @@
1COMMENT= lightweight Jabber client library 1COMMENT= lightweight Jabber client library
2 2
3V= 1.5.3 3V= 1.5.4
4DISTNAME= loudmouth-$V 4DISTNAME= loudmouth-$V
5REVISION= 0 5REVISION= 0
6SHARED_LIBS += loudmouth-1 3.1 # .1.0 6SHARED_LIBS += loudmouth-1 3.1 # .1.0
7CATEGORIES= net devel 7CATEGORIES= net devel
8 8
9HOMEPAGE= https://mcabber.com/ 9HOMEPAGE= https://mcabber.com
10 10
11# LGPLv2.1 11# LGPLv2.1
12PERMIT_PACKAGE= Yes 12PERMIT_PACKAGE= Yes
13 13
14WANTLIB = crypto glib-2.0 iconv idn>=16 intl pcre pthread ssl 14WANTLIB = crypto glib-2.0 iconv idn>=16 intl pcre2-8 pthread ssl
15 15
16MASTER_SITES= ${HOMEPAGE}/files/loudmouth/ 16SITES= ${HOMEPAGE}/files/loudmouth/
17EXTRACT_SUFX= .tar.bz2 17EXTRACT_SUFX= .tar.bz2
18 18
19LIB_DEPENDS= devel/glib2 \ 19LIB_DEPENDS= devel/glib2 \
@@ -22,6 +22,7 @@ BUILD_DEPENDS= ${TEST_DEPENDS}
22TEST_DEPENDS= devel/check 22TEST_DEPENDS= devel/check
23 23
24CONFIGURE_STYLE= gnu 24CONFIGURE_STYLE= gnu
25CFLAGS+=-Wno-deprecated-declarations
25CONFIGURE_ARGS+= --with-check=${LOCALBASE} \ 26CONFIGURE_ARGS+= --with-check=${LOCALBASE} \
26 --with-ssl=openssl 27 --with-ssl=openssl
27 28