svn commit: r313331 - in head/mail/fetchmail: . files
Beech Rintoul
beech at FreeBSD.org
Sun Mar 3 08:13:09 UTC 2013
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 at FreeBSD.org>
Approved by: Corey Halpin <chalpin at 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
More information about the svn-ports-head
mailing list