summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authormrg <mrg>1997-11-10 16:03:28 +0000
committermrg <mrg>1997-11-10 16:03:28 +0000
commit61ab30fe4651ec5a4fa26c0b6ba3ad3efa66a063 (patch)
treec9b223ea6a32b630a77d0742125a84cbd0d2e854 /net
parente3f3d00e708bdb3ab9e9b300a76bef10e2ced999 (diff)
downloadpkgsrc-61ab30fe4651ec5a4fa26c0b6ba3ad3efa66a063.tar.gz
update this to 2.9beta2. also change ftp server to the main ircii site, and make me the maintainer.
Diffstat (limited to 'net')
-rw-r--r--net/ircII/Makefile14
-rw-r--r--net/ircII/files/md51
-rw-r--r--net/ircII/patches/patch-ac19
3 files changed, 8 insertions, 26 deletions
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 <bsd.port.mk>
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/*