pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/trac Update to 1.0.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f30718cb2729
branches:  trunk
changeset: 644843:f30718cb2729
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Jan 18 13:32:00 2015 +0000

description:
Update to 1.0.3.

Trac 1.0.3 is a maintenance release containing numerous fixes and minor
enhancements. The following are a few of the highlights:

  - Notification is sent when adding an attachment to a ticket (#2259).
  - Stylesheets and scripts are loaded during autopreview, resulting in proper
    syntax highlighting when code WikiProcessors are added (#10470) and display
    of Workflow graphs without explicit autopreview (#10674).
  - Merge changesets are shown as differences against first parent, resulting
    in less noisy changesets (#10740).
  - Pygments 2.0 is supported (#11796).
  - Fixed error when completing the `initenv` TracAdmin command (#11797).
  - Performance improvement on systems with many thousands of authenticated
    users due to caching of Environment.get_known_users (#11868).
  - Distribution metadata of wheel package is supported and displayed on the
    About page (#11877).

diffstat:

 www/trac/Makefile |  4 ++--
 www/trac/PLIST    |  3 ++-
 www/trac/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 54639fd1b87b -r f30718cb2729 www/trac/Makefile
--- a/www/trac/Makefile Sun Jan 18 13:01:13 2015 +0000
+++ b/www/trac/Makefile Sun Jan 18 13:32:00 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2014/10/27 17:13:33 gdt Exp $
+# $NetBSD: Makefile,v 1.67 2015/01/18 13:32:00 gdt Exp $
 
-DISTNAME=      Trac-1.0.2
+DISTNAME=      Trac-1.0.3
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    devel www
 MASTER_SITES=  http://ftp.edgewall.org/pub/trac/ \
diff -r 54639fd1b87b -r f30718cb2729 www/trac/PLIST
--- a/www/trac/PLIST    Sun Jan 18 13:01:13 2015 +0000
+++ b/www/trac/PLIST    Sun Jan 18 13:32:00 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2014/10/27 17:13:33 gdt Exp $
+@comment $NetBSD: PLIST,v 1.24 2015/01/18 13:32:00 gdt Exp $
 bin/trac-admin
 bin/tracd
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -829,6 +829,7 @@
 share/examples/trac/l10n_diff_index.py
 share/examples/trac/l10n_reset_en_GB.py
 share/examples/trac/l10n_revert_lineno_conflicts.py
+share/examples/trac/make_status.py
 share/examples/trac/migrateticketmodel.py
 share/examples/trac/sourceforge2trac.py
 share/examples/trac/trac-pre-commit-hook
diff -r 54639fd1b87b -r f30718cb2729 www/trac/distinfo
--- a/www/trac/distinfo Sun Jan 18 13:01:13 2015 +0000
+++ b/www/trac/distinfo Sun Jan 18 13:32:00 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2014/10/27 17:13:33 gdt Exp $
+$NetBSD: distinfo,v 1.35 2015/01/18 13:32:00 gdt Exp $
 
-SHA1 (Trac-1.0.2.tar.gz) = b3e58b0a30da9618f3c8f3e981e0cb591db880b1
-RMD160 (Trac-1.0.2.tar.gz) = 8366f812243cae56ff6241795a451c785a5dde0d
-Size (Trac-1.0.2.tar.gz) = 3568851 bytes
+SHA1 (Trac-1.0.3.tar.gz) = 260cde4211044c82bfdb47a433ff1b5b5c224515
+RMD160 (Trac-1.0.3.tar.gz) = 054de3aa8a397d85c3aacc049e8e4b90af5eddea
+Size (Trac-1.0.3.tar.gz) = 3579519 bytes
 SHA1 (patch-tracopt_versioncontrol_git_PyGIT.py) = e0ccdbe2c6a0dc83009460a214763d9d5eccdf04



Home | Main Index | Thread Index | Old Index