diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-03-19 23:39:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-03-19 23:39:37 +0000 |
commit | 9df76a88cd4e5f1d7d1604fb147386cdd15e1816 (patch) | |
tree | 6a8e7d2f1d04e8753fae2863ffc739c1159afc42 /irc/ircII/Makefile | |
parent | Typo fix. (diff) |
Upgrade to ircII 4.4S, an actively-developed version which has had many
changes since the 4.4 release. In particular ipv6 support is now claimed
and it fixes at least one serious security hole.
Notes
Notes:
svn path=/head/; revision=26831
Diffstat (limited to 'irc/ircII/Makefile')
-rw-r--r-- | irc/ircII/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index 85efccba2511..ae00ddad28c9 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -1,20 +1,21 @@ # New ports collection makefile for: IrcII Client -# Version required: 2.9 +# Version required: 4.4S # Date created: 18 Oct 1994 # Whom: torstenb # # $FreeBSD$ # -DISTNAME= ircii-4.4 -CATEGORIES= irc -MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ +DISTNAME= ircii-4.4S +CATEGORIES= irc ipv6 +MASTER_SITES= ftp://ircftp.au.eterna.com.au/pub/ircII/ MAINTAINER= torstenb@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ENV= IRCLIB=${PREFIX}/share/irc -FORBIDDEN= buffer overflow + +USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PKGNAME} MAN1= ircII.1 ircbug.1 |