diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-07 15:41:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-07 15:41:37 +0000 |
commit | 731f8e24168be89dfb8240c3d1e7510e6c92589e (patch) | |
tree | f247d7869ab50dbb4d8c4edd95c302f6aa625495 | |
parent | 8d24fb0e5d51b250a5dcea109a32d71369f1eb03 (diff) | |
download | pkgsrc-731f8e24168be89dfb8240c3d1e7510e6c92589e.tar.gz |
Update to 0.4.1 (with 0.4.1 tar.bz2 from distribution site).
Changes to 0.4nb1 unknown.
Closes pkg/16687 from Kevin Lo.
-rw-r--r-- | chat/vicq/Makefile | 5 | ||||
-rw-r--r-- | chat/vicq/distinfo | 10 | ||||
-rw-r--r-- | chat/vicq/patches/patch-aa | 10 | ||||
-rw-r--r-- | chat/vicq/patches/patch-ab | 16 |
4 files changed, 20 insertions, 21 deletions
diff --git a/chat/vicq/Makefile b/chat/vicq/Makefile index 2aa4b787577..47776db3d2d 100644 --- a/chat/vicq/Makefile +++ b/chat/vicq/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2002/05/07 15:03:59 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/05/07 15:41:37 wiz Exp $ -DISTNAME= vicq-0.4 -PKGREVISION= 1 +DISTNAME= vicq-0.4.1 CATEGORIES= chat MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/vicq/distinfo b/chat/vicq/distinfo index 89d538fa4ec..5e87b8ea667 100644 --- a/chat/vicq/distinfo +++ b/chat/vicq/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2002/05/07 14:11:59 jdolecek Exp $ +$NetBSD: distinfo,v 1.5 2002/05/07 15:41:37 wiz Exp $ -SHA1 (vicq-0.4.tar.bz2) = 49491c453b8e56ea0e1a424510af481fc2b22bcc -Size (vicq-0.4.tar.bz2) = 54103 bytes -SHA1 (patch-aa) = e7896096e45fe7cbea7ce6d7b3af976691910686 -SHA1 (patch-ab) = af3c3a53b9b965dba0f7753a935ec820d76990e3 +SHA1 (vicq-0.4.1.tar.bz2) = 824f49adb0f17d3f8c1593517db80fed5c70353c +Size (vicq-0.4.1.tar.bz2) = 54292 bytes +SHA1 (patch-aa) = 66c5203a16013952584ed20b88be26f75c7dda0f +SHA1 (patch-ab) = 92592ab9aa43d33546a6ab77ebd3a59d76366a7c diff --git a/chat/vicq/patches/patch-aa b/chat/vicq/patches/patch-aa index 13c87a3159d..dcec1c419bd 100644 --- a/chat/vicq/patches/patch-aa +++ b/chat/vicq/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1 2002/03/19 16:04:30 itojun Exp $ +$NetBSD: patch-aa,v 1.2 2002/05/07 15:41:38 wiz Exp $ ---- install.pl- Wed Mar 20 00:57:35 2002 -+++ install.pl Wed Mar 20 00:57:48 2002 +--- install.pl.orig Fri Apr 12 18:18:03 2002 ++++ install.pl @@ -55,7 +55,7 @@ ($err = `cp vicq $bindir`) and fail($err); --($err = `pod2man vicq --section=1 --release="vICQ 0.3" --center="vICQ manual page" | gzip -c > $mandir/man1/vicq.1.gz`) and &fail($err); -+($err = `pod2man vicq --section=1 --release="vICQ 0.3" --center="vICQ manual page" > $mandir/man1/vicq.1`) and &fail($err); +-($err = `pod2man vicq --section=1 --release="vICQ 0.4.1" --center="vICQ manual page" | gzip -c > $mandir/man1/vicq.1.gz`) and &fail($err); ++($err = `pod2man vicq --section=1 --release="vICQ 0.4.1" --center="vICQ manual page" > $mandir/man1/vicq.1`) and &fail($err); print "Instalation complete\n"; sub fail { diff --git a/chat/vicq/patches/patch-ab b/chat/vicq/patches/patch-ab index 5ea19636a55..7c8450c0b62 100644 --- a/chat/vicq/patches/patch-ab +++ b/chat/vicq/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1 2002/05/07 14:11:59 jdolecek Exp $ +$NetBSD: patch-ab,v 1.2 2002/05/07 15:41:38 wiz Exp $ ---- vicq.orig Tue May 7 15:59:52 2002 -+++ vicq Tue May 7 16:01:36 2002 -@@ -2011,7 +2011,7 @@ +--- vicq.orig Mon Apr 15 18:55:17 2002 ++++ vicq +@@ -2010,7 +2010,7 @@ $config{log_path} = expand_file($config{log_path}); $config{log_path}.='/' unless $config{log_path}=~/\/$/; }else{ @@ -11,16 +11,16 @@ $NetBSD: patch-ab,v 1.1 2002/05/07 14:11:59 jdolecek Exp $ } unless( -e $config{log_path} || $config{log_path} eq $ENV{HOME}) { -@@ -2495,7 +2495,7 @@ +@@ -2494,7 +2494,7 @@ $uin =~ s/\033\[.m//g; my $fname=($config{log_type}=~/a/)?'vicq.log':"$uin.log"; -- open LOG,">> $config{log_path}$fname" or warn "Can't open file $config{log_path}$fname"; -+ open LOG,">> $config{log_path}/$fname" or warn "Can't open file $config{log_path}/$fname"; +- open LOG,">> $config{log_path}$fname" or warn "Can't open file $config{log_path}$fname"; ++ open LOG,">> $config{log_path}/$fname" or warn "Can't open file $config{log_path}$fname"; print LOG "--[$format $now_string\n"; print LOG $message; print LOG "\n" if $config{log_type}=~/n/; -@@ -2836,7 +2836,7 @@ +@@ -2834,7 +2834,7 @@ my $pager = $ENV{'PAGER'} || 'less -R'; my $home = $ENV{HOME}; my $fname=($config{log_type}=~/a/)?'vicq.log':"$uin.log"; |