From f5229842b9b0d7a62e564e10340301f4ccdc49d2 Mon Sep 17 00:00:00 2001 From: mnag Date: Fri, 14 Apr 2006 01:51:08 +0000 Subject: - Fix wrong patch. - Bump PORTREVISION PR: 95410 Submitted by: Stanislaw Halik --- misc/pinfo/Makefile | 1 + misc/pinfo/files/patch-src__utils.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index ca0d0e9c5ead..7b658fe0b75a 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -7,6 +7,7 @@ PORTNAME= pinfo PORTVERSION= 0.6.9 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://alioth.debian.org/download.php/1502/ diff --git a/misc/pinfo/files/patch-src__utils.c b/misc/pinfo/files/patch-src__utils.c index 1d274afd9806..551475e7a2a6 100644 --- a/misc/pinfo/files/patch-src__utils.c +++ b/misc/pinfo/files/patch-src__utils.c @@ -35,7 +35,7 @@ str_start += strlen("Node: "); /* and search for the next comma, tab, or newline */ - char *c = str_start; -+ *c = str_start; ++ c = str_start; while ( (*c!=',') && (*c!='\t') && (*c!='\n') && (*c!='\0') ) c++; *c = '\0'; -- cgit