From rodrigo@bebik.net  Fri Apr 26 23:11:46 2013
Return-Path: <rodrigo@bebik.net>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id BDD2E737
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Apr 2013 23:11:46 +0000 (UTC)
	(envelope-from rodrigo@bebik.net)
Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12])
	by mx1.freebsd.org (Postfix) with ESMTP id 54B9F12BF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Apr 2013 23:11:44 +0000 (UTC)
Received: from sisko.workgroup (unknown [82.227.164.69])
	by smtp3-g21.free.fr (Postfix) with ESMTP id 53B35A60E4
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 Apr 2013 01:11:38 +0200 (CEST)
Received: from sisko.workgroup (localhost [127.0.0.1])
	by sisko.workgroup (8.14.5/8.14.5) with ESMTP id r3QNBaAZ002148
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 Apr 2013 01:11:36 +0200 (CEST)
	(envelope-from rodrigo@sisko.workgroup)
Received: (from rodrigo@localhost)
	by sisko.workgroup (8.14.5/8.14.5/Submit) id r3QNBaP2002147;
	Sat, 27 Apr 2013 01:11:36 +0200 (CEST)
	(envelope-from rodrigo)
Message-Id: <201304262311.r3QNBaP2002147@sisko.workgroup>
Date: Sat, 27 Apr 2013 01:11:36 +0200 (CEST)
From: Rodrigo (ros) OSORIO <rodrigo@bebik.net>
Reply-To: Rodrigo (ros) OSORIO <rodrigo@bebik.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: devel/log4c port upgrade to 1.2.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         178191
>Category:       ports
>Synopsis:       devel/log4c port upgrade to 1.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stefan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 26 23:20:00 UTC 2013
>Closed-Date:    Sun May 12 16:06:51 UTC 2013
>Last-Modified:  Sun May 12 16:10:01 UTC 2013
>Originator:     Rodrigo (ros) OSORIO
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD sisko 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	Update log4c to 1.2.3
	- memory leak fix
	- fix syslog appender
	- other minor fixes and typo changes
>How-To-Repeat:
	
>Fix:

	



--- log4c.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 316316)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	log4c
-PORTVERSION=	1.2.2
+PORTVERSION=	1.2.3
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
Index: distinfo
===================================================================
--- distinfo	(revision 316316)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (log4c-1.2.2.tar.gz) = 175509c8e2200c466070f2ae974303e08c2b39581fbeeaee24009f1f89c55308
-SIZE (log4c-1.2.2.tar.gz) = 539391
+SHA256 (log4c-1.2.3.tar.gz) = dcb5e0d9dd3a7a51b91dcd0fe00145521e681f1454f3c3eba159b3a93212ffe0
+SIZE (log4c-1.2.3.tar.gz) = 534781
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 316316)
+++ pkg-plist	(working copy)
@@ -27,6 +27,6 @@
 lib/liblog4c.a
 lib/liblog4c.la
 lib/liblog4c.so
-lib/liblog4c.so.4
+lib/liblog4c.so.6
 share/aclocal/log4c.m4
 @dirrm include/log4c
--- log4c.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->stefan 
Responsible-Changed-By: stefan 
Responsible-Changed-When: Sun Apr 28 10:17:17 UTC 2013 
Responsible-Changed-Why:  
Take. 

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

From: Stefan Walter <stefan@FreeBSD.org>
To: Rodrigo OSORIO <rodrigo@bebik.net>
Cc: GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/178191: devel/log4c port upgrade to 1.2.3
Date: Sun, 28 Apr 2013 12:24:46 +0200

 Hello Rodrigo,
 
 the port leaves behind files when deinstalled, as can be seen at the end
 of the log at [1]. Can you please investigate and send an updated patch
 for the port that makes it clean up correctly when deinstalled?
 
 Best regards,
 Stefan
 
 [1]: https://redports.org/~stefan/20130428101700-13055-116541/log4c-1.2.3.log
State-Changed-From-To: open->feedback 
State-Changed-By: stefan 
State-Changed-When: Sun Apr 28 10:34:57 UTC 2013 
State-Changed-Why:  
Awaiting feedback. 

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

From: Rodrigo OSORIO <rodrigo@bebik.net>
To: Stefan Walter <stefan@FreeBSD.org>
Cc: GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/178191: devel/log4c port upgrade to 1.2.3
Date: Mon, 29 Apr 2013 00:51:09 +0200

 This is a multi-part message in MIME format.
 --------------090606020006010509040607
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 On 04/28/13 12:24, Stefan Walter wrote:
 > Hello Rodrigo,
 >
 > the port leaves behind files when deinstalled, as can be seen at the end
 > of the log at [1]. Can you please investigate and send an updated patch
 > for the port that makes it clean up correctly when deinstalled?
 >
 > Best regards,
 > Stefan
 >
 > [1]: https://redports.org/~stefan/20130428101700-13055-116541/log4c-1.2.3.log
 Hi Stefan,
 
 Thanks for your feedback, and without my redport account back
 and without a tinderbox close to me I have to believe on it.
 I fix the port plist according with the log, hope that was enough.
 
 Best regards,
 - rodrigo
 
 
 
 --------------090606020006010509040607
 Content-Type: text/plain; charset=us-ascii;
  name="log4c.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="log4c.patch"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 316316)
 +++ Makefile	(working copy)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	log4c
 -PORTVERSION=	1.2.2
 +PORTVERSION=	1.2.3
  CATEGORIES=	devel
  MASTER_SITES=	SF
  
 Index: distinfo
 ===================================================================
 --- distinfo	(revision 316316)
 +++ distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (log4c-1.2.2.tar.gz) = 175509c8e2200c466070f2ae974303e08c2b39581fbeeaee24009f1f89c55308
 -SIZE (log4c-1.2.2.tar.gz) = 539391
 +SHA256 (log4c-1.2.3.tar.gz) = dcb5e0d9dd3a7a51b91dcd0fe00145521e681f1454f3c3eba159b3a93212ffe0
 +SIZE (log4c-1.2.3.tar.gz) = 534781
 Index: pkg-plist
 ===================================================================
 --- pkg-plist	(revision 316316)
 +++ pkg-plist	(working copy)
 @@ -27,6 +27,8 @@
  lib/liblog4c.a
  lib/liblog4c.la
  lib/liblog4c.so
 -lib/liblog4c.so.4
 +lib/liblog4c.so.6
 +libdata/pkgconfig/log4c.pc
  share/aclocal/log4c.m4
 +man/man1/log4c-config.1
  @dirrm include/log4c
 
 --------------090606020006010509040607--

From: Stefan Walter <stefan@FreeBSD.org>
To: Rodrigo OSORIO <rodrigo@bebik.net>
Cc: GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/178191: devel/log4c port upgrade to 1.2.3
Date: Mon, 29 Apr 2013 00:59:12 +0200

 Hi Rodrigo,
 
 Rodrigo OSORIO, 29.04.13, 00:50h CEST:
 
 > Thanks for your feedback, and without my redport account back
 > and without a tinderbox close to me I have to believe on it.
 
 getting a redports.org account should not be a problem, I guess...
 
 > I fix the port plist according with the log, hope that was enough.
 
 Unfortunately not:
 
 $ portlint -C
 FATAL: /home/stefan/src/ports-svn.freebsd.org/devel/log4c/pkg-plist: [33]: unpacked man file log4c-config.1 listed. must be gzipped.
 WARN: Makefile: manpage for chapter 1 should be listed in MAN1, even if compression is not necessary.
 WARN: Makefile: MAN1 will help you compressing manual page in chapter "1".
 1 fatal error and 2 warnings found.
 
 Best regards,
 Stefan

From: Stefan Walter <stefan@FreeBSD.org>
To: Rodrigo OSORIO <rodrigo@bebik.net>
Cc: GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/178191: devel/log4c port upgrade to 1.2.3
Date: Fri, 10 May 2013 14:22:24 +0200

 Hi Rodrigo,
 
 any news on this PR about the devel/log4c update?
 
 Best regards,
 Stefan

From: Rodrigo OSORIO <rodrigo@bebik.net>
To: Stefan Walter <stefan@FreeBSD.org>
Cc: GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/178191: devel/log4c port upgrade to 1.2.3
Date: Sun, 12 May 2013 13:33:14 +0200

 This is a multi-part message in MIME format.
 --------------070007060006010606030800
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hi,
 
 Fix everything, now portlint and redports are happy with this version.
 Hope this was the last changes I have to make for this PR :)
 
 Best regards,
 - rodrigo
 
 --------------070007060006010606030800
 Content-Type: text/plain; charset=us-ascii;
  name="log4c.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="log4c.patch"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 316316)
 +++ Makefile	(working copy)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	log4c
 -PORTVERSION=	1.2.2
 +PORTVERSION=	1.2.3
  CATEGORIES=	devel
  MASTER_SITES=	SF
  
 @@ -19,6 +19,8 @@
  USE_LDCONFIG=	yes
  MAKE_JOBS_SAFE=	yes
  
 +MAN1=	log4c-config.1
 +
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 Index: distinfo
 ===================================================================
 --- distinfo	(revision 316316)
 +++ distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (log4c-1.2.2.tar.gz) = 175509c8e2200c466070f2ae974303e08c2b39581fbeeaee24009f1f89c55308
 -SIZE (log4c-1.2.2.tar.gz) = 539391
 +SHA256 (log4c-1.2.3.tar.gz) = dcb5e0d9dd3a7a51b91dcd0fe00145521e681f1454f3c3eba159b3a93212ffe0
 +SIZE (log4c-1.2.3.tar.gz) = 534781
 Index: pkg-plist
 ===================================================================
 --- pkg-plist	(revision 316316)
 +++ pkg-plist	(working copy)
 @@ -27,6 +27,7 @@
  lib/liblog4c.a
  lib/liblog4c.la
  lib/liblog4c.so
 -lib/liblog4c.so.4
 +lib/liblog4c.so.6
 +libdata/pkgconfig/log4c.pc
  share/aclocal/log4c.m4
  @dirrm include/log4c
 
 --------------070007060006010606030800--

From: Rodrigo OSORIO <rodrigo@bebik.net>
To: Stefan Walter <stefan@FreeBSD.org>
Cc: GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/178191: devel/log4c port upgrade to 1.2.3
Date: Sun, 12 May 2013 13:33:09 +0200

 This is a multi-part message in MIME format.
 --------------070404070906080304040001
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hi,
 
 Fix everything, now portlint and redports are happy with this version.
 Hope this was the last changes I have to make for this PR :)
 
 Best regards,
 - rodrigo
 
 --------------070404070906080304040001
 Content-Type: text/plain; charset=us-ascii;
  name="log4c.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="log4c.patch"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 316316)
 +++ Makefile	(working copy)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	log4c
 -PORTVERSION=	1.2.2
 +PORTVERSION=	1.2.3
  CATEGORIES=	devel
  MASTER_SITES=	SF
  
 @@ -19,6 +19,8 @@
  USE_LDCONFIG=	yes
  MAKE_JOBS_SAFE=	yes
  
 +MAN1=	log4c-config.1
 +
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 Index: distinfo
 ===================================================================
 --- distinfo	(revision 316316)
 +++ distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (log4c-1.2.2.tar.gz) = 175509c8e2200c466070f2ae974303e08c2b39581fbeeaee24009f1f89c55308
 -SIZE (log4c-1.2.2.tar.gz) = 539391
 +SHA256 (log4c-1.2.3.tar.gz) = dcb5e0d9dd3a7a51b91dcd0fe00145521e681f1454f3c3eba159b3a93212ffe0
 +SIZE (log4c-1.2.3.tar.gz) = 534781
 Index: pkg-plist
 ===================================================================
 --- pkg-plist	(revision 316316)
 +++ pkg-plist	(working copy)
 @@ -27,6 +27,7 @@
  lib/liblog4c.a
  lib/liblog4c.la
  lib/liblog4c.so
 -lib/liblog4c.so.4
 +lib/liblog4c.so.6
 +libdata/pkgconfig/log4c.pc
  share/aclocal/log4c.m4
  @dirrm include/log4c
 
 --------------070404070906080304040001--
State-Changed-From-To: feedback->closed 
State-Changed-By: stefan 
State-Changed-When: Sun May 12 16:06:21 UTC 2013 
State-Changed-Why:  
Update committed, thanks for the effort! :-) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178191: commit references a PR
Date: Sun, 12 May 2013 16:05:23 +0000 (UTC)

 Author: stefan
 Date: Sun May 12 16:05:10 2013
 New Revision: 317965
 URL: http://svnweb.freebsd.org/changeset/ports/317965
 
 Log:
   Update to 1.2.3.
   
   PR:		178191
   Submitted by:	Rodrigo (ros) OSORIO <rodrigo@bebik.net> (maintainer)
 
 Modified:
   head/devel/log4c/Makefile
   head/devel/log4c/distinfo
   head/devel/log4c/pkg-plist
 
 Modified: head/devel/log4c/Makefile
 ==============================================================================
 --- head/devel/log4c/Makefile	Sun May 12 15:32:12 2013	(r317964)
 +++ head/devel/log4c/Makefile	Sun May 12 16:05:10 2013	(r317965)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	log4c
 -PORTVERSION=	1.2.2
 +PORTVERSION=	1.2.3
  CATEGORIES=	devel
  MASTER_SITES=	SF
  
 @@ -19,6 +19,8 @@ USE_AUTOTOOLS=	libtool
  USE_LDCONFIG=	yes
  MAKE_JOBS_SAFE=	yes
  
 +MAN1=	log4c-config.1
 +
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 
 Modified: head/devel/log4c/distinfo
 ==============================================================================
 --- head/devel/log4c/distinfo	Sun May 12 15:32:12 2013	(r317964)
 +++ head/devel/log4c/distinfo	Sun May 12 16:05:10 2013	(r317965)
 @@ -1,2 +1,2 @@
 -SHA256 (log4c-1.2.2.tar.gz) = 175509c8e2200c466070f2ae974303e08c2b39581fbeeaee24009f1f89c55308
 -SIZE (log4c-1.2.2.tar.gz) = 539391
 +SHA256 (log4c-1.2.3.tar.gz) = dcb5e0d9dd3a7a51b91dcd0fe00145521e681f1454f3c3eba159b3a93212ffe0
 +SIZE (log4c-1.2.3.tar.gz) = 534781
 
 Modified: head/devel/log4c/pkg-plist
 ==============================================================================
 --- head/devel/log4c/pkg-plist	Sun May 12 15:32:12 2013	(r317964)
 +++ head/devel/log4c/pkg-plist	Sun May 12 16:05:10 2013	(r317965)
 @@ -27,6 +27,7 @@ include/log4c/version.h
  lib/liblog4c.a
  lib/liblog4c.la
  lib/liblog4c.so
 -lib/liblog4c.so.4
 +lib/liblog4c.so.6
 +libdata/pkgconfig/log4c.pc
  share/aclocal/log4c.m4
  @dirrm include/log4c
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
