pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/i2cbd A new BETA is out, i2cbd-2.0_BETA1. Update...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7f5bfedc574
branches:  trunk
changeset: 463019:b7f5bfedc574
user:      jwise <jwise%pkgsrc.org@localhost>
date:      Fri Oct 24 21:12:18 2003 +0000

description:
A new BETA is out, i2cbd-2.0_BETA1.  Update pkg accordingly.

Changes are minor -- compiler warning fixes from GCC3, and better log messages.

diffstat:

 chat/i2cbd/Makefile         |   5 ++---
 chat/i2cbd/distinfo         |   8 ++++----
 chat/i2cbd/patches/patch-ab |  11 +----------
 3 files changed, 7 insertions(+), 17 deletions(-)

diffs (54 lines):

diff -r fa75e1eaa257 -r b7f5bfedc574 chat/i2cbd/Makefile
--- a/chat/i2cbd/Makefile       Fri Oct 24 20:34:44 2003 +0000
+++ b/chat/i2cbd/Makefile       Fri Oct 24 21:12:18 2003 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2003/09/01 10:13:08 cjep Exp $
+# $NetBSD: Makefile,v 1.8 2003/10/24 21:12:18 jwise Exp $
 #
 
-DISTNAME=      i2cbd-2.0_BETA0
-PKGREVISION=   1
+DISTNAME=      i2cbd-2.0_BETA1
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_LOCAL}
 
diff -r fa75e1eaa257 -r b7f5bfedc574 chat/i2cbd/distinfo
--- a/chat/i2cbd/distinfo       Fri Oct 24 20:34:44 2003 +0000
+++ b/chat/i2cbd/distinfo       Fri Oct 24 21:12:18 2003 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2003/08/02 20:38:56 kristerw Exp $
+$NetBSD: distinfo,v 1.4 2003/10/24 21:12:18 jwise Exp $
 
-SHA1 (i2cbd-2.0_BETA0.tar.gz) = dd76db90442f3ccd8e3048cbdb313740ddcfb792
-Size (i2cbd-2.0_BETA0.tar.gz) = 70622 bytes
+SHA1 (i2cbd-2.0_BETA1.tar.gz) = d3578637f834a8628c270e1e9fd6db7683d1603c
+Size (i2cbd-2.0_BETA1.tar.gz) = 59007 bytes
 SHA1 (patch-aa) = 0151f8e68be11e759425d2e9569df3d465c50931
-SHA1 (patch-ab) = 11501fabf5effb3a2e8cfad78a7200064237b471
+SHA1 (patch-ab) = bca8ecb0f41be6405333f2bcf7722dc725ffc777
 SHA1 (patch-ac) = ca8e6b7324a22fb9ecabf2374e34febb55196e28
diff -r fa75e1eaa257 -r b7f5bfedc574 chat/i2cbd/patches/patch-ab
--- a/chat/i2cbd/patches/patch-ab       Fri Oct 24 20:34:44 2003 +0000
+++ b/chat/i2cbd/patches/patch-ab       Fri Oct 24 21:12:18 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.3 2003/08/02 20:38:57 kristerw Exp $
+$NetBSD: patch-ab,v 1.4 2003/10/24 21:12:18 jwise Exp $
 --- config.mk.orig     Tue Oct 30 20:50:40 2001
 +++ config.mk  Sat Aug  2 22:28:11 2003
 @@ -3,7 +3,6 @@
@@ -9,15 +9,6 @@
  BINDIR                = ${PREFIX}/sbin
  MANDIR                = ${PREFIX}/man
  MAN8DIR               = ${PREFIX}/man/man8
-@@ -11,7 +10,7 @@
- 
- INSTALL               = ../install-sh
- 
--WARNS         = -Wall -Wtraditional -ansi -pedantic
-+WARNS         = -Wall -ansi -pedantic
- EXTRAWARNS    = -Wshadow -Wpointer-arith -Werror -Wcast-qual -Wcast-align \
-                 -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
-                 -Wnested-externs
 @@ -19,7 +18,7 @@
  # affect portability to some platforms.  The others here are irrelevant.
  BADWARNS      = -Wwrite-strings -Wconversion -Waggregate-return -Wredundant-decls



Home | Main Index | Thread Index | Old Index