From joseph@rhyll.com  Thu Feb 10 17:52:23 2005
Return-Path: <joseph@rhyll.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 952DE16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Feb 2005 17:52:23 +0000 (GMT)
Received: from rhyll.com (rhyll.com [70.84.96.250])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2EECE43D41
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Feb 2005 17:52:23 +0000 (GMT)
	(envelope-from joseph@rhyll.com)
Received: from localhost (localhost [127.0.0.1])
	by rhyll.com (Postfix) with ESMTP id A1CF82E06E;
	Thu, 10 Feb 2005 09:52:22 -0800 (PST)
Received: from rhyll.com ([127.0.0.1])
 by localhost (sm01.rhyll.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 76141-08; Thu, 10 Feb 2005 11:52:22 -0600 (CST)
Received: by rhyll.com (Postfix, from userid 1001)
	id 09D862E06D; Thu, 10 Feb 2005 09:52:22 -0800 (PST)
Message-Id: <20050210175222.09D862E06D@rhyll.com>
Date: Thu, 10 Feb 2005 09:52:22 -0800 (PST)
From: Joseph Scott <joseph@randomnetworks.com>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc: marcus@corp.grupos.com.br
Subject: NON-MAINTAINER UPDATE mail/pfqueue 0.3.0 -> 0.3.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         77354
>Category:       ports
>Synopsis:       NON-MAINTAINER UPDATE mail/pfqueue 0.3.0 -> 0.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 10 18:00:21 GMT 2005
>Closed-Date:    Thu Feb 17 23:50:41 GMT 2005
>Last-Modified:  Thu Feb 17 23:50:41 GMT 2005
>Originator:     Joseph Scott
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD sm01.rhyll.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Thu Feb 3 10:39:02 CST 2005 joseph@sm01.rhyll.com:/usr/obj/usr/src/sys/SM01 i386


	
>Description:
NON-MAINTAINER UPDATE mail/pfqueue 0.3.0 -> 0.3.1

Please note that the maintainer of this port (marcus@corp.grupos.com.br)
has been CC'd on this PR.

Changes:
A few cosmetic changes were made. The cursor position isn't reset after showing a message. The PgDn and PgUp keys now work when showing a message. Other small fixes were made.
>How-To-Repeat:
	
>Fix:

	

--- pfqueue.diff begins here ---
diff -ruN pfqueue-orig/Makefile pfqueue/Makefile
--- pfqueue-orig/Makefile	Thu Feb 10 09:48:19 2005
+++ pfqueue/Makefile	Thu Feb 10 09:48:30 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=		pfqueue
-PORTVERSION=		0.3.0
+PORTVERSION=		0.3.1
 CATEGORIES=		mail
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN pfqueue-orig/distinfo pfqueue/distinfo
--- pfqueue-orig/distinfo	Thu Feb 10 09:48:19 2005
+++ pfqueue/distinfo	Thu Feb 10 09:48:35 2005
@@ -1,2 +1,2 @@
-MD5 (pfqueue-0.3.0.tar.gz) = f2d3e271259b80dad7ea215a69f7b487
-SIZE (pfqueue-0.3.0.tar.gz) = 107169
+MD5 (pfqueue-0.3.1.tar.gz) = efb1e775c1dd3f1ea5dcf8cd449ec502
+SIZE (pfqueue-0.3.1.tar.gz) = 105584
--- pfqueue.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Marcus Grando <marcus@corp.grupos.com.br>
To: freebsd-gnats-submit@FreeBSD.org, joseph@randomnetworks.com
Cc:  
Subject: Re: ports/77354: NON-MAINTAINER UPDATE mail/pfqueue 0.3.0 -> 0.3.1
Date: Thu, 10 Feb 2005 18:22:28 -0200

 This is a multi-part message in MIME format.
 --------------050207010707010003090008
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Please, apply with changes attached.
 
 Changes:
 - Change -lc_r to -pthread on FreeBSD < 500016
 
 Thanks.
 
 -- 
 Marcus Grando
 Grupos Internet S/A
 marcus(at)corp.grupos.com.br
 
 --------------050207010707010003090008
 Content-Type: text/plain;
  name="pfqueue.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="pfqueue.patch"
 
 diff -ruN pfqueue.old/Makefile pfqueue/Makefile
 --- pfqueue.old/Makefile	Sat Jan 29 19:07:06 2005
 +++ pfqueue/Makefile	Thu Feb 10 18:12:39 2005
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=		pfqueue
 -PORTVERSION=		0.3.0
 +PORTVERSION=		0.3.1
  CATEGORIES=		mail
  MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -14,10 +14,18 @@
  MAINTAINER=		marcus@corp.grupos.com.br
  COMMENT=		A console-based tool for handling postfix queues
  
 +USE_REINPLACE=		yes
  HAS_CONFIGURE=		yes
  CONFIGURE_ARGS=		--prefix=${PREFIX}
  
  MAN1=			pfqueue.1
  PLIST_FILES=		bin/pfqueue
  
 -.include <bsd.port.mk>
 +.include <bsd.port.pre.mk>
 +
 +post-patch:
 +.if ${OSVERSION} < 500016
 +	${REINPLACE_CMD} -e "s|-lc_r|-pthread|" ${WRKSRC}/configure
 +.endif
 +
 +.include <bsd.port.post.mk>
 diff -ruN pfqueue.old/distinfo pfqueue/distinfo
 --- pfqueue.old/distinfo	Sat Jan 29 19:07:06 2005
 +++ pfqueue/distinfo	Thu Feb 10 17:59:49 2005
 @@ -1,2 +1,2 @@
 -MD5 (pfqueue-0.3.0.tar.gz) = f2d3e271259b80dad7ea215a69f7b487
 -SIZE (pfqueue-0.3.0.tar.gz) = 107169
 +MD5 (pfqueue-0.3.1.tar.gz) = efb1e775c1dd3f1ea5dcf8cd449ec502
 +SIZE (pfqueue-0.3.1.tar.gz) = 105584
 
 --------------050207010707010003090008--
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Thu Feb 17 23:50:31 GMT 2005 
State-Changed-Why:  
Replaced by ports/77647 

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