Fri May 29 14:15:35 2015 UTC ()
Update to 1.33

Changelog:
This is Version 1.33 (2015-05-23)
Principal changes in this release:

    Improved fork detection on fossil update, fossil status and related commands.
    Change the default skin to what used to be called "San Francisco Modern".
    Add the /repo-tabsize web page
    Add fossil import --svn, for importing a subversion repository into fossil which was exported using "svnadmin dump".
    Add the "--compress-only" option to fossil rebuild.
    Use a pie chart on the /reports?view=byuser page.
    Enhanced fossil clean --verily so that it ignores keep-glob and ignore-glob settings. Added the -x alias for --verily.
    Add the --soft and --hard options to fossil rm and fossil mv. The default is still --soft, but that is now configurable at compile-time or by the mv-rm-files setting.
    Improved ability to customize the timelime graph.
    Improvements to the /sitemap page.
    Automatically adjust the CLI timeline to the terminal width on Linux.
    Added [info commands] and [info vars] commands to TH1. These commands perform the same function as their Tcl counterparts, except they do not accept a pattern argument.
    Fix some obscure issues with TH1 expression processing.
    Fix titles in search results for documents that are not wiki, markdown, or HTML.
    Formally translate TH1 to Tcl return codes and vice-versa, where necessary, in the Tcl integration subsystem.
    Add fossil leaves -multiple, for finding multiple leaves on the same branch.
    Added the "Blitz" skin option.
    Removed the ".fossil-settings/keep-glob" file. It should not have been checked into the repository.
    Update the built-in SQLite to version 3.8.10.2.
    Make fossil open honor ".fossil-settings/allow-symlinks".
    Allow fossil add to be used on symlinks to nonexistent or unreadable files in the same way as fossil addremove.
    Added fork warning to be issued if sync produced a fork
    Update the info page to report when a file becomes a symlink. Additionally show the UUID for files whose types have changed without changing contents or symlink target.
    Have fossil changes and fossil status report when executable or symlink status changes on otherwise unmodified files.
    Permit filtering weekday and file reports by user. Also ensure the user parameter is preserved when changing types. Add a field for direct entry of the user name to each applicable report.
    Create parent directories of empty-dirs if they don't already exist.
    Inhibit timeline links to wiki pages that have been deleted.


(ryoon)
diff -r1.32 -r1.33 pkgsrc/devel/fossil/Makefile
diff -r1.23 -r1.24 pkgsrc/devel/fossil/distinfo

cvs diff -r1.32 -r1.33 pkgsrc/devel/fossil/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/fossil/Makefile 2015/03/15 07:54:35 1.32
+++ pkgsrc/devel/fossil/Makefile 2015/05/29 14:15:34 1.33
@@ -1,25 +1,23 @@ @@ -1,25 +1,23 @@
1# $NetBSD: Makefile,v 1.32 2015/03/15 07:54:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.33 2015/05/29 14:15:34 ryoon Exp $
2 2
3DISTNAME= fossil-src-1.32 3DISTNAME= fossil-src-1.33
4PKGNAME= ${DISTNAME:S/-src//} 4PKGNAME= ${DISTNAME:S/-src//}
5CATEGORIES= devel scm 5CATEGORIES= devel scm
6MASTER_SITES= http://www.fossil-scm.org/download/ 6MASTER_SITES= http://www.fossil-scm.org/download/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.fossil-scm.org/ 9HOMEPAGE= http://www.fossil-scm.org/
10COMMENT= High-reliability, distributed software configuration management 10COMMENT= High-reliability, distributed software configuration management
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 
14 
15HAS_CONFIGURE= yes 13HAS_CONFIGURE= yes
16 14
17INSTALLATION_DIRS+= bin 15INSTALLATION_DIRS+= bin
18 16
19do-install: 17do-install:
20 ${INSTALL_PROGRAM} ${WRKSRC}/fossil ${DESTDIR}${PREFIX}/bin 18 ${INSTALL_PROGRAM} ${WRKSRC}/fossil ${DESTDIR}${PREFIX}/bin
21 19
22.include "../../mk/readline.buildlink3.mk" 20.include "../../mk/readline.buildlink3.mk"
23.include "../../security/openssl/buildlink3.mk" 21.include "../../security/openssl/buildlink3.mk"
24.include "../../devel/zlib/buildlink3.mk" 22.include "../../devel/zlib/buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.23 -r1.24 pkgsrc/devel/fossil/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/fossil/distinfo 2015/03/15 07:54:35 1.23
+++ pkgsrc/devel/fossil/distinfo 2015/05/29 14:15:34 1.24
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.23 2015/03/15 07:54:35 wiz Exp $ 1$NetBSD: distinfo,v 1.24 2015/05/29 14:15:34 ryoon Exp $
2 2
3SHA1 (fossil-src-1.32.tar.gz) = 8df1ea54d92a0b20cfe636bd54083d4c20502f61 3SHA1 (fossil-src-1.33.tar.gz) = 923e85b7e9866cab255c5adc9f01381cd6f65dc8
4RMD160 (fossil-src-1.32.tar.gz) = 20f206598d2267cadcdfd7727cab17b92f0ae251 4RMD160 (fossil-src-1.33.tar.gz) = 8d7ba2d3d9f149282018bda7bc4476541f8a36a0
5Size (fossil-src-1.32.tar.gz) = 4037165 bytes 5Size (fossil-src-1.33.tar.gz) = 4147878 bytes