From leres@ee.lbl.gov  Wed Mar 13 07:34:15 2013
Return-Path: <leres@ee.lbl.gov>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id D1F7CB34
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Mar 2013 07:34:15 +0000 (UTC)
	(envelope-from leres@ee.lbl.gov)
Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca])
	by mx1.freebsd.org (Postfix) with ESMTP id BE6A389E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Mar 2013 07:34:15 +0000 (UTC)
Received: from fun.ee.lbl.gov (localhost [127.0.0.1])
	by fun.ee.lbl.gov (8.14.6/8.14.6) with ESMTP id r2D7YFAD074757
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Wed, 13 Mar 2013 00:34:15 -0700 (PDT)
Received: (from leres@localhost)
	by fun.ee.lbl.gov (8.14.6/8.14.6/Submit) id r2D7YFno074756;
	Wed, 13 Mar 2013 00:34:15 -0700 (PDT)
Message-Id: <201303130734.r2D7YFno074756@fun.ee.lbl.gov>
Date: Wed, 13 Mar 2013 00:34:15 -0700 (PDT)
From: Craig Leres <leres@ee.lbl.gov>
Reply-To: Craig Leres <leres@ee.lbl.gov>
To: FreeBSD-gnats-submit@freebsd.org
Cc: leres@ee.lbl.gov
Subject: [PATCH] sysutils/syslog-ng2 restore PKGNAMESUFFIX
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ivan.lago@ifom.eu

>Number:         176907
>Category:       ports
>Synopsis:       [PATCH] sysutils/syslog-ng2 restore PKGNAMESUFFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 13 07:40:00 UTC 2013
>Closed-Date:    Sun Mar 31 05:42:36 UTC 2013
>Last-Modified:  Sun Mar 31 05:42:36 UTC 2013
>Originator:     Craig Leres
>Release:        FreeBSD 8.2-RELEASE-p9 amd64
>Organization:
Lawrence Berkeley National Laboratory
>Environment:
System: FreeBSD bob2.lbl.gov 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 23:00:11 UTC 2012     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
	SVN r312532 changed PKGNAMESUFFIX from 2 to 3 changing the
	name to syslog-ng3 but PORTVERSION is still 2.0.10.

>How-To-Repeat:
	% pkg_info | fgrep syslog-ng
	syslog-ng3-2.0.10   A powerful syslogd replacement
	
>Fix:
	Change PKGNAMESUFFIX back to 2; see attached patch.

--- patch.txt begins here ---
--- Makefile.orig	2013-02-18 23:09:00.000000000 -0800
+++ Makefile	2013-03-13 00:25:36.000000000 -0700
@@ -4,9 +4,10 @@
 
 PORTNAME=	syslog-ng
 PORTVERSION=	2.0.10
+PORTREVISION=  1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.balabit.com/downloads/files/syslog-ng/sources/2.0/src/
-PKGNAMESUFFIX=	3
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	ivan.lago@ifom.eu
 COMMENT=	A powerful syslogd replacement
--- patch.txt ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Mar 13 07:40:08 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ivan.lago@ifom.eu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/176907: [PATCH] sysutils/syslog-ng2 restore PKGNAMESUFFIX
Date: Wed, 13 Mar 2013 07:40:07 UT

 Maintainer of sysutils/syslog-ng2,
 
 Please note that PR ports/176907 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176907
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: rm 
State-Changed-When: Sun Mar 31 05:42:34 UTC 2013 
State-Changed-Why:  
Problem was resolved in r314525. Close at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176907 
>Unformatted:
