From sahil@spartan.hamla.org  Wed Oct 14 23:32:46 2009
Return-Path: <sahil@spartan.hamla.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 07A34106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Oct 2009 23:32:46 +0000 (UTC)
	(envelope-from sahil@spartan.hamla.org)
Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30])
	by mx1.freebsd.org (Postfix) with ESMTP id EC80A8FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Oct 2009 23:32:45 +0000 (UTC)
Received: by spartan.hamla.org (Postfix, from userid 1001)
	id 915B21708C; Wed, 14 Oct 2009 19:32:45 -0400 (EDT)
Message-Id: <20091014233245.915B21708C@spartan.hamla.org>
Date: Wed, 14 Oct 2009 19:32:45 -0400 (EDT)
From: Sahil Tandon <sahil@tandon.net>
Reply-To: Sahil Tandon <sahil@tandon.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] mail/policyd2: update to 2.0.8 
X-Send-Pr-Version: 3.113
X-GNATS-Notify: chifeng@gmail.com

>Number:         139620
>Category:       ports
>Synopsis:       [PATCH] mail/policyd2: update to 2.0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 14 23:40:03 UTC 2009
>Closed-Date:    Sun Oct 18 07:04:01 UTC 2009
>Last-Modified:  Sun Oct 18 07:10:00 UTC 2009
>Originator:     Sahil Tandon
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:

	
>Description:
	-update to 2.0.8 
>How-To-Repeat:
	
>Fix:

	



--- policyd2.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/policyd2/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	22 Aug 2009 00:27:51 -0000	1.6
+++ Makefile	14 Oct 2009 23:24:40 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	policyd2
-PORTVERSION=	2.0.7
+PORTVERSION=	2.0.8
 CATEGORIES=	mail
 MASTER_SITES=	SF/policyd/2.0.x%20%28Stable%29/v${PORTVERSION}
 DISTNAME=	cluebringer-${PORTVERSION}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/policyd2/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	3 Jul 2009 13:42:56 -0000	1.3
+++ distinfo	14 Oct 2009 23:24:40 -0000
@@ -1,3 +1,3 @@
-MD5 (cluebringer-2.0.7.tar.gz) = f4e4a7a3d353ae637424e357414096d8
-SHA256 (cluebringer-2.0.7.tar.gz) = dae8f9916d01c0144a7213423fc152ef3146b4cac2cc029b694223feb2c1da69
-SIZE (cluebringer-2.0.7.tar.gz) = 117514
+MD5 (cluebringer-2.0.8.tar.gz) = cb42c83cb0517b1e4df7a0db8e3384a7
+SHA256 (cluebringer-2.0.8.tar.gz) = 0bf9ed64d2de0d098936aef68ffd218dc1b49368c2ecc68ea246acad72194bd6
+SIZE (cluebringer-2.0.8.tar.gz) = 118372
--- policyd2.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 14 23:40:23 UTC 2009 
Responsible-Changed-Why:  
itetcu@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139620 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Oct 14 23:40:27 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: chifeng@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/139620: [PATCH] mail/policyd2: update to 2.0.8
Date: Wed, 14 Oct 2009 23:40:25 UT

 Maintainer of mail/policyd2,
 
 Please note that PR ports/139620 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/139620
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: chifeng <chifeng@gmail.com>
To: bug-followup@freebsd.org
Cc: sahil@tandon.net
Subject: Re: ports/139620: [PATCH] mail/policyd2: update to 2.0.8
Date: Thu, 15 Oct 2009 09:50:58 +0800

 --000e0cd2e302c9f6920475ef8299
 Content-Type: multipart/alternative; boundary=000e0cd2e302c9f6860475ef8297
 
 --000e0cd2e302c9f6860475ef8297
 Content-Type: text/plain; charset=ISO-8859-1
 
 Hi Sahil,Thank you for your PR! it's works fine.
 But this port still has a problem that it can not custom PREFIX, so I
 created a new patch to fix this problem base on your patch.
 
 Hi committer, please apply new patch(patch-new.txt), you can got it in this
 attachment or this URL:
 http://www.chifeng.name/dist/policyd2/patch-new.txt
 
 Thanks!
 
 Chifeng
 
 
 On Thu, Oct 15, 2009 at 7:40 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of mail/policyd2,
 >
 > Please note that PR ports/139620 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/139620
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 
 
 -- 
 regards.
 chifeng
 
 --000e0cd2e302c9f6860475ef8297
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 Hi=A0<span style=3D"font-family:verdana, sans-serif;font-size:11px">Sahil,<=
 /span><div><font face=3D"verdana, sans-serif" size=3D"3"><span style=3D"fon=
 t-size:11px">Thank you for your PR! it&#39;s works fine.</span></font></div=
 ><div><font class=3D"Apple-style-span" face=3D"verdana, sans-serif" size=3D=
 "3"><span class=3D"Apple-style-span" style=3D"font-size: 11px;">But this po=
 rt still has a problem that it can not custom PREFIX, so I created a new pa=
 tch to fix this problem base on your patch.</span></font></div>
 <div><font class=3D"Apple-style-span" face=3D"verdana, sans-serif" size=3D"=
 3"><span class=3D"Apple-style-span" style=3D"font-size: 11px;"><br></span><=
 /font></div><div><font class=3D"Apple-style-span" face=3D"verdana, sans-ser=
 if" size=3D"3"><span class=3D"Apple-style-span" style=3D"font-size: 11px;">=
 Hi committer, please apply new patch(patch-new.txt), you can got it in this=
  attachment or this URL:</span></font></div>
 <div><font class=3D"Apple-style-span" face=3D"verdana, sans-serif" size=3D"=
 3"><span class=3D"Apple-style-span" style=3D"font-size: 11px;"><a href=3D"h=
 ttp://www.chifeng.name/dist/policyd2/patch-new.txt">http://www.chifeng.name=
 /dist/policyd2/patch-new.txt</a></span></font></div>
 <div><font class=3D"Apple-style-span" face=3D"verdana, sans-serif" size=3D"=
 3"><span class=3D"Apple-style-span" style=3D"font-size: 11px;"><br></span><=
 /font></div><div><font class=3D"Apple-style-span" face=3D"verdana, sans-ser=
 if" size=3D"3"><span class=3D"Apple-style-span" style=3D"font-size: 11px;">=
 Thanks!</span></font></div>
 <div><font class=3D"Apple-style-span" face=3D"verdana, sans-serif" size=3D"=
 3"><span class=3D"Apple-style-span" style=3D"font-size: 11px; "><br></span>=
 </font></div><div><font class=3D"Apple-style-span" face=3D"verdana, sans-se=
 rif" size=3D"3"><span class=3D"Apple-style-span" style=3D"font-size: 11px;"=
 >Chifeng</span></font></div>
 <div><font class=3D"Apple-style-span" face=3D"verdana, sans-serif" size=3D"=
 3"><span class=3D"Apple-style-span" style=3D"font-size: 11px;"><br></span><=
 /font></div><div><br><div class=3D"gmail_quote">On Thu, Oct 15, 2009 at 7:4=
 0 AM, Edwin Groothuis <span dir=3D"ltr">&lt;<a href=3D"mailto:edwin@freebsd=
 .org" target=3D"_blank">edwin@freebsd.org</a>&gt;</span> wrote:<br>
 <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
 x #ccc solid;padding-left:1ex">
 Maintainer of mail/policyd2,<br>
 <br>
 Please note that PR ports/139620 has just been submitted.<br>
 <br>
 If it contains a patch for an upgrade, an enhancement or a bug fix<br>
 you agree on, reply to this email stating that you approve the patch<br>
 and a committer will take care of it.<br>
 <br>
 The full text of the PR can be found at:<br>
  =A0 =A0<a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/13962=
 0" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/139=
 620</a><br>
 <font color=3D"#888888"><br>
 --<br>
 Edwin Groothuis via the GNATS Auto Assign Tool<br>
 edwin@FreeBSD.org<br>
 </font></blockquote></div><br><br clear=3D"all"><br>-- <br>regards.<br>chif=
 eng<br>
 </div>
 
 --000e0cd2e302c9f6860475ef8297--
 --000e0cd2e302c9f6920475ef8299
 Content-Type: text/plain; charset=US-ASCII; name="patch-new.txt"
 Content-Disposition: attachment; filename="patch-new.txt"
 Content-Transfer-Encoding: base64
 X-Attachment-Id: f_g0sutor40
 
 ZGlmZiAtcnVOIHBvbGljeWQyLmJhay9NYWtlZmlsZSBwb2xpY3lkMi9NYWtlZmlsZQotLS0gcG9s
 aWN5ZDIuYmFrL01ha2VmaWxlCTIwMDktMDgtMjIgMDA6Mjc6NTEuMDAwMDAwMDAwICswMDAwCisr
 KyBwb2xpY3lkMi9NYWtlZmlsZQkyMDA5LTEwLTE1IDA5OjM0OjE2LjAwMDAwMDAwMCArMDAwMApA
 QCAtNiwxMiArNiwxMiBAQAogIwogCiBQT1JUTkFNRT0JcG9saWN5ZDIKLVBPUlRWRVJTSU9OPQky
 LjAuNworUE9SVFZFUlNJT049CTIuMC44CiBDQVRFR09SSUVTPQltYWlsCiBNQVNURVJfU0lURVM9
 CVNGL3BvbGljeWQvMi4wLnglMjAlMjhTdGFibGUlMjkvdiR7UE9SVFZFUlNJT059CiBESVNUTkFN
 RT0JY2x1ZWJyaW5nZXItJHtQT1JUVkVSU0lPTn0KIAotTUFJTlRBSU5FUj89CWNoaWZlbmdAZ21h
 aWwuY29tCitNQUlOVEFJTkVSPQljaGlmZW5nQGdtYWlsLmNvbQogQ09NTUVOVD0JUG9saWN5ZCB2
 MiBpcyBhIG11bHRpLXBsYXRmb3JtIHBvbGljeSBzZXJ2ZXIgZm9yIHBvcHVsYXIgTVRBcwogCiBS
 VU5fREVQRU5EUz0JJHtTSVRFX1BFUkx9L05ldC9TZXJ2ZXIucG06JHtQT1JUU0RJUn0vbmV0L3A1
 LU5ldC1TZXJ2ZXIgXApAQCAtNDEsNiArNDEsMTAgQEAKIFJVTl9ERVBFTkRTKz0JJHtTSVRFX1BF
 Ukx9LyR7UEVSTF9BUkNIfS9EQkQvU1FMaXRlLnBtOiR7UE9SVFNESVJ9L2RhdGFiYXNlcy9wNS1E
 QkQtU1FMaXRlCiAuZW5kaWYKIAorcG9zdC1wYXRjaDoKKwlAJHtSRUlOUExBQ0VfQ01EfSAnc3wv
 ZXRjfCR7UFJFRklYfS9ldGN8JyAke1dSS1NSQ30vY2JwYWRtaW4KKwlAJHtSRUlOUExBQ0VfQ01E
 fSAnc3wvZXRjfCR7UFJFRklYfS9ldGN8JyAke1dSS1NSQ30vY2Jwb2xpY3lkCisKIGRvLWluc3Rh
 bGw6CiAJQCR7SU5TVEFMTH0gLWQgJHtXRUJVSURJUn0KIAlAY2QgJHtXUktTUkN9ICYmICR7Q1B9
 IC1ScGYgd2VidWkvICR7V0VCVUlESVJ9CmRpZmYgLXJ1TiBwb2xpY3lkMi5iYWsvZGlzdGluZm8g
 cG9saWN5ZDIvZGlzdGluZm8KLS0tIHBvbGljeWQyLmJhay9kaXN0aW5mbwkyMDA5LTA3LTAzIDEz
 OjQyOjU2LjAwMDAwMDAwMCArMDAwMAorKysgcG9saWN5ZDIvZGlzdGluZm8JMjAwOS0xMC0xNSAw
 OToxMDowNS4wMDAwMDAwMDAgKzAwMDAKQEAgLTEsMyArMSwzIEBACi1NRDUgKGNsdWVicmluZ2Vy
 LTIuMC43LnRhci5neikgPSBmNGU0YTdhM2QzNTNhZTYzNzQyNGUzNTc0MTQwOTZkOAotU0hBMjU2
 IChjbHVlYnJpbmdlci0yLjAuNy50YXIuZ3opID0gZGFlOGY5OTE2ZDAxYzAxNDRhNzIxMzQyM2Zj
 MTUyZWYzMTQ2YjRjYWMyY2MwMjliNjk0MjIzZmViMmMxZGE2OQotU0laRSAoY2x1ZWJyaW5nZXIt
 Mi4wLjcudGFyLmd6KSA9IDExNzUxNAorTUQ1IChjbHVlYnJpbmdlci0yLjAuOC50YXIuZ3opID0g
 Y2I0MmM4M2NiMDUxN2IxZTRkZjdhMGRiOGUzMzg0YTcKK1NIQTI1NiAoY2x1ZWJyaW5nZXItMi4w
 LjgudGFyLmd6KSA9IDBiZjllZDY0ZDJkZTBkMDk4OTM2YWVmNjhmZmQyMThkYzFiNDkzNjhjMmVj
 YzY4ZWEyNDZhY2FkNzIxOTRiZDYKK1NJWkUgKGNsdWVicmluZ2VyLTIuMC44LnRhci5neikgPSAx
 MTgzNzIKZGlmZiAtcnVOIHBvbGljeWQyLmJhay9maWxlcy9wYXRjaC1jYnBhZG1pbiBwb2xpY3lk
 Mi9maWxlcy9wYXRjaC1jYnBhZG1pbgotLS0gcG9saWN5ZDIuYmFrL2ZpbGVzL3BhdGNoLWNicGFk
 bWluCTIwMDgtMTItMDQgMDM6NDI6MzYuMDAwMDAwMDAwICswMDAwCisrKyBwb2xpY3lkMi9maWxl
 cy9wYXRjaC1jYnBhZG1pbgkxOTcwLTAxLTAxIDAwOjAwOjAwLjAwMDAwMDAwMCArMDAwMApAQCAt
 MSwxMSArMCwwIEBACi0tLS0gY2JwYWRtaW4ub3JpZwkyMDA4LTEyLTAyIDE1OjMxOjI4LjAwMDAw
 MDAwMCArMDAwMAotKysrIGNicGFkbWluCTIwMDgtMTItMDIgMTU6MzE6NDIuMDAwMDAwMDAwICsw
 MDAwCi1AQCAtNTEsNyArNTEsNyBAQAotIAotICMgU2V0IGRlZmF1bHRzCi0gbXkgJGNmZzsKLS0k
 Y2ZnLT57J2NvbmZpZ19maWxlJ30gPSAiL2V0Yy9jbHVlYnJpbmdlci5jb25mIjsKLSskY2ZnLT57
 J2NvbmZpZ19maWxlJ30gPSAiL3Vzci9sb2NhbC9ldGMvY2x1ZWJyaW5nZXIuY29uZiI7Ci0gCi0g
 IyBDaGVjayBpZiB3ZSBtdXN0IG92ZXJyaWRlCi0gaWYgKGRlZmluZWQoJG9wdHN7J2NvbmZpZyd9
 KSAmJiAkb3B0c3snY29uZmlnJ30gbmUgIiIpIHsKZGlmZiAtcnVOIHBvbGljeWQyLmJhay9maWxl
 cy9wYXRjaC1jYnBvbGljeWQgcG9saWN5ZDIvZmlsZXMvcGF0Y2gtY2Jwb2xpY3lkCi0tLSBwb2xp
 Y3lkMi5iYWsvZmlsZXMvcGF0Y2gtY2Jwb2xpY3lkCTIwMDgtMTItMDQgMDM6NDI6MzYuMDAwMDAw
 MDAwICswMDAwCisrKyBwb2xpY3lkMi9maWxlcy9wYXRjaC1jYnBvbGljeWQJMTk3MC0wMS0wMSAw
 MDowMDowMC4wMDAwMDAwMDAgKzAwMDAKQEAgLTEsMTEgKzAsMCBAQAotLS0tIGNicG9saWN5ZC5v
 cmlnCTIwMDgtMTItMDIgMTU6MzI6NDcuMDAwMDAwMDAwICswMDAwCi0rKysgY2Jwb2xpY3lkCTIw
 MDgtMTItMDIgMTU6MzM6MTAuMDAwMDAwMDAwICswMDAwCi1AQCAtNTIsNyArNTIsNyBAQAotIAot
 IAotIAkjIFNldCBkZWZhdWx0cwotLQkkY2ZnLT57J2NvbmZpZ19maWxlJ30gPSAiL2V0Yy9jbHVl
 YnJpbmdlci5jb25mIjsKLSsJJGNmZy0+eydjb25maWdfZmlsZSd9ID0gIi91c3IvbG9jYWwvZXRj
 L2NsdWVicmluZ2VyLmNvbmYiOwotIAotIAkkc2VydmVyLT57J3RpbWVvdXQnfSA9IDEyMDsKLSAJ
 JHNlcnZlci0+eydiYWNrZ3JvdW5kJ30gPSAieWVzIjsK
 --000e0cd2e302c9f6920475ef8299--

From: Sahil Tandon <sahil@tandon.net>
To: chifeng <chifeng@gmail.com>
Cc: bug-followup@freebsd.org, itetcu@FreeBSD.org
Subject: Re: ports/139620: [PATCH] mail/policyd2: update to 2.0.8
Date: Wed, 14 Oct 2009 23:02:28 -0400

 On Thu, 15 Oct 2009, chifeng wrote:
 
 > Hi Sahil,Thank you for your PR! it's works fine.  But this port still
 > has a problem that it can not custom PREFIX, so I created a new patch
 > to fix this problem base on your patch.
 
 Thanks for the quick follow-up.  For the record, the port installs and
 cleans up (after de-install) just fine with a custom PREFIX, but your
 patch appears to address 'runtime' issue where another PREFIX is
 hard-coded.  I don't use policyd2 myself, so we defer to you on that
 one. :-)  
 
 -- 
 Sahil Tandon <sahil@tandon.net>
State-Changed-From-To: feedback->closed 
State-Changed-By: itetcu 
State-Changed-When: Sun Oct 18 07:04:00 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/139620: commit references a PR
Date: Sun, 18 Oct 2009 07:03:53 +0000 (UTC)

 itetcu      2009-10-18 07:03:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/policyd2        Makefile distinfo 
   Removed files:
     mail/policyd2/files  patch-cbpadmin patch-cbpolicyd 
   Log:
   Update to 2.0.8 and fix runtime issues when installed with custom PREFIX.
   
   PR:             139620
   Submitted by:   Sahil Tandon / maintainer
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.7       +6 -2      ports/mail/policyd2/Makefile
   1.4       +3 -3      ports/mail/policyd2/distinfo
   1.2       +0 -11     ports/mail/policyd2/files/patch-cbpadmin (dead)
   1.2       +0 -11     ports/mail/policyd2/files/patch-cbpolicyd (dead)
 _______________________________________________
 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:
