diff options
author | gdt <gdt@pkgsrc.org> | 2015-07-25 16:32:30 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2015-07-25 16:32:30 +0000 |
commit | 71ee09e14e962e1b238e739d47b7b2621d487aab (patch) | |
tree | ea90ed25e46a11f85d164eac60f11591e735d550 /www/trac/Makefile | |
parent | c8ebc71ed21f994bd8f5520247a8f31c4de74b9f (diff) | |
download | pkgsrc-71ee09e14e962e1b238e739d47b7b2621d487aab.tar.gz |
Update to 1.0.8.
Upstream changes are almost entirely miscellaneous bugfixes and
performance improvements.
Details at http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/1.0
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r-- | www/trac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index a6c089fa8e8..09258389b80 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.70 2015/06/07 12:40:10 gdt Exp $ +# $NetBSD: Makefile,v 1.71 2015/07/25 16:32:30 gdt Exp $ -DISTNAME= Trac-1.0.5 +DISTNAME= Trac-1.0.8 PKGNAME= ${DISTNAME:tl} CATEGORIES= devel www MASTER_SITES= http://ftp.edgewall.org/pub/trac/ \ |