From 61ab30fe4651ec5a4fa26c0b6ba3ad3efa66a063 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 10 Nov 1997 16:03:28 +0000 Subject: update this to 2.9beta2. also change ftp server to the main ircii site, and make me the maintainer. --- net/ircII/Makefile | 14 +++++++------- net/ircII/files/md5 | 1 + net/ircII/patches/patch-ac | 19 ------------------- 3 files changed, 8 insertions(+), 26 deletions(-) delete mode 100644 net/ircII/patches/patch-ac (limited to 'net') diff --git a/net/ircII/Makefile b/net/ircII/Makefile index 020c043a643..1b89faa446c 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -3,21 +3,21 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $NetBSD: Makefile,v 1.3 1997/11/09 22:12:40 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1997/11/10 16:03:28 mrg Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # -DISTNAME= ircii-2.9-roof -PKGNAME= ircII-2.9roof -WRKSRC= ${WRKDIR}/ircii-2.9 +DISTNAME= ircii-2.9beta2 +PKGNAME= ircII-2.9beta2 +WRKSRC= ${WRKDIR}/ircii-2.9beta2 CATEGORIES= net -MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ +MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ -MAINTAINER= torstenb@FreeBSD.ORG +MAINTAINER= mrg@eterna.com.au GNU_CONFIGURE= yes #CONFIGURE_ARGS+= --with-default-server=SERVER[:PORT] -MAN1= ircII.1 ircbug.1 +MAN= ircII.1 ircbug.1 .include diff --git a/net/ircII/files/md5 b/net/ircII/files/md5 index 6f3ad0ac97c..1b91e5ffe56 100644 --- a/net/ircII/files/md5 +++ b/net/ircII/files/md5 @@ -1,2 +1,3 @@ MD5 (ircii-2.9-base.tar.gz) = 9c67dd828e5f77685eb9689d4aabd9d4 MD5 (ircii-2.9-roof.tar.gz) = 860cf165dafa15c7f834ced228865b19 +MD5 (ircii-2.9beta2.tar.gz) = d66f0444d4cbd2da7875344d041c50bd diff --git a/net/ircII/patches/patch-ac b/net/ircII/patches/patch-ac deleted file mode 100644 index fa53aa263aa..00000000000 --- a/net/ircII/patches/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ -*** Makefile.in.orig Sun Jul 21 16:54:59 1996 ---- Makefile.in Fri Nov 15 16:56:15 1996 -*************** -*** 215,221 **** - ) - @echo installing ircII scripts... - cd script; for i in *; do $(INSTALL_DATA) $$i $(INSTALL_SCRIPT); done -! -@if test -f script/local.orig then; $(MV) script/local.orig script/local; fi - - installtranslation: installdirs - -chmod -x translation/* ---- 215,221 ---- - ) - @echo installing ircII scripts... - cd script; for i in *; do $(INSTALL_DATA) $$i $(INSTALL_SCRIPT); done -! -@if test -f script/local.orig; then $(MV) script/local.orig script/local; fi - - installtranslation: installdirs - -chmod -x translation/* -- cgit v1.2.3