From culot@0xd0.org  Fri Aug 27 13:10:14 2010
Return-Path: <culot@0xd0.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6ECAF1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Aug 2010 13:10:14 +0000 (UTC)
	(envelope-from culot@0xd0.org)
Received: from 0xd0.org (0xd0.org [91.121.92.146])
	by mx1.freebsd.org (Postfix) with ESMTP id 13CFA8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Aug 2010 13:10:13 +0000 (UTC)
Received: from 0xd0.org (doudou.0xd0.org [172.16.0.254])
	by 0xd0.org (8.14.4/8.14.4) with ESMTP id o7RD9maq042680
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Aug 2010 15:09:48 +0200 (CEST)
	(envelope-from culot@0xd0.org)
Received: (from culot@localhost)
	by 0xd0.org (8.14.4/8.14.4/Submit) id o7RD9mJR042679;
	Fri, 27 Aug 2010 15:09:48 +0200 (CEST)
	(envelope-from culot)
Message-Id: <201008271309.o7RD9mJR042679@0xd0.org>
Date: Fri, 27 Aug 2010 15:09:48 +0200 (CEST)
From: Frederic Culot <frederic@culot.org>
Reply-To: Frederic Culot <frederic@culot.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: misc/clpbar
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         150039
>Category:       ports
>Synopsis:       Update port: misc/clpbar
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 27 13:20:07 UTC 2010
>Closed-Date:    Sat Sep 11 11:27:46 UTC 2010
>Last-Modified:  Sat Sep 11 11:30:16 UTC 2010
>Originator:     Frederic Culot
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
- updated to 1.11.0
- a blank was replaced by a tab in Makefile (spotted by portlint(1))

Changes: http://freshmeat.net/projects/commandlineprogressbar/releases/321109
>How-To-Repeat:
>Fix:
diff -ruN clpbar.bak/Makefile clpbar/Makefile
--- clpbar.bak/Makefile	2010-08-27 14:53:39.419796305 +0200
+++ clpbar/Makefile	2010-08-27 14:58:48.789855628 +0200
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	clpbar
-PORTVERSION=	1.10.9
+PORTVERSION=	1.11.0
 CATEGORIES=	misc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/bar-${PORTVERSION}
 DISTNAME=	bar_${PORTVERSION}
@@ -17,7 +17,7 @@
 
 WRKSRC=		${WRKDIR}/bar-${PORTVERSION}
 GNU_CONFIGURE=	yes
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_SAFE=	yes
 MAKE_ARGS+=	CFLAGS+="${CFLAGS}"
 
 MAN1=		bar.1
diff -ruN clpbar.bak/distinfo clpbar/distinfo
--- clpbar.bak/distinfo	2010-08-27 14:53:39.419796305 +0200
+++ clpbar/distinfo	2010-08-27 14:55:18.536999748 +0200
@@ -1,3 +1,3 @@
-MD5 (bar_1.10.9.tar.gz) = d824415b391a3f826b410c86223e54a5
-SHA256 (bar_1.10.9.tar.gz) = af36a250a86ee2269f278b3420f1154a28b788971687cc5378f2652b13c3b6fc
-SIZE (bar_1.10.9.tar.gz) = 183724
+MD5 (bar_1.11.0.tar.gz) = 601a6451e531c3833416b984c08802af
+SHA256 (bar_1.11.0.tar.gz) = 7cdc6ad93a8cf31df332241d702dd5fba306fb8a861da1ba7f7c2158789ae471
+SIZE (bar_1.11.0.tar.gz) = 186582
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Aug 27 13:20:17 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150039 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Sep 11 11:27:45 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150039 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150039: commit references a PR
Date: Sat, 11 Sep 2010 11:27:38 +0000 (UTC)

 miwi        2010-09-11 11:27:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     misc/clpbar          Makefile distinfo 
   Log:
   - Update to 1.11.0
   
   PR:             150039
   Submitted by:   Frederic Culot <frederic@culot.org>
   
   Revision  Changes    Path
   1.14      +2 -2      ports/misc/clpbar/Makefile
   1.10      +3 -3      ports/misc/clpbar/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
