Bug 176582 - [NEW PORT] www/trac-TracDuplicates: Notice original ticket to dupe one
Summary: [NEW PORT] www/trac-TracDuplicates: Notice original ticket to dupe one
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-01 02:40 UTC by gslin
Modified: 2013-03-02 14:40 UTC (History)
1 user (show)

See Also:


Attachments
.shar (1.73 KB, text/plain)
2013-03-01 02:40 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2013-03-01 02:40:00 UTC
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

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2013-03-01 04:21:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-03-02 14:36:34 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-02 14:36:55 UTC
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
_______________________________________________
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"