diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-08-09 02:34:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-08-09 02:34:27 +0000 |
commit | 598c878955c2bd9f94507e6538032d44206c6084 (patch) | |
tree | 8dcb22ec24e0a8d3f8cc4079cc8ee8022d9be3cb /irc | |
parent | 67c9922665df24e26e60b8c484ee304db8528be3 (diff) | |
download | ports-598c878955c2bd9f94507e6538032d44206c6084.tar.gz ports-598c878955c2bd9f94507e6538032d44206c6084.zip |
Remove ipv6 from CATEGORIES since IPv6 support is currently broken.
Add rcorder keywords to the startup script and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=115706
Diffstat (limited to 'irc')
-rw-r--r-- | irc/dancer-ircd/Makefile | 4 | ||||
-rw-r--r-- | irc/dancer-ircd/files/dancer-ircd.sh | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/irc/dancer-ircd/Makefile b/irc/dancer-ircd/Makefile index 2696d1b3ef65..da0ec7d8a1fa 100644 --- a/irc/dancer-ircd/Makefile +++ b/irc/dancer-ircd/Makefile @@ -7,7 +7,9 @@ PORTNAME= dancer-ircd PORTVERSION= 1.0.35 -CATEGORIES= irc ipv6 +PORTREVISION= 1 +CATEGORIES= irc +#CATEGORIES= irc ipv6 MASTER_SITES= http://source.freenode.net/~asuffield/dancer/%SUBDIR%/ \ http://source.freenode.net/~asuffield/dancer/%SUBDIR%/:doc1 \ http://source.freenode.net/~asuffield/dancer/%SUBDIR%/:doc2 diff --git a/irc/dancer-ircd/files/dancer-ircd.sh b/irc/dancer-ircd/files/dancer-ircd.sh index b9b3e895c097..21fc17010a95 100644 --- a/irc/dancer-ircd/files/dancer-ircd.sh +++ b/irc/dancer-ircd/files/dancer-ircd.sh @@ -4,7 +4,9 @@ # # PROVIDE: dancer-ircd -# KEYWORD: FreeBSD +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: FreeBSD shutdown . %%RC_SUBR%% |