[Lunar-commits] <moonbase> ircd-hybrid: Version bump to 7.3.1, removing the BUILD and adjusting the DEPENDS.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Dec 20 14:17:50 CET 2011
commit efb98c0f7e26b59b87500e5a0e1a09cb2c42cdea
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Dec 20 08:17:50 2011 -0500
ircd-hybrid: Version bump to 7.3.1, removing the BUILD and adjusting the DEPENDS.
---
chat/ircd-hybrid/BUILD | 23 -----------------------
chat/ircd-hybrid/DEPENDS | 8 +++++---
chat/ircd-hybrid/DETAILS | 13 +++++++------
3 files changed, 12 insertions(+), 32 deletions(-)
diff --git a/chat/ircd-hybrid/BUILD b/chat/ircd-hybrid/BUILD
deleted file mode 100644
index 43140fb..0000000
--- a/chat/ircd-hybrid/BUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-(
-
- ./configure --build=$BUILD \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --datadir=/usr/share/ircd \
- --libexecdir=/usr/libexec/ircd \
- $OPTS
-
- sedit "s:/usr/modules:/usr/libexec/ircd/modules:g" modules/Makefile &&
- sedit "s:\${prefix}/help:\${prefix}/share/ircd/help:g" help/Makefile &&
- sedit "s:/usr/man8:/usr/share/man/man8:g" doc/Makefile &&
- sedit "s:/usr/messages:/usr/share/locale:g" messages/Makefile &&
- make &&
- prepare_install &&
- mkdir -p /usr/libexec/ircd/modules /usr/share/ircd/help/users \
- /usr/share/ircd/help/opers &&
- make install
-
-) > $C_FIFO 2>&1
diff --git a/chat/ircd-hybrid/DEPENDS b/chat/ircd-hybrid/DEPENDS
index dfbb9ed..352d39d 100644
--- a/chat/ircd-hybrid/DEPENDS
+++ b/chat/ircd-hybrid/DEPENDS
@@ -1,5 +1,7 @@
depends flex
depends bison
-optional_depends "openssl" "" "" "For SSL features"
-optional_depends "gettext" "" "" "For intl support"
-optional_depends "w3c-libwww" "" "" "For encrypted server passwords"
+
+
+optional_depends "zlib" "--enable-zlib" "--disable-zlib" "for data compression support"
+optional_depends "pcre" "--enable-libpcre" "--disable-libpcre" "for regular expressions support"
+optional_depends "openssl" "--enable-openssl" "--disable-openssl" "For SSL features"
diff --git a/chat/ircd-hybrid/DETAILS b/chat/ircd-hybrid/DETAILS
index ece521a..ba6aa9b 100644
--- a/chat/ircd-hybrid/DETAILS
+++ b/chat/ircd-hybrid/DETAILS
@@ -1,14 +1,15 @@
MODULE=ircd-hybrid
- VERSION=7.0.3
+ VERSION=7.3.1
SOURCE=$MODULE-$VERSION.tgz
- SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:0da33f6cb32b1f28aa3c309609152e3a43d10734
- WEB_SITE=http://www.ircd-hybrid.org/
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:a4d7e06517152ea88b064cd9756084372ed831ac
+ WEB_SITE=http://www.ircd-hybrid.org/
ENTERED=20020806
- UPDATED=20041218
+ UPDATED=20111220
SHORT="A powerfull irc daemon"
-cat <<EOF
+PSAFE=no
+cat << EOF
ircd-hybrid is a powerful Internet Relay Chat daemon frequently used on
the popular EFnet IRC Network.
EOF
More information about the Lunar-commits
mailing list