diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-02 01:36:12 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-02 01:36:12 +0800 |
commit | b94c1f63209ffa011f274c7d4b6e6526080eff64 (patch) | |
tree | be035c68ea501352e320532b4f9daf4da99213b7 /irc/bnc | |
parent | e6ad5a54bf61003be5aa5e07de2afa3954dbe3b6 (diff) | |
download | freebsd-ports-gnome-b94c1f63209ffa011f274c7d4b6e6526080eff64.tar.gz freebsd-ports-gnome-b94c1f63209ffa011f274c7d4b6e6526080eff64.tar.zst freebsd-ports-gnome-b94c1f63209ffa011f274c7d4b6e6526080eff64.zip |
Update to 2.8.4
PR: 27641
No Response: maintainer
Submitted by: scorpio@drkshdw.org
Diffstat (limited to 'irc/bnc')
-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 |