View | Details | Raw Unified | Return to bug 277387 | Differences between
and this patch

Collapse All | Expand All

(-)b/irc/ircproxy/Makefile (-17 / +14 lines)
Lines 1-42 Link Here
1
PORTNAME=	ircproxy
1
PORTNAME=	ircproxy
2
PORTVERSION=	1.3.6
2
DISTVERSION=	1.3.8
3
PORTREVISION=	3
4
CATEGORIES=	irc
3
CATEGORIES=	irc
5
MASTER_SITES=	https://BSDforge.com/projects/source/irc/ircproxy/
4
MASTER_SITES=	https://codeberg.org/BSDforge/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
6
5
7
MAINTAINER=	portmaster@BSDforge.com
6
MAINTAINER=	portmaster@BSDforge.com
8
COMMENT=	IRC proxy/bouncer daemon
7
COMMENT=	IRC proxy/bouncer daemon
9
WWW=		http://ircproxy.sourceforge.net/
8
WWW=		https://codeberg.org/BSDforge/ircproxy
10
9
11
LICENSE=	GPLv3+
10
LICENSE=	GPL3+
12
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
13
12
14
DEPRECATED=	Abandonware, last release in 2010 and dead upstream. Consider using irc/soju or irc/znc
15
EXPIRATION_DATE=2024-02-29
16
17
LIB_DEPENDS=	libcares.so:dns/c-ares
13
LIB_DEPENDS=	libcares.so:dns/c-ares
18
14
19
USES=		autoreconf tar:bzip2
15
USES+=		autoreconf localbase:ldflags
20
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
21
LDFLAGS+=	-L${LOCALBASE}/lib -lcrypto
17
LDFLAGS+=	-lcrypto
22
CFLAGS+=	-I${LOCALBASE}/include
18
19
SUB_FILES=	pkg-deinstall
20
SUB_LIST=	IRC_USR=${USERS} IRC_GRP=${GROUPS}
21
22
WRKSRC=	${WRKDIR}/${PORTNAME}
23
23
24
USERS=		ircproxyd
24
USERS=		ircproxyd
25
GROUPS=		ircproxyd
25
GROUPS=		ircproxyd
26
26
27
SUB_LIST=	IRC_USR=${USERS} IRC_GRP=${GROUPS}
28
SUB_FILES=	pkg-deinstall
29
30
OPTIONS_DEFINE=	SSL IPV6 MEMDEBUG FDDEBUG
27
OPTIONS_DEFINE=	SSL IPV6 MEMDEBUG FDDEBUG
31
OPTIONS_DEFAULT=	SSL MEMDEBUG FDDEBUG
28
OPTIONS_DEFAULT=	SSL MEMDEBUG FDDEBUG
32
MEMDEBUG_DESC=	Enable memory debugging
33
FDDEBUG_DESC=	Enable file descriptor debugging
29
FDDEBUG_DESC=	Enable file descriptor debugging
30
MEMDEBUG_DESC=	Enable memory debugging
34
31
35
MEMDEBUG_CONFIGURE_ENABLE=	memdebug
36
FDDEBUG_CONFIGURE_ENABLE=	fddebug
32
FDDEBUG_CONFIGURE_ENABLE=	fddebug
37
IPV6_CONFIGURE_ENABLE=		ipv6
33
IPV6_CONFIGURE_ENABLE=		ipv6
38
SSL_CONFIGURE_ENABLE=		ssl
34
MEMDEBUG_CONFIGURE_ENABLE=	memdebug
39
SSL_USES=		ssl
35
SSL_USES=		ssl
36
SSL_CONFIGURE_ENABLE=		ssl
40
37
41
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
42
39
(-)b/irc/ircproxy/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (ircproxy-1.3.6.tar.bz2) = 493b47d86bebfb90a9a6242946c275932656989cfcd3ad990efced04f20d1296
1
TIMESTAMP = 1709336064
2
SIZE (ircproxy-1.3.6.tar.bz2) = 241665
2
SHA256 (ircproxy-1.3.8.tar.gz) = dd1663139827d3cb2e52f3305a62d05a03ad09c5fef42853259c42998863a5f3
3
SIZE (ircproxy-1.3.8.tar.gz) = 326703

Return to bug 277387