Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2013 14:36:46 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313232 - in head/www: . trac-TracDuplicates
Message-ID:  <201303021436.r22EakKs017798@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Mar  2 14:36:46 2013
New Revision: 313232
URL: http://svnweb.freebsd.org/changeset/ports/313232

Log:
  TracDuplicates is a plugin for trac that will allow to dupe a bug against
  another generating "Marked" comments like bugzilla does in both affected
  bugs.
  
  WWW: https://github.com/nmaier/TracDuplicates
  
  PR:		ports/176582
  Submitted by:	Gea-Suan Lin <gslin@gslin.org>

Added:
  head/www/trac-TracDuplicates/
  head/www/trac-TracDuplicates/Makefile   (contents, props changed)
  head/www/trac-TracDuplicates/distinfo   (contents, props changed)
  head/www/trac-TracDuplicates/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Mar  2 14:26:20 2013	(r313231)
+++ head/www/Makefile	Sat Mar  2 14:36:46 2013	(r313232)
@@ -1870,6 +1870,7 @@
     SUBDIR += tomcat7
     SUBDIR += trac
     SUBDIR += trac-OhlohWidgetsMacro
+    SUBDIR += trac-TracDuplicates
     SUBDIR += trac-TracGoogleAnalytics
     SUBDIR += trac-accountmanager
     SUBDIR += trac-addcomment

Added: head/www/trac-TracDuplicates/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/trac-TracDuplicates/Makefile	Sat Mar  2 14:36:46 2013	(r313232)
@@ -0,0 +1,25 @@
+# Created by: Gea-Suan Lin <gslin@gslin.org>
+# $FreeBSD$
+
+PORTNAME=	TracDuplicates
+PORTVERSION=	0.11
+CATEGORIES=	www python
+MASTER_SITES=	GH
+PKGNAMEPREFIX=	trac-
+
+MAINTAINER=	gslin@gslin.org
+COMMENT=	Notice original ticket to dupe one
+
+LICENSE=	BSD
+
+RUN_DEPENDS=	trac>=0:${PORTSDIR}/www/trac
+
+GH_ACCOUNT=	nmaier
+GH_COMMIT=	22976dd
+USE_GITHUB=	yes
+
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	easy_install
+
+.include <bsd.port.mk>

Added: head/www/trac-TracDuplicates/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/trac-TracDuplicates/distinfo	Sat Mar  2 14:36:46 2013	(r313232)
@@ -0,0 +1,2 @@
+SHA256 (TracDuplicates-0.11.tar.gz) = 81a72453a9cbfad751a90b7d3b6f0c1a4dcc6e7cb506df0e42d7db861be97a99
+SIZE (TracDuplicates-0.11.tar.gz) = 2103

Added: head/www/trac-TracDuplicates/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/trac-TracDuplicates/pkg-descr	Sat Mar  2 14:36:46 2013	(r313232)
@@ -0,0 +1,5 @@
+TracDuplicates is a plugin for trac that will allow to dupe a bug against
+another generating "Marked" comments like bugzilla does in both affected
+bugs.
+
+WWW: https://github.com/nmaier/TracDuplicates



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303021436.r22EakKs017798>