Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2006 14:30:00 GMT
From:      Gerrit Beine <gerrit.beine@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/94693: Update port: irc/unreal
Message-ID:  <200603191430.k2JEU0kK089420@www.freebsd.org>
Resent-Message-ID: <200603191430.k2JEUGPm090285@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94693
>Category:       ports
>Synopsis:       Update port: irc/unreal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 19 14:30:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gerrit Beine
>Release:        FreeBSD 6.0-RELEASE
>Organization:
Beine Computer
>Environment:
FreeBSD freebsd60.vmware 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 09:36:13 UTC 2005     root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
- update port to version 3.2.4
- re-enabled remote includes (requires curl and ares)
>How-To-Repeat:

>Fix:
diff -Nur /usr/ports/irc/unreal/Makefile unreal/Makefile
--- /usr/ports/irc/unreal/Makefile	Sat Mar 18 14:56:05 2006
+++ unreal/Makefile	Sat Mar 18 21:23:56 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Unreal
-PORTVERSION=	3.2.3
+PORTVERSION=	3.2.4
 CATEGORIES=	irc
 MASTER_SITES=	http://unreal.atlanti-ka.org/ \
 		http://unreal.stfu-n00b.net/ \
@@ -54,8 +54,8 @@
 		ZIPLINKS "Enable ziplinks support" off \
 		SSL "Support SSL connecions" off \
 		IPV6 "Enable ipv6 support" off \
-		PREFIXAQ "Enable prefixes for chanadmin and chanowner" off
-#		REMOTE "Enable remote includes" off \ # this does not work at the moment
+		PREFIXAQ "Enable prefixes for chanadmin and chanowner" off \
+		REMOTE "Enable remote includes" off
 
 .include <bsd.port.pre.mk>
 
@@ -91,6 +91,7 @@
 .endif
 
 .if defined(WITH_REMOTE)
+DEPENDS+=	${PORTSDIR}/dns/ares
 LIB_DEPENDS+=	curl.3:${PORTSDIR}/ftp/curl
 CONFIGURE_ARGS+=	--enable-libcurl=${LOCALBASE}
 .endif
@@ -129,7 +130,7 @@
 	@${REINPLACE_CMD} -e "s,%%RUNDIR%%,${RUNDIR}," ${WRKSRC}/src/s_conf.c
 	@${REINPLACE_CMD} -e "s,%%RUNDIR%%,${RUNDIR}," ${WRKSRC}/src/url.c
 .if defined(WITH_SQLMOD)
-	@${PATCH} -d ${WRKSRC} < ${WRKSRC}/SQLMod/patch.old
+	@${PATCH} -d ${WRKSRC} < ${WRKSRC}/SQLMod/patch
 .endif
 
 do-install:
diff -Nur /usr/ports/irc/unreal/distinfo unreal/distinfo
--- /usr/ports/irc/unreal/distinfo	Sat Mar 18 14:56:05 2006
+++ unreal/distinfo	Sat Mar 18 21:04:21 2006
@@ -1,3 +1,3 @@
-MD5 (Unreal3.2.3.tar.gz) = b41f09c5999c67dc8e33db777b7397cf
-SHA256 (Unreal3.2.3.tar.gz) = 65679cd4f15135ed48229034e5902611005c20e78b84a3b47885c0723f345bce
-SIZE (Unreal3.2.3.tar.gz) = 1881275
+MD5 (Unreal3.2.4.tar.gz) = 007a85d516207d10cebf70fe73326c96
+SHA256 (Unreal3.2.4.tar.gz) = e723ec261cc7c93084752deeb108261a6971caca3f23d2e767d6bc630256ce1e
+SIZE (Unreal3.2.4.tar.gz) = 2503560
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603191430.k2JEU0kK089420>