From scjamorim@bsd.com.br  Sat Aug  8 12:18:28 2009
Return-Path: <scjamorim@bsd.com.br>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A8E37106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 Aug 2009 12:18:28 +0000 (UTC)
	(envelope-from scjamorim@bsd.com.br)
Received: from mail-yw0-f180.google.com (mail-yw0-f180.google.com [209.85.211.180])
	by mx1.freebsd.org (Postfix) with ESMTP id 6B4328FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 Aug 2009 12:18:28 +0000 (UTC)
Received: by ywh10 with SMTP id 10so3671479ywh.7
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 08 Aug 2009 05:18:27 -0700 (PDT)
Received: by 10.90.88.17 with SMTP id l17mr1934232agb.49.1249733906686;
        Sat, 08 Aug 2009 05:18:26 -0700 (PDT)
Received: from fbsd72.scjamorim.org (201.47.164.214.dynamic.adsl.gvt.net.br [201.47.164.214])
        by mx.google.com with ESMTPS id 38sm5756286aga.79.2009.08.08.05.18.22
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 08 Aug 2009 05:18:25 -0700 (PDT)
Received: by fbsd72.scjamorim.org (Postfix, from userid 0)
	id 3901E22827D; Sat,  8 Aug 2009 09:18:10 -0300 (BRT)
Message-Id: <20090808121810.3901E22827D@fbsd72.scjamorim.org>
Date: Sat,  8 Aug 2009 09:18:10 -0300 (BRT)
From: Sylvio Cesar <scjamorim@bsd.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] math/libqalculate: BUMP PORTREVISION
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         137567
>Category:       ports
>Synopsis:       [PATCH] math/libqalculate: BUMP PORTREVISION
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 08 12:20:01 UTC 2009
>Closed-Date:    Sun Aug 16 01:21:51 UTC 2009
>Last-Modified:  Sun Aug 16 01:30:06 UTC 2009
>Originator:     Sylvio Cesar
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
- BUMP PORTREVISION in favor of the latest update of cln(ports/137552).
- Take maintainership.

You can see log in mine tinderbox:
http://www.scjamorim.org/Home/libqalculate-0.9.6_5.log

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libqalculate-0.9.6_5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/libqalculate/Makefile,v
retrieving revision 1.20
diff -u -u -r1.20 Makefile
--- Makefile	2 Aug 2009 19:34:40 -0000	1.20
+++ Makefile	8 Aug 2009 12:14:27 -0000
@@ -7,17 +7,16 @@
 
 PORTNAME=	libqalculate
 PORTVERSION=	0.9.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	math
 MASTER_SITES=	SF/qalculate
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	scjamorim@bsd.com.br
 COMMENT=	A a multi-purpose desktop calculator (backend library)
 
-LIB_DEPENDS=	cln.5:${PORTSDIR}/math/cln
+LIB_DEPENDS=	cln.6:${PORTSDIR}/math/cln
 
 USE_GNOME=	glib20 gnomehack gnometarget intlhack libxml2
-USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool:22
 USE_LDCONFIG=	yes
@@ -27,4 +26,12 @@
 	@${REINPLACE_CMD} -e 's/^GMSGFMT = @GMSGFMT@/GMSGFMT = msgfmt/' ${WRKSRC}/po/Makefile.in.in
 	@${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/' ${WRKSRC}/configure
 
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=	--disable-nls
+PLIST_SUB+=		NLS="@comment "
+.else
+USE_GETTEXT=		yes
+PLIST_SUB+=		NLS=""
+.endif
+
 .include <bsd.port.mk>
--- libqalculate-0.9.6_5.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Aug 8 12:20:14 UTC 2009 
Responsible-Changed-Why:  
araujo@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137567 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Sun Aug 16 01:21:50 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137567: commit references a PR
Date: Sun, 16 Aug 2009 01:21:44 +0000 (UTC)

 araujo      2009-08-16 01:21:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/libqalculate    Makefile 
   Log:
   - Bump PORTREVISION in favor of math/cln update.
   - Pass maintainer to submitter.
   
   PR:             ports/137567
   Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
   
   Revision  Changes    Path
   1.21      +11 -4     ports/math/libqalculate/Makefile
 _______________________________________________
 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:
