diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-03-26 09:26:12 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-03-26 09:26:12 +0000 |
commit | b6d87dd527860ed8d055e2da82062e46aa3e324b (patch) | |
tree | c94687b8c3d57f46408c6a755e321147a467954a /chat/cgiirc/Makefile | |
parent | 70294997ac5bd975342cac4161137afd33b08739 (diff) | |
download | pkgsrc-b6d87dd527860ed8d055e2da82062e46aa3e324b.tar.gz |
- Update from 0.5.5 to 0.5.6
Set binmode utf8 on STDOUT, fixes Perl 5.8.5 (By dgl)
Revert to using $! as gethostbyname error message, still don't get any useful error if Socket6 is installed though.. (By dgl)
/charset command (By dgl)
Set utf-8 flag on, always turn input into utf-8. (By dgl)
Fix utf-8 input handling (By dgl)
Non-supported browsers #10 (By dgl
Change login options to comma seperated list and document. (By dgl)
gethostbyname returns error in $? not $! (By dgl)
Diffstat (limited to 'chat/cgiirc/Makefile')
-rw-r--r-- | chat/cgiirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/cgiirc/Makefile b/chat/cgiirc/Makefile index efa1ea4737f..ab73b29eefc 100644 --- a/chat/cgiirc/Makefile +++ b/chat/cgiirc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2005/01/19 21:27:39 adrianp Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/26 09:26:12 adrianp Exp $ -DISTNAME= cgiirc-0.5.5 +DISTNAME= cgiirc-0.5.6 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cgiirc/} |