diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-10 09:55:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-10 09:55:51 +0000 |
commit | 5c261e2a347fcf0cff74e3b521be08da7283a17b (patch) | |
tree | 0db3fc9b1a0c8177e002fd4af7a576db703ecf8d /chat | |
parent | ead757f81f409899b47297a6755a8ef062b2f707 (diff) | |
download | pkgsrc-5c261e2a347fcf0cff74e3b521be08da7283a17b.tar.gz |
Update to 0.4.10.2: bugfix release.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/micq/Makefile | 7 | ||||
-rw-r--r-- | chat/micq/distinfo | 8 | ||||
-rw-r--r-- | chat/micq/patches/patch-aa | 10 |
3 files changed, 13 insertions, 12 deletions
diff --git a/chat/micq/Makefile b/chat/micq/Makefile index 13d4153b55e..894a49d50bf 100644 --- a/chat/micq/Makefile +++ b/chat/micq/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2003/02/15 04:20:17 salo Exp $ +# $NetBSD: Makefile,v 1.10 2003/04/10 09:55:51 wiz Exp $ -DISTNAME= micq-0.4.10.1 +DISTNAME= micq-0.4.10.2 CATEGORIES= chat -MASTER_SITES= http://www.micq.org/source/ +MASTER_SITES= http://www.micq.org/source/ \ + ftp://www.micq.org/pub/micq/source/ EXTRACT_SUFX= .tgz MAINTAINER= shell@netbsd.org diff --git a/chat/micq/distinfo b/chat/micq/distinfo index b86d47ce726..4be74b34707 100644 --- a/chat/micq/distinfo +++ b/chat/micq/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2003/02/15 04:20:17 salo Exp $ +$NetBSD: distinfo,v 1.8 2003/04/10 09:55:51 wiz Exp $ -SHA1 (micq-0.4.10.1.tgz) = cd8713e47b366ca504d56395c42d54826057218e -Size (micq-0.4.10.1.tgz) = 792832 bytes -SHA1 (patch-aa) = 30fdb922007ff2132147242c511db6345b40d501 +SHA1 (micq-0.4.10.2.tgz) = 6e8e68ffaaedecfa909f9bd89a10bd3cd0c3d8b7 +Size (micq-0.4.10.2.tgz) = 842470 bytes +SHA1 (patch-aa) = 295d93ca9deb0054906d7bd4119a8b713e82f1b6 diff --git a/chat/micq/patches/patch-aa b/chat/micq/patches/patch-aa index 9c4ca9ae6bd..d057dc100fc 100644 --- a/chat/micq/patches/patch-aa +++ b/chat/micq/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.6 2003/02/15 04:20:18 salo Exp $ +$NetBSD: patch-aa,v 1.7 2003/04/10 09:55:51 wiz Exp $ ---- doc/Makefile.in.orig Fri Jan 24 20:03:17 2003 -+++ doc/Makefile.in Sat Feb 15 05:00:29 2003 -@@ -118,7 +118,7 @@ +--- doc/Makefile.in.orig Fri Mar 7 03:44:48 2003 ++++ doc/Makefile.in +@@ -119,7 +119,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --SUBDIRS = de fr es ru pt_BR uk +-SUBDIRS = de fr es ru pt_BR uk sr +SUBDIRS = man_MANS = micq.1 micq.7 micqrc.5 |