aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-29 15:23:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-29 15:23:52 +0000
commitfecdf3861bf7e9893b7a83be7b85322881cefcab (patch)
treef3e6fa023f141ba9858c4cde94abe1d8512a4330
parent0547b0e198adb3cab493ce811f78c410e4582d10 (diff)
Notes
-rw-r--r--irc/irc/Makefile4
-rw-r--r--irc/irc/distinfo4
-rw-r--r--irc/irc/files/patch-ac11
3 files changed, 4 insertions, 15 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile
index bfe94467399c..e59d0afa56a5 100644
--- a/irc/irc/Makefile
+++ b/irc/irc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= irc
-PORTVERSION= 2.10.3p5
+PORTVERSION= 2.10.3p6
CATEGORIES= irc ipv6
MASTER_SITES= ftp://ftp.irc.org/irc/server/ \
ftp://ftp2.nchu.edu.tw/UNIX/IRC/server/ \
@@ -40,7 +40,7 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/ircd.sh
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400014
-CONFIGURE_ARGS+= --enable-ip6
+CONFIGURE_ARGS+= --enable-ip6
.endif
pre-build:
diff --git a/irc/irc/distinfo b/irc/irc/distinfo
index 1491e9869d96..a8ea4f2f445f 100644
--- a/irc/irc/distinfo
+++ b/irc/irc/distinfo
@@ -1,2 +1,2 @@
-MD5 (irc2.10.3p5.tgz) = c136fb3cf3ead098a2849ba0842a31b5
-SIZE (irc2.10.3p5.tgz) = 674981
+MD5 (irc2.10.3p6.tgz) = 90f8c27e9a24b00488a25ef8e668546f
+SIZE (irc2.10.3p6.tgz) = 676847
diff --git a/irc/irc/files/patch-ac b/irc/irc/files/patch-ac
deleted file mode 100644
index 5405b38eff0e..000000000000
--- a/irc/irc/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- support/configure.orig Mon Aug 18 15:17:52 2003
-+++ support/configure Mon Aug 18 15:17:52 2003
-@@ -1296,7 +1296,7 @@
- fi
-
- irc_cv_solaris_2=no
--if test "$irc_sun" = no; then
-+if test "$irc_cv_sun" = no; then
- echo "$ac_t""no" 1>&6
- else
- if uname -r 2>/dev/null | grep "^5" >/dev/null; then