From owner-svn-ports-all@FreeBSD.ORG Tue Oct 30 19:47:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EC3AFE; Tue, 30 Oct 2012 19:47:34 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E123F8FC08; Tue, 30 Oct 2012 19:47:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9UJlXPs062323; Tue, 30 Oct 2012 19:47:33 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9UJlXAO062320; Tue, 30 Oct 2012 19:47:33 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201210301947.q9UJlXAO062320@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 30 Oct 2012 19:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306705 - head/www/trac-graphviz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 19:47:34 -0000 Author: rm Date: Tue Oct 30 19:47:33 2012 New Revision: 306705 URL: http://svn.freebsd.org/changeset/ports/306705 Log: - do not directly depend on setuptools, use USE_DISTUTILS instead - bump PORTREVISION because of dependency change - trim Makefile header - limit python version to 2.x only - whitespace fix in pkg-descr PR: 173172 Submitted by: rm (myself) Approved by: brooks (maintainer, by mail) Feature safe: yes Modified: head/www/trac-graphviz/Makefile head/www/trac-graphviz/pkg-descr Modified: head/www/trac-graphviz/Makefile ============================================================================== --- head/www/trac-graphviz/Makefile Tue Oct 30 19:46:49 2012 (r306704) +++ head/www/trac-graphviz/Makefile Tue Oct 30 19:47:33 2012 (r306705) @@ -1,13 +1,9 @@ -# New ports collection makefile for: trac-graphviz -# Date created: January 14, 2009 -# Whom: Brooks Davis -# +# Created by: Brooks Davis # $FreeBSD$ -# PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L} PORTVERSION= 0.7.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www devel graphics python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks @@ -20,18 +16,12 @@ COMMENT= Graphviz plugin for Trac's wiki RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/URW/fonts.dir:${PORTSDIR}/x11-fonts/urwfonts \ dot:${PORTSDIR}/graphics/graphviz \ tracd:${PORTSDIR}/www/trac -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools -USE_PYTHON= 2.5+ -NO_BUILD= yes -USE_PYDISTUTILS=yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= graphviz -WRKSRC= ${WRKDIR}/${PORTNAME}plugin -PYDISTUTILS_NOEGGINFO= yes -PLIST_SUB= PORTVERSION=${PORTVERSION} \ - PYTHON_VER=${PYTHON_VER} - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg +WRKSRC= ${WRKDIR}/${PORTNAME}plugin +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ @@ -39,7 +29,4 @@ post-patch: -e 's|%%OSMAJOR%%|${OSREL:C/\..*$//}|' \ ${WRKSRC}/graphviz/graphviz.py -do-build: - @${DO_NADA} - .include Modified: head/www/trac-graphviz/pkg-descr ============================================================================== --- head/www/trac-graphviz/pkg-descr Tue Oct 30 19:46:49 2012 (r306704) +++ head/www/trac-graphviz/pkg-descr Tue Oct 30 19:47:33 2012 (r306705) @@ -1,4 +1,4 @@ The GraphvizPlugin allows for the inline creation of diagrams for abstract -graphs and networks using the Graphviz programs. +graphs and networks using the Graphviz programs. WWW: http://trac-hacks.org/wiki/GraphvizPlugin