From lwhsu@csie.net  Sat Mar  2 22:50:31 2013
Return-Path: <lwhsu@csie.net>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id C2F31438
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Mar 2013 22:50:31 +0000 (UTC)
	(envelope-from lwhsu@csie.net)
Received: from lucky7.csie.net (lucky7.cs.nctu.edu.tw [140.113.17.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 91E1B7AE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Mar 2013 22:50:30 +0000 (UTC)
Received: from lucky7.csie.net (localhost [127.0.0.1])
	by lucky7.csie.net (Postfix) with ESMTP id A8CE8147CA1;
	Sun,  3 Mar 2013 06:43:02 +0800 (CST)
Received: by lucky7.csie.net (Postfix, from userid 1000)
	id 9C9F2147C6F; Sun,  3 Mar 2013 06:43:02 +0800 (CST)
Message-Id: <20130302224302.9C9F2147C6F@lucky7.csie.net>
Date: Sun,  3 Mar 2013 06:43:02 +0800 (CST)
From: Li-Wen Hsu <lwhsu@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: chalpin@cs.wisc.edu
Subject: [PATCH] mail/fetchmail: Chase _tkinter.so relocation
X-Send-Pr-Version: 3.113
X-GNATS-Notify: chalpin@cs.wisc.edu

>Number:         176611
>Category:       ports
>Synopsis:       [PATCH] mail/fetchmail: Chase _tkinter.so relocation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 02 23:00:00 UTC 2013
>Closed-Date:    Sun Mar 03 08:14:05 UTC 2013
>Last-Modified:  Sun Mar  3 08:20:00 UTC 2013
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lucky7 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 01:49:22 CST
>Description:
Update script for chasing _tkinter.so relocation

Port maintainer (chalpin@cs.wisc.edu) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- fetchmail-6.3.24_1.patch begins here ---
diff -ruN -ruN --exclude=CVS /usr/ports/mail/fetchmail/Makefile ./Makefile
--- /usr/ports/mail/fetchmail/Makefile	2013-01-10 09:55:48.000000000 +0800
+++ ./Makefile	2013-03-03 01:38:20.000000000 +0800
@@ -1,5 +1,5 @@
 # Created by: Ville Eerola <ve@sci.fi>
-# $FreeBSD: ports/mail/fetchmail/Makefile,v 1.225 2013/01/10 01:55:48 svnexp Exp $
+# $FreeBSD: head/mail/fetchmail/Makefile 310167 2013-01-10 01:36:21Z mandree $
 #
 # NOTE:  The fetchmailconf program (an interactive program for
 # writing .fetchmailrc files) requires Python, Tk, X11, etc..
@@ -9,6 +9,7 @@
 
 PORTNAME=	fetchmail
 PORTVERSION=	6.3.24
+PORTREVISION=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	SF/${PORTNAME}/branch_6.3/ \
 		http://mandree.home.pages.de/${PORTNAME}/
diff -ruN -ruN --exclude=CVS /usr/ports/mail/fetchmail/files/fetchmailconf.in ./files/fetchmailconf.in
--- /usr/ports/mail/fetchmail/files/fetchmailconf.in	2013-01-10 10:12:35.000000000 +0800
+++ ./files/fetchmailconf.in	2013-03-02 19:53:57.000000000 +0800
@@ -3,13 +3,13 @@
 # Wrapper for the real fetchmailconf.  Checks whether Python and Tkinter are
 # installed, and runs the real fetchmailconf or alerts the user, as appropriate.
 #
-# $FreeBSD: ports/mail/fetchmail/files/fetchmailconf.in,v 1.2 2013/01/10 02:12:35 svnexp Exp $
+# $FreeBSD: head/mail/fetchmail/files/fetchmailconf.in 310168 2013-01-10 01:46:37Z mandree $
 
 LOCALBASE=%%LOCALBASE%%
 
 if [ -x $LOCALBASE/bin/python ] ; then
 	PYTHON_VERSION=python$(${LOCALBASE}/bin/python -c 'import sys; print sys.version[:3]' 2>/dev/null)
-	if [ -e ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_tkinter.so ]; then
+	if [ -e ${LOCALBASE}/lib/${PYTHON_VERSION}/lib-dynload/_tkinter.so ]; then
 		exec ${LOCALBASE}/libexec/fetchmailconf.py "$@"
 	fi
 fi
--- fetchmail-6.3.24_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Mar 2 23:00:09 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: chalpin@cs.wisc.edu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/176611: [PATCH] mail/fetchmail: Chase _tkinter.so relocation
Date: Sat, 2 Mar 2013 23:00:08 UT

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

From: Corey Halpin <chalpin@cs.wisc.edu>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/176611: [PATCH] mail/fetchmail: Chase _tkinter.so relocation
Date: Sat, 2 Mar 2013 17:42:22 -0600

 --UugvWAfsgieZRqgk
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
   Approve.
 
 On 2013-03-02, Edwin Groothuis wrote:
 > Maintainer of mail/fetchmail,
 >=20
 > Please note that PR ports/176611 has just been submitted.
 >=20
 > 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.
 >=20
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/176611
 
 --UugvWAfsgieZRqgk
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 
 iF4EAREIAAYFAlEyjl4ACgkQR8PgTIRJoTUKdAEAlSCgxBZrqlKgUQDxreQF56O7
 AdlleYDS+Hpha2NOHGcBALRHYz6cWj1SSI7cPEc3leRPSdc31ekqeh9kioggmtBR
 =SbD0
 -----END PGP SIGNATURE-----
 
 --UugvWAfsgieZRqgk--
State-Changed-From-To: feedback->open 
State-Changed-By: beech 
State-Changed-When: Sun Mar 3 05:07:24 UTC 2013 
State-Changed-Why:  
Maintainer approved 


Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Sun Mar 3 05:07:24 UTC 2013 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176611 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Sun Mar 3 08:13:48 UTC 2013 
State-Changed-Why:  
Committed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176611: commit references a PR
Date: Sun,  3 Mar 2013 08:13:15 +0000 (UTC)

 Author: beech
 Date: Sun Mar  3 08:13:07 2013
 New Revision: 313331
 URL: http://svnweb.freebsd.org/changeset/ports/313331
 
 Log:
   - Update script for chasing _tkinter.so relocation
   
   PR:		ports/176611
   Submitted by:	Li-Wen Hsu <lwhsu@FreeBSD.org>
   Approved by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
 
 Modified:
   head/mail/fetchmail/Makefile
   head/mail/fetchmail/files/fetchmailconf.in
 
 Modified: head/mail/fetchmail/Makefile
 ==============================================================================
 --- head/mail/fetchmail/Makefile	Sun Mar  3 07:51:57 2013	(r313330)
 +++ head/mail/fetchmail/Makefile	Sun Mar  3 08:13:07 2013	(r313331)
 @@ -9,6 +9,7 @@
  
  PORTNAME=	fetchmail
  PORTVERSION=	6.3.24
 +PORTREVISION=	1
  CATEGORIES=	mail ipv6
  MASTER_SITES=	SF/${PORTNAME}/branch_6.3/ \
  		http://mandree.home.pages.de/${PORTNAME}/
 
 Modified: head/mail/fetchmail/files/fetchmailconf.in
 ==============================================================================
 --- head/mail/fetchmail/files/fetchmailconf.in	Sun Mar  3 07:51:57 2013	(r313330)
 +++ head/mail/fetchmail/files/fetchmailconf.in	Sun Mar  3 08:13:07 2013	(r313331)
 @@ -9,7 +9,7 @@ LOCALBASE=%%LOCALBASE%%
  
  if [ -x $LOCALBASE/bin/python ] ; then
  	PYTHON_VERSION=python$(${LOCALBASE}/bin/python -c 'import sys; print sys.version[:3]' 2>/dev/null)
 -	if [ -e ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_tkinter.so ]; then
 +	if [ -e ${LOCALBASE}/lib/${PYTHON_VERSION}/lib-dynload/_tkinter.so ]; then
  		exec ${LOCALBASE}/libexec/fetchmailconf.py "$@"
  	fi
  fi
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
