diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2017-10-15 00:57:46 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2017-10-15 00:57:46 +0800 |
commit | b0e66084e806d7c590bc0bbcf03b314bcc79e27f (patch) | |
tree | 19a7d5038cfbe3d688c6a6ecc53ecf03316e0288 /russian | |
parent | bdf261d583eeb378f51c575c6089a56d9571a472 (diff) | |
download | freebsd-ports-gnome-b0e66084e806d7c590bc0bbcf03b314bcc79e27f.tar.gz freebsd-ports-gnome-b0e66084e806d7c590bc0bbcf03b314bcc79e27f.tar.zst freebsd-ports-gnome-b0e66084e806d7c590bc0bbcf03b314bcc79e27f.zip |
Change CONFLICTS to CONFLICTS_INSTALL
Add new ports we conflict with to the list
Bump PORTREVISION
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 |