diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-01 17:36:12 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-01 17:36:12 +0000 |
commit | 2be7bbe1eacb471051304e20afec52adec164cfe (patch) | |
tree | dd0635713e408817d72c3f34a9a889fe197353fb /irc | |
parent | 49a0f7d5f1a9fbabe53f90556c8b9edaa17d6f67 (diff) | |
download | ports-2be7bbe1eacb471051304e20afec52adec164cfe.tar.gz ports-2be7bbe1eacb471051304e20afec52adec164cfe.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bnc/Makefile | 4 | ||||
-rw-r--r-- | irc/bnc/distinfo | 2 | ||||
-rw-r--r-- | irc/bnc/files/patch-aa | 12 |
3 files changed, 9 insertions, 9 deletions
diff --git a/irc/bnc/Makefile b/irc/bnc/Makefile index a390fcff5682..0acd9e5f52ee 100644 --- a/irc/bnc/Makefile +++ b/irc/bnc/Makefile @@ -6,9 +6,9 @@ # PORTNAME= bnc -PORTVERSION= 2.8.2 +PORTVERSION= 2.8.4 CATEGORIES= irc -MASTER_SITES= http://www.psn.net/~andrews/dist/ +MASTER_SITES= http://www.gotbnc.com/files/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= billf@FreeBSD.org diff --git a/irc/bnc/distinfo b/irc/bnc/distinfo index 84c3cb069623..6b7c2fdf745c 100644 --- a/irc/bnc/distinfo +++ b/irc/bnc/distinfo @@ -1 +1 @@ -MD5 (bnc2.8.2.tar.gz) = e0d12168cdace5d9ae410db4d24e6e2e +MD5 (bnc2.8.4.tar.gz) = 15f197a4f04f2bcc7136ed635bff4afc diff --git a/irc/bnc/files/patch-aa b/irc/bnc/files/patch-aa index dfc26315f73b..affea756da23 100644 --- a/irc/bnc/files/patch-aa +++ b/irc/bnc/files/patch-aa @@ -1,11 +1,11 @@ ---- Makefile.in.orig Thu Mar 18 01:09:25 1999 -+++ Makefile.in Thu Mar 18 01:09:31 1999 -@@ -4,7 +4,7 @@ - CFLAGS = -DVERSION='"v2.4.8"' -O6 +--- Makefile.in.orig Fri Jun 15 14:29:22 2001 ++++ Makefile.in Fri Jun 15 14:29:40 2001 +@@ -6,7 +6,7 @@ + STRIP = strip CC = gcc -ALL: bnc mkpasswd +all: bnc mkpasswd - @echo "*** Done compiling required files" - @echo "Please read the README.TXT file included" + mkpasswd:mkpasswd.c + ${CC} ${OPTS} ${COPT} ${LIBS} -o mkpasswd mkpasswd.c |