diff options
author | jwise <jwise> | 2003-10-24 21:12:18 +0000 |
---|---|---|
committer | jwise <jwise> | 2003-10-24 21:12:18 +0000 |
commit | f299d6f4ab1905f53a107aa6d5c6eb7c4bf5ec2f (patch) | |
tree | 420d28f738a4235ccf7ae9b9117d004a12f7f858 /chat | |
parent | c9614756470418e5443b895b7cb670a4928a1956 (diff) | |
download | pkgsrc-f299d6f4ab1905f53a107aa6d5c6eb7c4bf5ec2f.tar.gz |
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 (limited to 'chat')
-rw-r--r-- | chat/i2cbd/Makefile | 5 | ||||
-rw-r--r-- | chat/i2cbd/distinfo | 8 | ||||
-rw-r--r-- | chat/i2cbd/patches/patch-ab | 11 |
3 files changed, 7 insertions, 17 deletions
diff --git a/chat/i2cbd/Makefile b/chat/i2cbd/Makefile index 020f22ea145..f8d01caa361 100644 --- a/chat/i2cbd/Makefile +++ b/chat/i2cbd/Makefile @@ -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 --git a/chat/i2cbd/distinfo b/chat/i2cbd/distinfo index 778fb749117..5ab20b63f13 100644 --- a/chat/i2cbd/distinfo +++ b/chat/i2cbd/distinfo @@ -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 --git a/chat/i2cbd/patches/patch-ab b/chat/i2cbd/patches/patch-ab index 112daa50cab..8f44668c580 100644 --- a/chat/i2cbd/patches/patch-ab +++ b/chat/i2cbd/patches/patch-ab @@ -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 @@ $NetBSD: patch-ab,v 1.3 2003/08/02 20:38:57 kristerw Exp $ 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 |