From owner-svn-ports-all@FreeBSD.ORG Wed Dec 26 09:38:24 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 326C8733; Wed, 26 Dec 2012 09:38:24 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F20DE8FC0C; Wed, 26 Dec 2012 09:38:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBQ9cNjx039693; Wed, 26 Dec 2012 09:38:23 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBQ9cNWp039691; Wed, 26 Dec 2012 09:38:23 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201212260938.qBQ9cNWp039691@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Wed, 26 Dec 2012 09:38:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309506 - head/www/trac-themeengine 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: Wed, 26 Dec 2012 09:38:24 -0000 Author: rm Date: Wed Dec 26 09:38:23 2012 New Revision: 309506 URL: http://svnweb.freebsd.org/changeset/ports/309506 Log: - update to 2.1.0 - change MASTER_SITES to pypi - add license (BSD) - use bzip2 distribution - simplify Makefile a bit PR: 173829 Submitted by: rm (myself) Approved by: maintainer timeout (1 month) Modified: head/www/trac-themeengine/Makefile head/www/trac-themeengine/distinfo Modified: head/www/trac-themeengine/Makefile ============================================================================== --- head/www/trac-themeengine/Makefile Wed Dec 26 09:35:02 2012 (r309505) +++ head/www/trac-themeengine/Makefile Wed Dec 26 09:38:23 2012 (r309506) @@ -1,24 +1,24 @@ # Created by: Brooks Davis # $FreeBSD$ -PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L} -PORTVERSION= 2.0 -PORTREVISION= 3 +PORTNAME= themeengine +PORTVERSION= 2.1.0 CATEGORIES= www devel python -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= brooks +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= trac- -DISTNAME= ${PORTNAME}plugin-${PORTVERSION} +DISTNAME= ${PYDISTUTILS_PKGNAME}-${PORTVERSION} MAINTAINER= brooks@FreeBSD.org COMMENT= Plugin to simplify distributing and deploying themes and styles +LICENSE= BSD + RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac +USE_BZIP2= yes USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracThemeEngine -WRKSRC= ${WRKDIR}/${PORTNAME}plugin PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% .include Modified: head/www/trac-themeengine/distinfo ============================================================================== --- head/www/trac-themeengine/distinfo Wed Dec 26 09:35:02 2012 (r309505) +++ head/www/trac-themeengine/distinfo Wed Dec 26 09:38:23 2012 (r309506) @@ -1,2 +1,2 @@ -SHA256 (themeengineplugin-2.0.tar.gz) = f28a7a2ca4031f1d8337ebf9408b4b567225fe1c94252825b38755877fbeaf94 -SIZE (themeengineplugin-2.0.tar.gz) = 144882 +SHA256 (TracThemeEngine-2.1.0.tar.bz2) = 5e4c83aaacd1b6e20ef194e7c26b36d52b44f0f0d235450675fa1fa828629ad8 +SIZE (TracThemeEngine-2.1.0.tar.bz2) = 180907