diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-19 15:01:23 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-19 15:01:23 +0800 |
commit | c8f94a701803b2b686ed30c4cd47260dc3d68a91 (patch) | |
tree | ea3a94dadd322665191eba0560485edf80e42f4a /www | |
parent | 70da2a4687dc6488a8df457bb52d2dfc5265869c (diff) | |
download | freebsd-ports-gnome-c8f94a701803b2b686ed30c4cd47260dc3d68a91.tar.gz freebsd-ports-gnome-c8f94a701803b2b686ed30c4cd47260dc3d68a91.tar.zst freebsd-ports-gnome-c8f94a701803b2b686ed30c4cd47260dc3d68a91.zip |
- update to 0.3.1
- new file: files/patch-tracgantt-gantt.py
PR: ports/100508
Submitted by: maintainer (Dryice Liu)
Diffstat (limited to 'www')
-rw-r--r-- | www/trac-gantt/Makefile | 2 | ||||
-rw-r--r-- | www/trac-gantt/distinfo | 6 | ||||
-rw-r--r-- | www/trac-gantt/files/patch-tracgantt-gantt.py | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/www/trac-gantt/Makefile b/www/trac-gantt/Makefile index f41f5072f54e..3f55bae660b0 100644 --- a/www/trac-gantt/Makefile +++ b/www/trac-gantt/Makefile @@ -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/ diff --git a/www/trac-gantt/distinfo b/www/trac-gantt/distinfo index 078838dd575b..568d33ec36ab 100644 --- a/www/trac-gantt/distinfo +++ b/www/trac-gantt/distinfo @@ -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 diff --git a/www/trac-gantt/files/patch-tracgantt-gantt.py b/www/trac-gantt/files/patch-tracgantt-gantt.py new file mode 100644 index 000000000000..53c2ac91f3c4 --- /dev/null +++ b/www/trac-gantt/files/patch-tracgantt-gantt.py @@ -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'] |