Bug 173829 - www/trac-themeengine: update to 2.1.0
Summary: www/trac-themeengine: update to 2.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Brooks Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-22 08:00 UTC by Ruslan Makhmatkhanov
Modified: 2012-12-26 10:06 UTC (History)
0 users

See Also:


Attachments
file.diff (1.41 KB, patch)
2012-11-22 08:00 UTC, Ruslan Makhmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-11-22 08:00:00 UTC
- 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

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-22 08:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->brooks

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-12-26 09:38:39 UTC
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 <brooks@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@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>

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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-12-26 10:06:20 UTC
State Changed
From-To: open->closed

Committed, thank you!