From owner-svn-ports-head@FreeBSD.ORG Mon Jun 16 20:49:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70A6D8AA; Mon, 16 Jun 2014 20:49:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E4CB2C69; Mon, 16 Jun 2014 20:49:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GKnatu018582; Mon, 16 Jun 2014 20:49:36 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GKnash018581; Mon, 16 Jun 2014 20:49:36 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201406162049.s5GKnash018581@svn.freebsd.org> From: Jimmy Olgeni Date: Mon, 16 Jun 2014 20:49:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358039 - 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-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 20:49:36 -0000 Author: olgeni Date: Mon Jun 16 20:49:35 2014 New Revision: 358039 URL: http://svnweb.freebsd.org/changeset/ports/358039 QAT: https://qat.redports.org/buildarchive/r358039/ Log: Unbreak, after I broke it on r357306. - Fix dependency on x11-fonts/urwfonts While I'm here: - Add LICENSE - Remove easy_install from USE_PYDISTUTILS Noticed by: amdmi3 Modified: head/www/trac-graphviz/Makefile Modified: head/www/trac-graphviz/Makefile ============================================================================== --- head/www/trac-graphviz/Makefile Mon Jun 16 20:42:13 2014 (r358038) +++ head/www/trac-graphviz/Makefile Mon Jun 16 20:49:35 2014 (r358039) @@ -2,7 +2,7 @@ PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:tl} PORTVERSION= 0.7.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www devel graphics python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks @@ -12,15 +12,16 @@ DISTNAME= ${PORTNAME}plugin-${PORTVERSIO MAINTAINER= ports@FreeBSD.org COMMENT= Graphviz plugin for Trac's wiki -RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/URW/fonts.dir:${PORTSDIR}/x11-fonts/urwfonts \ +LICENSE= BSD3CLAUSE + +RUN_DEPENDS+= urwfonts>0:${PORTSDIR}/x11-fonts/urwfonts \ dot:${PORTSDIR}/graphics/graphviz \ tracd:${PORTSDIR}/www/trac USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= graphviz WRKSRC= ${WRKDIR}/${PORTNAME}plugin -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \