From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 26 08:40:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E6816A4B3 for ; Fri, 26 Sep 2003 08:40:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C02544005 for ; Fri, 26 Sep 2003 08:40:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8QFeFFY026340 for ; Fri, 26 Sep 2003 08:40:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8QFeFkE026339; Fri, 26 Sep 2003 08:40:15 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 26 Sep 2003 08:40:15 -0700 (PDT) Resent-Message-Id: <200309261540.h8QFeFkE026339@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicolas Jombart Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAAF116A4B3 for ; Fri, 26 Sep 2003 08:37:40 -0700 (PDT) Received: from shiva.bouglou.net (shiva.bouglou.net [62.4.22.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 086EB44001 for ; Fri, 26 Sep 2003 08:37:40 -0700 (PDT) (envelope-from ecu@shiva.bouglou.net) Received: by shiva.bouglou.net (Postfix, from userid 1000) id 01557152B2; Fri, 26 Sep 2003 17:37:38 +0200 (CEST) Message-Id: <20030926153738.01557152B2@shiva.bouglou.net> Date: Fri, 26 Sep 2003 17:37:38 +0200 (CEST) From: Nicolas Jombart To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57253: [MAINTAINER] sysutils/ccze: update to 0.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2003 15:40:18 -0000 >Number: 57253 >Category: ports >Synopsis: [MAINTAINER] sysutils/ccze: update to 0.2.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 26 08:40:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Nicolas Jombart >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: >Environment: System: FreeBSD shiva.int.ipv42.net 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #1: Tue Aug 26 15:11:08 CEST 2003 >Description: - Fix options parsing - Bump PORTREVISION - committer: files/ and files/patch-ccze-compat.c added. Generated with fingers and FreeBSD Port Tools 0.26 >How-To-Repeat: >Fix: diff -ruN --exclude=CVS /usr/ports/sysutils/ccze/Makefile ccze/Makefile --- /usr/ports/sysutils/ccze/Makefile Tue Jun 3 03:47:23 2003 +++ ccze/Makefile Fri Sep 26 17:30:40 2003 @@ -7,6 +7,7 @@ PORTNAME= ccze PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://bonehunter.rulez.org/pub/ccze/stable/ diff -ruN --exclude=CVS /usr/ports/sysutils/ccze/files/patch-ccze-compat.c ccze/files/patch-ccze-compat.c --- /usr/ports/sysutils/ccze/files/patch-ccze-compat.c Thu Jan 1 01:00:00 1970 +++ ccze/files/patch-ccze-compat.c Fri Sep 26 17:28:34 2003 @@ -0,0 +1,11 @@ +--- src/ccze-compat.c.orig Fri Sep 26 17:27:22 2003 ++++ src/ccze-compat.c Fri Sep 26 17:27:39 2003 +@@ -275,7 +275,7 @@ + char **valuep) + { + int i = getsubopt (optionp, tokens, valuep); +-#if HAVE_SUBOPTARg ++#if HAVE_SUBOPTARG + if (!*valuep && suboptarg) + *valuep = strdup (suboptarg); + #endif >Release-Note: >Audit-Trail: >Unformatted: