ports/173829: www/trac-themeengine: update to 2.1.0

Ruslan Mahmatkhanov rm at FreeBSD.org
Thu Nov 22 08:00:01 UTC 2012


>Number:         173829
>Category:       ports
>Synopsis:       www/trac-themeengine: update to 2.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 22 08:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT amd64
>Description:
- update to 2.1.0
- change MASTER_SITES to pypi
- add license (BSD)
- use bzip2 distribution
- simplify Makefile a bit

buildlog: http://people.freebsd.org/~rm/trac-themeengine-2.1.0.log
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 307639)
+++ Makefile	(working copy)
@@ -1,24 +1,24 @@
 # Created by: Brooks Davis <brooks at freebsd.org>
 # $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 at 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 <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 307639)
+++ distinfo	(working copy)
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list