diff options
author | pav <pav@FreeBSD.org> | 2006-06-11 17:52:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-11 17:52:42 +0800 |
commit | 750a39978270e45efd56add6f0a5e81ac11f4c32 (patch) | |
tree | ca723fd9b200a29b9284ed8b13bb366d7692730a /irc | |
parent | ab722bad3df39e4defc55c6a37cd58e2f2feee5a (diff) | |
download | freebsd-ports-gnome-750a39978270e45efd56add6f0a5e81ac11f4c32.tar.gz freebsd-ports-gnome-750a39978270e45efd56add6f0a5e81ac11f4c32.tar.zst freebsd-ports-gnome-750a39978270e45efd56add6f0a5e81ac11f4c32.zip |
- ftp is refusing anonymous connections; host distfile on local mirror for now
PR: ports/97722
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
- Portlint, style
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-ru/Makefile | 4 | ||||
-rw-r--r-- | irc/ircd-ru/pkg-descr | 12 |
2 files changed, 6 insertions, 10 deletions
diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile index 2da3774a4ed7..ec2e6e589f4a 100644 --- a/irc/ircd-ru/Makefile +++ b/irc/ircd-ru/Makefile @@ -9,7 +9,7 @@ PORTNAME= ircd-ru PORTVERSION= 1.0.7 PORTREVISION= 3 CATEGORIES= irc russian -MASTER_SITES= ftp://ftp.ircd.ru/pub/ircd-RU/ ftp://ftp.ircd.ru/pub/ircd-RU/old/ +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ DISTNAME= ircd-RU-${PORTVERSION}-02-stable MAINTAINER= ports@FreeBSD.org @@ -76,7 +76,7 @@ CONFIGURE_ARGS+=--enable-select .endif .if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64" +BROKEN= Does not compile on amd64 .endif post-patch: diff --git a/irc/ircd-ru/pkg-descr b/irc/ircd-ru/pkg-descr index 916297c7713e..09132c75e933 100644 --- a/irc/ircd-ru/pkg-descr +++ b/irc/ircd-ru/pkg-descr @@ -1,10 +1,6 @@ -A port of the ircd-RU IRC daemon. - - ircd-RU is a modern and powerful IRC server which is based on Bahamut, - the DALnet IRC server software, and supports translation schemes, 8-bit - nicknames, 8-bit case-insensitive names processing, DNSBL support and lots - of other useful features. +ircd-RU is a modern and powerful IRC server which is based on Bahamut, +the DALnet IRC server software, and supports translation schemes, 8-bit +nicknames, 8-bit case-insensitive names processing, DNSBL support and lots +of other useful features. WWW: http://www.ircd.ru/ - -- Khamushkin Ilya <ilya@ircd.ru> |