View | Details | Raw Unified | Return to bug 270560
Collapse All | Expand All

(-)b/irc/irssi/Makefile (-5 / +5 lines)
Lines 1-8 Link Here
1
PORTNAME=	irssi
1
PORTNAME=	irssi
2
DISTVERSION=	1.4.3
2
DISTVERSION=	1.4.4
3
PORTEPOCH=	2
3
PORTEPOCH=	2
4
CATEGORIES?=	irc
4
CATEGORIES?=	irc
5
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
5
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ \
6
		https://codeberg.org/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ \
6
7
7
MAINTAINER=	dor.bsd@xm0.uk
8
MAINTAINER=	dor.bsd@xm0.uk
8
COMMENT=	Modular IRC client with many features
9
COMMENT=	Modular IRC client with many features
Lines 19-26 USE_LDCONFIG= yes Link Here
19
MESON_ARGS=	-Dinstall-glib=no -Ddisable-gregex=no -Dstatic-dependency=no \
20
MESON_ARGS=	-Dinstall-glib=no -Ddisable-gregex=no -Dstatic-dependency=no \
20
		-Dwith-fuzzer=no -Dwithout-textui=no
21
		-Dwith-fuzzer=no -Dwithout-textui=no
21
22
22
OPTIONS_DEFINE=		BOT CAPSICUM DOCS OTR PERL PROXY TRUECOLOR UTF8PROC
23
OPTIONS_DEFINE=		BOT CAPSICUM DOCS OTR PERL PROXY UTF8PROC
23
OPTIONS_DEFAULT=	BOT CAPSICUM PERL PROXY TRUECOLOR
24
OPTIONS_DEFAULT=	BOT CAPSICUM PERL PROXY
24
OPTIONS_SUB=		yes
25
OPTIONS_SUB=		yes
25
26
26
BOT_DESC=		Bot support
27
BOT_DESC=		Bot support
Lines 36-42 OTR_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ Link Here
36
OTR_MESON_YES=		with-otr
37
OTR_MESON_YES=		with-otr
37
PERL_MESON_YES=		with-perl
38
PERL_MESON_YES=		with-perl
38
PROXY_MESON_YES=	with-proxy
39
PROXY_MESON_YES=	with-proxy
39
TRUECOLOR_MESON_YES=	enable-true-color
40
UTF8PROC_LIB_DEPENDS=	libutf8proc.so:textproc/utf8proc
40
UTF8PROC_LIB_DEPENDS=	libutf8proc.so:textproc/utf8proc
41
UTF8PROC_MESON_NO=	disable-utf8proc
41
UTF8PROC_MESON_NO=	disable-utf8proc
42
42
(-)b/irc/irssi/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1667203168
1
TIMESTAMP = 1680240093
2
SHA256 (irssi-1.4.3.tar.xz) = b93f715223a322e67f42b61a08a512ae29e34bd4a53d7f223766660aaa5a0434
2
SHA256 (irssi-1.4.4.tar.xz) = fefe9ec8c7b1475449945c934a2360ab12693454892be47a6d288c63eb107ead
3
SIZE (irssi-1.4.3.tar.xz) = 1212556
3
SIZE (irssi-1.4.4.tar.xz) = 1213784

Return to bug 270560