pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
trac-plugins-MasterTickets: move to upstream trunk
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%ir.bbn.com@localhost>
Pushed By: gdt
Date: Wed Oct 21 12:34:17 2015 -0400
Changeset: 8a3af151dc5662122e32c15032bb95721d2091db
Modified Files:
trac-plugins-MasterTickets/Makefile
trac-plugins-MasterTickets/PLIST
Log Message:
trac-plugins-MasterTickets: move to upstream trunk
This updates mastertickets to the head of upstream svn. The impetus
was to avoid erroring when adding a link to an existing ticket.
Upstream changes (plus misc fixes not meriting inclusion in NEWS):
* The issue was seen when adding a relation to tickets created
before, and not updated since, the `[ticket-custom]` entries for
MasterTicketsPlugin were added. Tickets created before the
MasterTicketsPlugin was installed won't have entries in the
`ticket_custom` table for `blocking` and `blockedby`. Fixes #12303.
* 4.0.0dev: Avoid traceback when custom field value is None.
* 4.0.0dev: Ticket links have consistent title attribute.
* Untested patch for failure to update field in linked ticket. Fixes #9072.
* Implemented a fix for the `IntegrityError` when importing tickets
with the TicketImportPlugin and not defining a changetime in the
dataset (or in some cases of using the same changetime for
multiple tickets).
* Added `setup.cfg` file.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8a3af151dc5662122e32c15032bb95721d2091db
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
trac-plugins-MasterTickets/Makefile | 12 +++++++++---
trac-plugins-MasterTickets/PLIST | 1 -
2 files changed, 9 insertions(+), 4 deletions(-)
diffs:
diff --git a/trac-plugins-MasterTickets/Makefile b/trac-plugins-MasterTickets/Makefile
index f44a961..e56bfb4 100644
--- a/trac-plugins-MasterTickets/Makefile
+++ b/trac-plugins-MasterTickets/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.14 2015/08/04 20:04:16 thomasklausner Exp $
-UPSTREAM_VERSION= 3.0.4
+UPSTREAM_VERSION= 3.90
DISTNAME= TracMasterTickets-${UPSTREAM_VERSION}
VERSION= ${UPSTREAM_VERSION}.${SVN_TAG.mastertickets}
PKGNAME= trac-plugins-MasterTickets-${VERSION}
@@ -20,8 +20,14 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.0.4/r12946
SVN_REPOSITORIES= mastertickets
SVN_ROOT.mastertickets= http://trac-hacks.org/svn/masterticketsplugin/trunk
-# Upsteam has tagged 3.0.4 at r12946
-SVN_TAG.mastertickets= 12946
+
+# Upstream has labeled 4.0.0dev at r14695. Since it appears release
+# are not forthcoming, I have adopted 3.90.rSVN to have version
+# numbers that can increase while staying under 4.
+SVN_TAG.mastertickets= 14695
+
+# TODO: do this more cleanly
+EGG_INFODIR= TracMasterTickets-4.0.0dev_r0-py2.7.egg-info
NO_CHECKSUM= yes
diff --git a/trac-plugins-MasterTickets/PLIST b/trac-plugins-MasterTickets/PLIST
index 8cdefa0..620158b 100644
--- a/trac-plugins-MasterTickets/PLIST
+++ b/trac-plugins-MasterTickets/PLIST
@@ -3,7 +3,6 @@ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/mastertickets/__init__.py
${PYSITELIB}/mastertickets/__init__.pyc
Home |
Main Index |
Thread Index |
Old Index