Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2013 22:32:49 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313303 - in head: comms/wsjt comms/wspr devel/fnorb devel/py-simpy devel/pylint games/ptkei games/pyching games/pysol games/pysolfc games/pythonchess games/thudboard graphics/py-imagin...
Message-ID:  <201303022232.r22MWnWK070695@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Sat Mar  2 22:32:48 2013
New Revision: 313303
URL: http://svnweb.freebsd.org/changeset/ports/313303

Log:
  - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation

Modified:
  head/comms/wsjt/Makefile
  head/comms/wspr/Makefile
  head/devel/fnorb/Makefile
  head/devel/py-simpy/Makefile
  head/devel/pylint/Makefile
  head/games/ptkei/Makefile
  head/games/pyching/Makefile
  head/games/pysol/Makefile
  head/games/pysolfc/Makefile
  head/games/pythonchess/Makefile
  head/games/thudboard/Makefile
  head/graphics/py-imaging/Makefile
  head/graphics/py-opengl/Makefile
  head/math/asymptote/Makefile
  head/math/py-gato/Makefile
  head/misc/cuecat/Makefile
  head/net-im/pwytter/Makefile
  head/net/forg/Makefile
  head/net/tcpwatch/Makefile
  head/print/latex2slides/Makefile
  head/print/scribus-devel/Makefile
  head/print/scribus/Makefile
  head/science/mayavi/Makefile
  head/science/py-paida/Makefile
  head/sysutils/openipmi/Makefile
  head/x11-fm/twander/Makefile
  head/x11-toolkits/py-Pmw/Makefile
  head/x11-toolkits/py-tktreectrl/Makefile

Modified: head/comms/wsjt/Makefile
==============================================================================
--- head/comms/wsjt/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/comms/wsjt/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	wsjt
-# Date created:				3rd August 2006
-# Whom:					Diane Bruce <db@db.net>
-#
+# Created by: Diane Bruce <db@db.net>
 # $FreeBSD$
-#
 
 PORTNAME=	wsjt
 VERSION=	9.1
+PORTREVISION=	1
 DISTVERSION=	${VERSION}.r${SVN_REV}
 CATEGORIES=	comms hamradio
 MASTER_SITES=	${MASTER_SITE_LOCAL}
@@ -16,7 +13,7 @@ DISTNAME=	wsjt-r${SVN_REV}
 MAINTAINER=	db@FreeBSD.org
 COMMENT=	Weak signal ham radio communication package
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
 LIB_DEPENDS=	fftw3f:${PORTSDIR}/math/fftw3-float \
 		samplerate:${PORTSDIR}/audio/libsamplerate

Modified: head/comms/wspr/Makefile
==============================================================================
--- head/comms/wspr/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/comms/wspr/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	wspr
-# Date created:				30 April 2009
-# Whom:					Diane Bruce <db@db.net>
-#
+# Created by: Diane Bruce <db@db.net>
 # $FreeBSD$
-#
 
 PORTNAME=	wspr
 DISTVERSION=	${VERSION}.r${SVN_REV}
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	db
@@ -15,7 +12,7 @@ DISTNAME=	wspr-r${SVN_REV}
 MAINTAINER=	db@FreeBSD.org
 COMMENT=	Weak signal for HF ham radio communication package
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
 LIB_DEPENDS=	hamlib:${PORTSDIR}/comms/hamlib \
 		fftw3f:${PORTSDIR}/math/fftw3-float \

Modified: head/devel/fnorb/Makefile
==============================================================================
--- head/devel/fnorb/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/devel/fnorb/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,20 +1,16 @@
-# New ports collection makefile for:	fnorb
-# Date created:		12 Septermber 2000
-# Whom:	      		Johann Visagie <johann@egenetics.com>
-#
+# Created by: Johann Visagie <johann@egenetics.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Fnorb
 PORTVERSION=	1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A CORBA 2.0 ORB written in Python
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes

Modified: head/devel/py-simpy/Makefile
==============================================================================
--- head/devel/py-simpy/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/devel/py-simpy/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,12 +1,9 @@
-# ex:ts=8
-# Ports collection makefile for:	py-simpy
-# Date created:			Jun 29, 2004
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
 
 PORTNAME=	simpy
 PORTVERSION=	2.3.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP \
 		SF/${PORTNAME}/${PORTNAME}/SimPy-${PORTVERSION}
@@ -26,7 +23,7 @@ OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_TKINTER)
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 .endif
 
 post-install:

Modified: head/devel/pylint/Makefile
==============================================================================
--- head/devel/pylint/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/devel/pylint/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pylint
 PORTVERSION=	0.26.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	LOGILAB
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
@@ -27,7 +28,7 @@ post-extract:
 	${RM} -fr ${WRKSRC}/test
 
 .if ${PORT_OPTIONS:MGUI}
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 .endif
 
 .include <bsd.port.mk>

Modified: head/games/ptkei/Makefile
==============================================================================
--- head/games/ptkei/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/games/ptkei/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,20 +1,16 @@
-# New ports collection makefile for:    ptkei
-# Date created:                         26 October 1999
-# Whom:                                 Daniel O'Connor <darius@dons.net.au>
-#
+# Created by: Daniel O'Connor <darius@dons.net.au>
 # $FreeBSD$
-#
 
 PORTNAME=	ptkei
 PORTVERSION=	1.18.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	http://www.lfmm.org/ptkei/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Python/Tk graphical client for Wolfpack Empire servers
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw
 
 USE_PYTHON=	yes

Modified: head/games/pyching/Makefile
==============================================================================
--- head/games/pyching/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/games/pyching/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,19 +1,16 @@
-# New ports collection makefile for:	pyching
-# Date created:			5 July 2001
-# Whom:				Hye-Shik Chang <perky@python.or.kr>
-#
+# Created by: Hye-Shik Chang <perky@python.or.kr>
 # $FreeBSD$
-#
 
 PORTNAME=	pyching
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	games python
 MASTER_SITES=	SF/${PORTNAME}/pyChing/${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Consult a I Ching, an ancient Chinese book of wisdom
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual

Modified: head/games/pysol/Makefile
==============================================================================
--- head/games/pysol/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/games/pysol/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:    PySol
-# Date created:         11 September 1998
-# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
-#
+# Created by: Thomas Gellekum <tg@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	pysol
 PORTVERSION=	4.82
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://www.pysol.org/download/pysol/:source \
 		${MASTER_SITE_LOCAL:S/$/:support/}
@@ -19,7 +15,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Solitaire game, written in Python
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pysolsoundserver.so:${PORTSDIR}/audio/pysol-sound-server \
-		${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+		${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 
 USE_BZIP2=	yes
 USE_PYTHON=	yes

Modified: head/games/pysolfc/Makefile
==============================================================================
--- head/games/pysolfc/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/games/pysolfc/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pysolfc
 PORTVERSION=	2.0
-PORTREVISION=	3
+PORTREVISION=	5
 CATEGORIES=	games python
 MASTER_SITES=	SF/${PORTNAME}/PySolFC/PySolFC-${PORTVERSION} \
 		SF/${PORTNAME}/PySolFC-Cardsets/PySolFC-Cardsets-${PORTVERSION}:cardsets
@@ -15,7 +15,7 @@ COMMENT=	Solitaire game, written in Pyth
 
 LICENSE=	GPLv3
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
 
 USE_BZIP2=	yes

Modified: head/games/pythonchess/Makefile
==============================================================================
--- head/games/pythonchess/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/games/pythonchess/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	pythonchess
-# Date created:				24 November 2005
-# Whom:					Alejandro Pulver <alejandro@varnet.biz>
-#
+# Created by: Alejandro Pulver <alejandro@varnet.biz>
 # $FreeBSD$
-#
 
 PORTNAME=	pythonchess
 PORTVERSION=	0.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	alepulver
@@ -16,7 +12,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Small program for playing chess against the computer
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 
 USE_PYTHON=	yes
 

Modified: head/games/thudboard/Makefile
==============================================================================
--- head/games/thudboard/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/games/thudboard/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,19 +1,16 @@
-# New ports collection makefile for:    ThudBoard
-# Date created:         		04 Januar 2004
-# Whom:                 		Jan Stocker <Jan.Stocker@t-online.de>
-#
+# Created by: Jan Stocker <Jan.Stocker@t-online.de>
 # $FreeBSD$
-#
 
 PORTNAME=	thudboard
 PORTVERSION=	1.8
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://www.million.nl/file/
 
 MAINTAINER=	lme@FreeBSD.org
 COMMENT=	The Discworld Boardgame Board
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 
 NO_WRKSUBDIR=	yes
 USE_PYTHON=	yes

Modified: head/graphics/py-imaging/Makefile
==============================================================================
--- head/graphics/py-imaging/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/graphics/py-imaging/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:    PIL
-# Date created:         02 November 1998
-# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
-#
+# Created by: Thomas Gellekum <tg@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	imaging
 PORTVERSION=	1.1.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics python
 MASTER_SITES=	http://effbot.org/media/downloads/ \
 		http://www.pythonware.net/storage/
@@ -39,8 +35,8 @@ OPTIONS=	TKINTER "Build with tkinter for
 .include <bsd.port.pre.mk>
 
 .if !defined(WITHOUT_TKINTER)
-BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 PLIST_SUB+=	TKINTER=""
 .else
 PLIST_SUB+=	TKINTER="@comment "

Modified: head/graphics/py-opengl/Makefile
==============================================================================
--- head/graphics/py-opengl/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/graphics/py-opengl/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	PyOpenGL
-# Date created:		Wed Aug 18 18:49:17 EDT 1999
-# Whom:			Randall Hopper <aa8vb@ipass.net>
-#
+# Created by: Randall Hopper <aa8vb@ipass.net>
 # $FreeBSD$
-#
 
 PORTNAME=	opengl
 PORTVERSION=	3.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics python
 MASTER_SITES=	SF/py${PORTNAME}/PyOpenGL/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -37,8 +33,8 @@ USE_DOS2UNIX=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MTKINTER}
-BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 .endif
 
 post-patch:

Modified: head/math/asymptote/Makefile
==============================================================================
--- head/math/asymptote/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/math/asymptote/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	asymptote
-# Date created:		2005-07-22
-# Whom:			Nicola Vitale <nivit@email.it>
-#
+# Created by: Nicola Vitale <nivit@email.it>
 # $FreeBSD$
-#
 
 PORTNAME=	asymptote
 PORTVERSION=	2.16
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION}
@@ -22,7 +18,7 @@ LICENSE_COMB=	dual
 
 RUN_DEPENDS=	gv:${PORTSDIR}/print/gv \
 		latex:${PORTSDIR}/print/teTeX-base \
-		${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+		${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_3:${PORTSDIR}/graphics/py-imaging
 
 ONLY_FOR_ARCHS=	i386 amd64

Modified: head/math/py-gato/Makefile
==============================================================================
--- head/math/py-gato/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/math/py-gato/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	py-gato
-# Date created:		31 August 2001
-# Whom:	      		Johann Visagie <wjv@FreeBSD.org>
-#
+# Created by: Johann Visagie <wjv@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gato
 PORTVERSION=	1.02
+PORTREVISION=	1
 CATEGORIES=	math python
 MASTER_SITES=	http://gato.sourceforge.net/Download/
 MASTER_SITE_SUBDIR=	gato
@@ -16,7 +13,7 @@ DISTNAME=	Gato-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Python-based toolbox to visualise algorithms on graphs
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 
 WRKSRC=		${WRKDIR}/Gato
 

Modified: head/misc/cuecat/Makefile
==============================================================================
--- head/misc/cuecat/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/misc/cuecat/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	cuecat
-# Date created:				18 October 2000
-# Whom:					mwm@mired.org
-#
+# Created by: mwm@mired.org
 # $FreeBSD$
-#
 
 PORTNAME=	cuecat
 PORTVERSION=	1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	misc python
 MASTER_SITES=	http://www.mired.org/downloads/
 
@@ -15,7 +11,7 @@ MAINTAINER=	mwm@mired.org
 COMMENT=	Tools for decoding and using the output of a :Cue:Cat(TM) wand scanner
 
 .if !defined(WITHOUT_X11)
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw
 .endif
 

Modified: head/net-im/pwytter/Makefile
==============================================================================
--- head/net-im/pwytter/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/net-im/pwytter/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pwytter
 PORTVERSION=	0.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im www python
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -13,7 +13,7 @@ COMMENT=	Free multi-platform Twitter cli
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=1.7.1:${PORTSDIR}/devel/py-simplejson
 

Modified: head/net/forg/Makefile
==============================================================================
--- head/net/forg/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/net/forg/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,14 +1,9 @@
-# ex:ts=8
-# New ports collection makefile for:	forg
-# Date created:			Sep 25, 2001
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	forg
 PORTVERSION=	0.5.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net python
 MASTER_SITES=	http://gopher.quux.org:70/give-me-gopher/
 # Old home website doesn't seem to work anymore (19/05/03)
@@ -17,7 +12,7 @@ MASTER_SITES=	http://gopher.quux.org:70/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Gopher client
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw
 
 USE_PYTHON=	yes

Modified: head/net/tcpwatch/Makefile
==============================================================================
--- head/net/tcpwatch/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/net/tcpwatch/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,20 +1,16 @@
-# New ports collection makefile for:	tcpwatch
-# Date created:		2004-05-11
-# Whom:			ports@c0decafe.net
-#
+# Created by: ports@c0decafe.net
 # $FreeBSD$
-#
 
 PORTNAME=	tcpwatch
 PORTVERSION=	1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net python
 MASTER_SITES=	http://hathawaymix.org/Software/TCPWatch/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	TCP monitoring and logging tool with support for HTTP 1.1
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 PLIST_FILES=	bin/tcpwatch.py

Modified: head/print/latex2slides/Makefile
==============================================================================
--- head/print/latex2slides/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/print/latex2slides/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,14 +1,9 @@
-# ex:ts=8
-# Ports collection makefile for:	latex2slides
-# Date created:			May 23, 2002
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	latex2slides
 PORTVERSION=	1.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	print
 MASTER_SITES=	SF
 EXTRACT_SUFX=	.tgz
@@ -18,7 +13,7 @@ COMMENT=	Produces a set of HTML/JPEG sli
 
 RUN_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick \
 		dvips:${PORTSDIR}/print/teTeX \
-		${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+		${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 
 USE_PYTHON=	yes
 NO_BUILD=	yes

Modified: head/print/scribus-devel/Makefile
==============================================================================
--- head/print/scribus-devel/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/print/scribus-devel/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scribus
 PORTVERSION=	1.5.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	print editors
 MASTER_SITES=	http://download.tuxfamily.org/bartcoding/FreeBSD/ \
 				${MASTER_SITE_LOCAL}
@@ -26,7 +26,7 @@ LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/j
 		execinfo:${PORTSDIR}/devel/libexecinfo \
 		poppler:${PORTSDIR}/graphics/poppler \
 		osg:${PORTSDIR}/graphics/osg
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
 		update-mime-database:${PORTSDIR}/misc/shared-mime-info
 

Modified: head/print/scribus/Makefile
==============================================================================
--- head/print/scribus/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/print/scribus/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,11 +1,9 @@
 # Created by: ijliao
-# $Carpetsmoker: ports/print/scribus/Makefile,v 1.2 2007/09/24 08:06:52 carpetsmoker Exp $
 # $FreeBSD$
-#
 
 PORTNAME=	scribus
 PORTVERSION=	1.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print editors
 MASTER_SITES=	SF \
 		http://www.scribus.net/downloads/${PORTVERSION}/
@@ -26,7 +24,7 @@ LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphic
 		hyphen:${PORTSDIR}/textproc/hyphen \
 		execinfo:${PORTSDIR}/devel/libexecinfo \
 		fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
 		update-mime-database:${PORTSDIR}/misc/shared-mime-info
 

Modified: head/science/mayavi/Makefile
==============================================================================
--- head/science/mayavi/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/science/mayavi/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,14 +1,9 @@
-# ex:ts=8
-# Ports collection makefile for:	mayavi
-# Date created:			Mar 9, 2002
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	mayavi
 PORTVERSION=	1.5
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	science python
 MASTER_SITES=	SF
 DISTNAME=	MayaVi-${PORTVERSION}
@@ -16,9 +11,9 @@ DISTNAME=	MayaVi-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A scientific data visualizer
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/vtk.pth:${PORTSDIR}/math/vtk-python \
-		${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+		${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes

Modified: head/science/py-paida/Makefile
==============================================================================
--- head/science/py-paida/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/science/py-paida/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	paida
-# Date created:		2005-07-17
-# Whom:			Vsevolod Stakhov <vsevolod@highsecure.ru>
-#
+# Created by: Vsevolod Stakhov <vsevolod@highsecure.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	paida
 PORTVERSION=	3.2.1.2.10
+PORTREVISION=	1
 CATEGORIES=	science python
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-3.2.1_2.10.1
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +13,7 @@ MAINTAINER=	wenheping@gmail.com
 COMMENT=	Pure Python scientific analysis package
 
 .if !defined(NO_GUI)
-BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 .endif
 
 USE_PYTHON=	yes

Modified: head/sysutils/openipmi/Makefile
==============================================================================
--- head/sysutils/openipmi/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/sysutils/openipmi/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	sysutils/openipmi
-# Date created:				28/Mar/2010
-# Whom:					Alex Deiter <alex.deiter@gmail.com>
-#
+# Created by: Alex Deiter <alex.deiter@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	openipmi
 PORTVERSION=	2.0.19
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/OpenIPMI%202.0%20Library
 DISTNAME=	OpenIPMI-${PORTVERSION}
@@ -69,7 +65,7 @@ CONFIGURE_ARGS+=	--with-openssl=no
 WITH_TCL=		yes
 USE_PYTHON=		yes
 WITH_PYTHON=		yes
-BUILD_DEPENDS+=		${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+BUILD_DEPENDS+=		${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
 			${LOCALBASE}/lib/Tix8.4.3/Tix.tcl:${PORTSDIR}/x11-toolkits/tix
 CONFIGURE_ARGS+=	--with-tkinter
 PLIST_SUB+=		TKINTER=""

Modified: head/x11-fm/twander/Makefile
==============================================================================
--- head/x11-fm/twander/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/x11-fm/twander/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,20 +1,17 @@
-# New ports collection makefile for:	twander
-# Date Created:				17 February 2003
-# Whom:					tundra
-#
+# Created by: tundra
 # $FreeBSD$
-#
 
 PORTNAME=	twander
 PORTVERSION=	3.231
+PORTREVISION=	1
 CATEGORIES=	x11-fm
 MASTER_SITES=	http://www.tundraware.com/Software/twander/
 
 MAINTAINER=	twander@tundraware.com
 COMMENT=	A Better Filesystem Browser
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 
 USE_PYTHON=	yes
 

Modified: head/x11-toolkits/py-Pmw/Makefile
==============================================================================
--- head/x11-toolkits/py-Pmw/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/x11-toolkits/py-Pmw/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	pmw
-# Date created:		03 June 1998
-# Whom:			Thomas Gellekum <tg@FreeBSD.org>
-#
+# Created by: Thomas Gellekum <tg@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Pmw
 PORTVERSION=	1.3.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits python
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME}.${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +12,7 @@ DISTNAME=	${PORTNAME}.${PORTVERSION}
 MAINTAINER=	fmysh@iijmio-mail.jp
 COMMENT=	High-level compound graphics widgets for Python
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
 LIB_DEPENDS=	BLT24.3:${PORTSDIR}/x11-toolkits/blt
 
 USE_PYTHON=		yes

Modified: head/x11-toolkits/py-tktreectrl/Makefile
==============================================================================
--- head/x11-toolkits/py-tktreectrl/Makefile	Sat Mar  2 22:24:45 2013	(r313302)
+++ head/x11-toolkits/py-tktreectrl/Makefile	Sat Mar  2 22:32:48 2013	(r313303)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	tkintertreectrl
-# Date created:		09 December 2006
-# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	tktreectrl
 PORTVERSION=	0.8
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits tk python
 MASTER_SITES=	http://klappnase.bubble.org/TkinterTreectrl/ CENKES
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +13,7 @@ MAINTAINER=	sylvio@FreeBSD.org
 COMMENT=	TkTreectrl Python bindings
 
 LIB_DEPENDS=	treectrl.0:${PORTSDIR}/x11-toolkits/tktreectrl
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw
 
 USE_TK_RUN=	yes



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