- update to 0.3.1
- new file: files/patch-tracgantt-gantt.py PR: ports/100508 Submitted by: maintainer (Dryice Liu)
This commit is contained in:
parent
036f89dd95
commit
3e8a84754a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168215
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= TracGantt
|
||||
PORTVERSION= 0.2.4
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://ideas.water-powered.com/gantt/ \
|
||||
http://dryice.name/computer/FreeBSD/distfiles/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (TracGantt-0.2.4.tar.gz) = 1d8773dbfa890760523b086f96c5ed8b
|
||||
SHA256 (TracGantt-0.2.4.tar.gz) = 90b4ab8a49a918423c7b39512af285abe9b73d277d17441ef25fed1f26942edf
|
||||
SIZE (TracGantt-0.2.4.tar.gz) = 6623
|
||||
MD5 (TracGantt-0.3.1.tar.gz) = 1dbbd01865fb093b67d46933149a4d85
|
||||
SHA256 (TracGantt-0.3.1.tar.gz) = 403b3f1206cdab3e7ddec89ab184378c250fa41d73462db834c80778e5efa1da
|
||||
SIZE (TracGantt-0.3.1.tar.gz) = 7853
|
||||
|
11
www/trac-gantt/files/patch-tracgantt-gantt.py
Normal file
11
www/trac-gantt/files/patch-tracgantt-gantt.py
Normal file
@ -0,0 +1,11 @@
|
||||
--- tracgantt/gantt.py.orig Wed Jul 19 12:10:01 2006
|
||||
+++ tracgantt/gantt.py Wed Jul 19 12:07:44 2006
|
||||
@@ -230,7 +230,7 @@
|
||||
# 16 chars in the gantt chart display. We expose the
|
||||
# full summary to the template, but it's not currently
|
||||
# used.
|
||||
- sumlen = self.env.config.getint('gantt-charts',
|
||||
+ sumlen = self.env.config.get('gantt-charts',
|
||||
'summary_length', 16)
|
||||
|
||||
summary = ticket.values['summary']
|
Loading…
Reference in New Issue
Block a user