Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2003 17:37:38 +0200 (CEST)
From:      Nicolas Jombart <ecu@ipv42.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57253: [MAINTAINER] sysutils/ccze: update to 0.2.1
Message-ID:  <20030926153738.01557152B2@shiva.bouglou.net>
Resent-Message-ID: <200309261540.h8QFeFkE026339@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030926153738.01557152B2>