diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-09 10:46:52 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-09 10:46:52 +0000 |
commit | 28159c2dd015e135aa6ee0148faeaa6f934887bd (patch) | |
tree | 41bd03766d77572ffc62b69cca08babbc0c15001 | |
parent | 59424cc4b77a2a9d7d3777dbee4ca8ecc80ae076 (diff) | |
download | ports-28159c2dd015e135aa6ee0148faeaa6f934887bd.tar.gz ports-28159c2dd015e135aa6ee0148faeaa6f934887bd.zip |
Add conflicts with upcommig ircd-ratbox-devel and bump PORTREVISION.
Approved by: lawrance (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=164895
-rw-r--r-- | irc/ircd-ratbox/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/irc/ircd-ratbox/Makefile b/irc/ircd-ratbox/Makefile index 21fd8c7ee74e..8bc1c0045bd4 100644 --- a/irc/ircd-ratbox/Makefile +++ b/irc/ircd-ratbox/Makefile @@ -8,6 +8,7 @@ PORTNAME= ircd-ratbox PORTVERSION= 2.1.8 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/ \ ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/ \ @@ -18,6 +19,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= shaun@inerd.com COMMENT= An advanced, stable IRC daemon, used on many EFnet servers +CONFLICTS= rcd-ratbox-devel-[0-9]* + MAN8= ircd.8 USE_RC_SUBR= ircd-ratbox.sh |