diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2017-10-14 16:57:46 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2017-10-14 16:57:46 +0000 |
commit | 7922f727524c8e16bf5ca91586f12ed680488dc2 (patch) | |
tree | 19a7d5038cfbe3d688c6a6ecc53ecf03316e0288 /russian | |
parent | 6b1779c9fb554178a80b69057c7455a5812c90f9 (diff) | |
download | ports-7922f727524c8e16bf5ca91586f12ed680488dc2.tar.gz ports-7922f727524c8e16bf5ca91586f12ed680488dc2.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/ircd-hybrid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/russian/ircd-hybrid/Makefile b/russian/ircd-hybrid/Makefile index c22551fd98e5..0b0e31015e37 100644 --- a/russian/ircd-hybrid/Makefile +++ b/russian/ircd-hybrid/Makefile @@ -3,6 +3,7 @@ PORTNAME= ircd PORTVERSION= 7.2.4 +PORTREVISION= 2 CATEGORIES= russian irc MASTER_SITES= SF/${PORTNAME}-hybrid-ru/${PORTNAME}-hybrid-ru/${PORTNAME}-hybrid-ru-${PORTVERSION} \ ftp://rusunix.org/pub/FreeBSD/distfiles/ @@ -15,7 +16,7 @@ COMMENT= Russian version of well known hybrid IRC server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICTS= ircd-[0-9]* irc-[0-9]* charybdis-[0-9]* Nefarious-[0-9]* ircd-hybrid-[0-9]* +CONFLICTS_INSTALL= ircd-[0-9]* irc-[0-9]* charybdis-[0-9]* Nefarious-[0-9]* ircd-hybrid-[0-9]* ircd-ratbox* bnc whois BROKEN_aarch64= fails to compile: passing void * to parameter of incompatible type BROKEN_armv6= fails to compile: passing void * to parameter of incompatible type |