From gslin@colo-p.gslin.org  Mon Jan 16 04:50:06 2012
Return-Path: <gslin@colo-p.gslin.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B1AD9106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Jan 2012 04:50:06 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: from colo-p.gslin.org (gslin-1-pt.tunnel.tserv3.fmt2.ipv6.he.net [IPv6:2001:470:1f04:18a1::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 70A2D8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Jan 2012 04:50:06 +0000 (UTC)
Received: by colo-p.gslin.org (Postfix, from userid 1000)
	id A00B87E81B; Mon, 16 Jan 2012 12:50:04 +0800 (CST)
Message-Id: <20120116045004.A00B87E81B@colo-p.gslin.org>
Date: Mon, 16 Jan 2012 12:50:04 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: stephon@gmail.com, gslin@gslin.org
Subject: [PATCH] mail/p5-SES: Avoid p5-Switch warning and add mirror site
X-Send-Pr-Version: 3.113
X-GNATS-Notify: stephon@gmail.com

>Number:         164193
>Category:       ports
>Synopsis:       [PATCH] mail/p5-SES: Avoid p5-Switch warning and add mirror site
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 16 05:00:24 UTC 2012
>Closed-Date:    Sun Jan 29 06:45:46 UTC 2012
>Last-Modified:  Sun Jan 29 06:45:46 UTC 2012
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.4-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.4-RELEASE-p3 FreeBSD 7.4-RELEASE-p3 #0: Tue Sep 27 14:47:23 UTC 2011
>Description:
* Add p5-Switch to avoid warning message (Perl 5.14).
* Add my own mirror site.

Port maintainer (stephon@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-SES-1.01_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/p5-SES/Makefile /home/staff/gslin/work/ports/p5-SES/Makefile
--- /usr/ports/mail/p5-SES/Makefile	2012-01-09 23:41:01.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-SES/Makefile	2012-01-16 12:48:05.000000000 +0800
@@ -7,8 +7,10 @@
 
 PORTNAME=	SES
 PORTVERSION=	1.01
+PORTREVISION=	1
 CATEGORIES=	mail perl5
-MASTER_SITES=	http://d36cz9buwru1tt.cloudfront.net/catalog/attachments/
+MASTER_SITES=	http://d36cz9buwru1tt.cloudfront.net/catalog/attachments/ \
+		http://files.gslin.org/Software/
 PKGNAMEPREFIX=	p5-
 DISTNAME=	ses-tools-2011-10-31
 
@@ -20,6 +22,7 @@
 
 RUN_DEPENDS=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
 		p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
+		p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
@@ -41,6 +44,7 @@
 
 do-install:
 	cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin/
+	${MKDIR} ${PREFIX}/${SITE_PERL_REL}/
 	${INSTALL_DATA} ${WRKSRC}/SES.pm ${PREFIX}/${SITE_PERL_REL}/
 
 .include <bsd.port.mk>
--- p5-SES-1.01_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jan 16 05:00:36 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164193 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jan 16 05:00:41 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: stephon@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164193: [PATCH] mail/p5-SES: Avoid p5-Switch warning and add mirror site
Date: Mon, 16 Jan 2012 05:00:39 UT

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

From: Stephon Chen <stephon@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/164193: [PATCH] mail/p5-SES: Avoid p5-Switch warning and
 add mirror site
Date: Mon, 16 Jan 2012 22:12:24 +0800

 --20cf3071cdacf8980504b6a5cea4
 Content-Type: text/plain; charset=UTF-8
 
 Hello Committers,
 
 Yes, I approve this patch
 Please help to commit it to the ports tree.
 
 Sincerely Yours
 --
 Stephon
 
 On Mon, Jan 16, 2012 at 13:00, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of mail/p5-SES,
 >
 > Please note that PR ports/164193 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/164193
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 --20cf3071cdacf8980504b6a5cea4
 Content-Type: text/html; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 Hello Committers,<div><br></div><div>Yes, I approve this patch</div><div>Pl=
 ease help to commit it to the ports tree.</div><div><br></div><div>Sincerel=
 y Yours<br clear=3D"all">--<br>Stephon<br><br><div class=3D"gmail_quote">On=
  Mon, Jan 16, 2012 at 13:00, Edwin Groothuis <span dir=3D"ltr">&lt;<a href=
 =3D"mailto:edwin@freebsd.org">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/p5-SES,<br>
 <br>
 Please note that PR ports/164193 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>
  =C2=A0 =C2=A0<a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports=
 /164193" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dpor=
 ts/164193</a><br>
 <span class=3D"HOEnZb"><font color=3D"#888888"><br>
 --<br>
 Edwin Groothuis via the GNATS Auto Assign Tool<br>
 edwin@FreeBSD.org<br>
 </font></span></blockquote></div><br></div>
 
 --20cf3071cdacf8980504b6a5cea4--
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Jan 29 06:45:44 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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