From marcus@marcus.grupos.com.br  Tue Sep  6 00:32:23 2005
Return-Path: <marcus@marcus.grupos.com.br>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7EC7816A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Sep 2005 00:32:23 +0000 (GMT)
	(envelope-from marcus@marcus.grupos.com.br)
Received: from mail.grupos.com.br (mail.grupos.com.br [200.203.183.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 017DD43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Sep 2005 00:32:22 +0000 (GMT)
	(envelope-from marcus@marcus.grupos.com.br)
Received: from corp.grupos.com.br (unknown [150.162.166.55])
	by mail.grupos.com.br (Postfix) with ESMTP id 81A6D11E08A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Sep 2005 21:32:21 -0300 (BRT)
Received: from marcus.grupos.com.br (unknown [150.162.166.51])
	by corp.grupos.com.br (Postfix) with ESMTP id 65FFF553C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Sep 2005 21:32:21 -0300 (BRT)
Received: from marcus.grupos.com.br (localhost [127.0.0.1])
	by marcus.grupos.com.br (8.13.4/8.13.4) with ESMTP id j860WKHJ013073
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 5 Sep 2005 21:32:20 -0300 (BRT)
	(envelope-from marcus@marcus.grupos.com.br)
Received: (from root@localhost)
	by marcus.grupos.com.br (8.13.4/8.13.4/Submit) id j860WKp0013072;
	Mon, 5 Sep 2005 21:32:20 -0300 (BRT)
	(envelope-from marcus)
Message-Id: <200509060032.j860WKp0013072@marcus.grupos.com.br>
Date: Mon, 5 Sep 2005 21:32:20 -0300 (BRT)
From: Marcus Alves Grando <marcus@corp.grupos.com.br>
Reply-To: Marcus Alves Grando <marcus@corp.grupos.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: mail/pfqueue to 0.5.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         85773
>Category:       ports
>Synopsis:       Update port: mail/pfqueue to 0.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 06 00:40:12 GMT 2005
>Closed-Date:    Tue Sep 06 01:33:43 GMT 2005
>Last-Modified:  Tue Sep 06 01:33:43 GMT 2005
>Originator:     Marcus Alves Grando
>Release:        FreeBSD 6.0-BETA4 i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD marcus.grupos.com.br 6.0-BETA4 FreeBSD 6.0-BETA4 #39: Mon Sep 5 19:53:35 BRT 2005 root@marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386


	
>Description:

- Update to 0.5.0
- Add pkg-plist

	
>How-To-Repeat:
	
>Fix:

	

--- pfqueue.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/pfqueue/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	6 Jul 2005 14:24:34 -0000	1.11
+++ Makefile	6 Sep 2005 00:25:55 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=		pfqueue
-PORTVERSION=		0.4.2
+PORTVERSION=		0.5.0
 CATEGORIES=		mail
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -20,12 +20,6 @@
 CONFIGURE_ENV=		CPPFLAGS="${PTHREAD_CFLAGS}"
 
 MAN1=			pfqueue.1
-PLIST_FILES=		bin/pfqueue
-.for backend in exim postfix1 postfix2
-.  for ext in so so.0
-PLIST_FILES+=		lib/libpfq_${backend}.${ext}
-.  endfor
-.endfor
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g; s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/pfqueue/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo	6 Jul 2005 14:24:34 -0000	1.11
+++ distinfo	6 Sep 2005 00:25:55 -0000
@@ -1,2 +1,2 @@
-MD5 (pfqueue-0.4.2.tar.gz) = aa75e124ef40516ca2f403ba8c6d87bd
-SIZE (pfqueue-0.4.2.tar.gz) = 314575
+MD5 (pfqueue-0.5.0.tar.gz) = eb68b3a29267d1ad61e858cf2283cbcf
+SIZE (pfqueue-0.5.0.tar.gz) = 320155
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pkg-plist	6 Sep 2005 00:25:55 -0000
@@ -0,0 +1,9 @@
+bin/pfqueue
+lib/libpfq_exim.so
+lib/libpfq_exim.so.0
+lib/libpfq_postfix1.so
+lib/libpfq_postfix1.so.0
+lib/libpfq_postfix2.so
+lib/libpfq_postfix2.so.0
+lib/libpfqueue.so
+lib/libpfqueue.so.0
--- pfqueue.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Tue Sep 6 01:33:42 GMT 2005 
State-Changed-Why:  
Committed, thanks. 

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