1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Update to 2.10.3p6

PR:		ports/64553
Submitted by:	Paolo Gatti <onel0ve@softhome.net>
This commit is contained in:
Pav Lucistnik 2004-03-29 15:23:52 +00:00
parent 0547b0e198
commit fecdf3861b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105618
3 changed files with 4 additions and 15 deletions

View File

@ -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:

View File

@ -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

View File

@ -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