Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2013 08:13:08 +0000 (UTC)
From:      Beech Rintoul <beech@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313331 - in head/mail/fetchmail: . files
Message-ID:  <201303030813.r238D8AR049217@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303030813.r238D8AR049217>