From owner-svn-ports-all@FreeBSD.ORG Tue Oct 30 19:48:16 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 A500C1F2; Tue, 30 Oct 2012 19:48:16 +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 8DA9B8FC18; Tue, 30 Oct 2012 19:48:16 +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 q9UJmG5r062501; Tue, 30 Oct 2012 19:48:16 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9UJmG9t062499; Tue, 30 Oct 2012 19:48:16 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201210301948.q9UJmG9t062499@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 30 Oct 2012 19:48:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306706 - head/www/trac-math 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:48:16 -0000 Author: rm Date: Tue Oct 30 19:48:15 2012 New Revision: 306706 URL: http://svn.freebsd.org/changeset/ports/306706 Log: - remove direct setuptools dependency - no PORTREVISION bump is needed, because it already had run/build depend - trim Makefile header - limit python version to 2.x only - move pkg-plist contents into Makefile:PLIST_FILES PR: 173174 Submitted by: rm (myself) Approved by: brooks (maintainer, by mail) Feature safe: yes Deleted: head/www/trac-math/pkg-plist Modified: head/www/trac-math/Makefile Modified: head/www/trac-math/Makefile ============================================================================== --- head/www/trac-math/Makefile Tue Oct 30 19:47:33 2012 (r306705) +++ head/www/trac-math/Makefile Tue Oct 30 19:48:15 2012 (r306706) @@ -1,9 +1,5 @@ -# New ports collection makefile for: trac-math -# Date created: Dec 31, 2009 -# Whom: Brooks Davis -# +# Created by: Brooks Davis # $FreeBSD$ -# PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L} PORTVERSION= 0.1 @@ -18,14 +14,14 @@ COMMENT= Support for LaTeX math formulas RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ latex:${PORTSDIR}/print/teTeX-base -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -USE_PYTHON= 2.5+ -USE_PYDISTUTILS=easy_install +USE_PYTHON= -2.7 +USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracMath +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% post-install: ${CAT} ${PKGMESSAGE}