diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 20:11:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 20:11:49 +0000 |
commit | 646283c782f8e13c26a33deabdd3d6d5197c2e81 (patch) | |
tree | 22ba98be841c0c4524032e0c98906cfb653de598 /irc | |
parent | b1c19f8539631b53f1aa588e41599d401348fa9c (diff) | |
download | ports-646283c782f8e13c26a33deabdd3d6d5197c2e81.tar.gz ports-646283c782f8e13c26a33deabdd3d6d5197c2e81.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/unreal/Makefile | 18 | ||||
-rw-r--r-- | irc/unreal/distinfo | 6 |
2 files changed, 9 insertions, 15 deletions
diff --git a/irc/unreal/Makefile b/irc/unreal/Makefile index 592db7c2afa8..9cebf1edf88b 100644 --- a/irc/unreal/Makefile +++ b/irc/unreal/Makefile @@ -6,16 +6,9 @@ # PORTNAME= Unreal -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= irc -MASTER_SITES= http://unreal.atlanti-ka.org/ \ - http://unreal.stfu-n00b.net/ \ - http://unrealircd.funny-chat.net/ \ - http://unrealircd.fyrebird.net/ \ - http://unrealircd.chaosteam.hu/ \ - http://64.84.10.70/download/ \ - http://www.gower.net/unrealircd/ \ - http://www.ilmarinen.us/unreal/ \ +MASTER_SITES= http://www.ilmarinen.us/unreal/ \ http://unrealircd.alert-net.com/ \ http://www1.dnwt.net/unreal/ # http://www.tiefighter.org/~unreal/downloads/ \ # file missing @@ -54,8 +47,8 @@ OPTIONS= HUB "Configure as a hub (otherwise configure as a leaf)" on \ 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 +84,7 @@ CONFIGURE_ARGS+= --enable-ssl .endif .if defined(WITH_REMOTE) +BUILD_DEPENDS+= ${LOCALBASE}/lib/libares.a:${PORTSDIR}/dns/ares LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+= --enable-libcurl=${LOCALBASE} .endif @@ -129,7 +123,7 @@ post-patch: @${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 --git a/irc/unreal/distinfo b/irc/unreal/distinfo index 17a30df29023..25143856e25a 100644 --- a/irc/unreal/distinfo +++ b/irc/unreal/distinfo @@ -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 |