From owner-svn-ports-all@FreeBSD.ORG Wed Jun 18 17:50:14 2014 Return-Path: Delivered-To: svn-ports-all@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 758F9434; Wed, 18 Jun 2014 17:50:14 +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 62F5F2E09; Wed, 18 Jun 2014 17:50:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5IHoEAU074523; Wed, 18 Jun 2014 17:50:14 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5IHoEMI074521; Wed, 18 Jun 2014 17:50:14 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201406181750.s5IHoEMI074521@svn.freebsd.org> From: Marcus von Appen Date: Wed, 18 Jun 2014 17:50:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358293 - head/www/trac-pydotorgtheme 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.18 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: Wed, 18 Jun 2014 17:50:14 -0000 Author: mva Date: Wed Jun 18 17:50:13 2014 New Revision: 358293 URL: http://svnweb.freebsd.org/changeset/ports/358293 QAT: https://qat.redports.org/buildarchive/r358293/ Log: - Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Modified: head/www/trac-pydotorgtheme/Makefile Modified: head/www/trac-pydotorgtheme/Makefile ============================================================================== --- head/www/trac-pydotorgtheme/Makefile Wed Jun 18 17:09:39 2014 (r358292) +++ head/www/trac-pydotorgtheme/Makefile Wed Jun 18 17:50:13 2014 (r358293) @@ -1,8 +1,8 @@ # $FreeBSD$ -PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:tl} +PORTNAME= pydotorgtheme PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks @@ -14,10 +14,10 @@ COMMENT= Theme that emulates the look of RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ trac-themeengine>=2.0:${PORTSDIR}/www/trac-themeengine -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= TracPyDotOrgTheme +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +.include "${.CURDIR}/../../www/trac/plugin.mk" .include