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

(-)unreal/Makefile (-2 / +5 lines)
Lines 1-8 Link Here
1
# Created by: Gerrit Beine (<tux@pinguru.net>)
1
# Created by: Gerrit Beine (<tux@pinguru.net>)
2
# $FreeBSD: irc/unreal/Makefile 329044 2013-10-02 12:51:52Z feld $
2
# $FreeBSD: irc/unreal/Makefile 332656 2013-11-04 00:08:07Z bdrewery $
3
3
4
PORTNAME=	Unreal
4
PORTNAME=	Unreal
5
PORTVERSION=	3.2.10.1
5
PORTVERSION=	3.2.10.2
6
CATEGORIES=	irc ipv6
6
CATEGORIES=	irc ipv6
7
MASTER_SITES=	http://www.unrealircd.com/downloads/
7
MASTER_SITES=	http://www.unrealircd.com/downloads/
8
DISTNAME=	${PORTNAME}${PORTVERSION}
8
DISTNAME=	${PORTNAME}${PORTVERSION}
Lines 28-33 Link Here
28
USERS=		ircd
28
USERS=		ircd
29
GROUPS=		ircd
29
GROUPS=		ircd
30
30
31
USES=		pkgconfig
32
31
SUB_LIST+=	RUNDIR=${RUNDIR}
33
SUB_LIST+=	RUNDIR=${RUNDIR}
32
SUB_LIST+=	USERS=${USERS}
34
SUB_LIST+=	USERS=${USERS}
33
SUB_LIST+=	GROUPS=${GROUPS}
35
SUB_LIST+=	GROUPS=${GROUPS}
Lines 43-48 Link Here
43
		--with-bufferpool=18 \
45
		--with-bufferpool=18 \
44
		--with-permissions=0600 \
46
		--with-permissions=0600 \
45
		--with-fd-setsize=1024 \
47
		--with-fd-setsize=1024 \
48
		--with-system-cares \
46
		--enable-dynamic-linking
49
		--enable-dynamic-linking
47
50
48
OPTIONS_DEFINE=	HUB NOSPOOF ZIPLINKS SSL IPV6 PREFIXAQ REMOTE DOCS
51
OPTIONS_DEFINE=	HUB NOSPOOF ZIPLINKS SSL IPV6 PREFIXAQ REMOTE DOCS
(-)unreal/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Unreal3.2.10.1.tar.gz) = 79843002413a42deabed7d1471abc15944c94d3a41f02fcebc3601e50d282036
1
SHA256 (Unreal3.2.10.2.tar.gz) = 70fd18c0b0f395e0e8d33109bd838f47d6d5317423bc8ea21173fc2e0a4b3d93
2
SIZE (Unreal3.2.10.1.tar.gz) = 3135615
2
SIZE (Unreal3.2.10.2.tar.gz) = 3520861

Return to bug 185249