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 -# $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