diff options
author | pav <pav@FreeBSD.org> | 2004-03-29 15:23:52 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-29 15:23:52 +0000 |
commit | 71088449f53d0b3a8bd1a86326bf361d41bcb032 (patch) | |
tree | d0fc84b0f3a368f1a3745794013ca9bf394bf91e /irc | |
parent | 34359a1f77c883e973b284ade641e216510434ae (diff) | |
download | FreeBSD-ports-71088449f53d0b3a8bd1a86326bf361d41bcb032.zip FreeBSD-ports-71088449f53d0b3a8bd1a86326bf361d41bcb032.tar.gz |
- Update to 2.10.3p6
PR: ports/64553
Submitted by: Paolo Gatti <onel0ve@softhome.net>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irc/Makefile | 4 | ||||
-rw-r--r-- | irc/irc/distinfo | 4 | ||||
-rw-r--r-- | irc/irc/files/patch-ac | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile index bfe9446..e59d0af 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 1491e98..a8ea4f2 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 5405b38e..0000000 --- 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 |