aboutsummaryrefslogtreecommitdiff
path: root/www/trac-TracDuplicates
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-02 14:36:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-02 14:36:46 +0000
commit693b6fe97b54e7c63e615b89fd3b02bc32420444 (patch)
tree5bdfb0913188e8dc776f6a5d8910fc70d243f951 /www/trac-TracDuplicates
parent479fe0ca03386019f9a5b191ff82a78a95d0f92c (diff)
downloadports-693b6fe97b54e7c63e615b89fd3b02bc32420444.tar.gz
ports-693b6fe97b54e7c63e615b89fd3b02bc32420444.zip
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>
Notes
Notes: svn path=/head/; revision=313232
Diffstat (limited to 'www/trac-TracDuplicates')
-rw-r--r--www/trac-TracDuplicates/Makefile25
-rw-r--r--www/trac-TracDuplicates/distinfo2
-rw-r--r--www/trac-TracDuplicates/pkg-descr5
3 files changed, 32 insertions, 0 deletions
diff --git a/www/trac-TracDuplicates/Makefile b/www/trac-TracDuplicates/Makefile
new file mode 100644
index 000000000000..9365bb3342c4
--- /dev/null
+++ b/www/trac-TracDuplicates/Makefile
@@ -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>
diff --git a/www/trac-TracDuplicates/distinfo b/www/trac-TracDuplicates/distinfo
new file mode 100644
index 000000000000..9a95c0283744
--- /dev/null
+++ b/www/trac-TracDuplicates/distinfo
@@ -0,0 +1,2 @@
+SHA256 (TracDuplicates-0.11.tar.gz) = 81a72453a9cbfad751a90b7d3b6f0c1a4dcc6e7cb506df0e42d7db861be97a99
+SIZE (TracDuplicates-0.11.tar.gz) = 2103
diff --git a/www/trac-TracDuplicates/pkg-descr b/www/trac-TracDuplicates/pkg-descr
new file mode 100644
index 000000000000..69499e708835
--- /dev/null
+++ b/www/trac-TracDuplicates/pkg-descr
@@ -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