From 807752abcffe9d9ed97455ed4e1b959ac7f2783d Mon Sep 17 00:00:00 2001 From: bsiegert Date: Wed, 8 Feb 2012 19:45:41 +0000 Subject: Update fossil to 1.21. To download the distfile, one has to log in to the website now, so the tarball is now on MASTER_SITE_LOCAL. Changes For Version 1.21 (2011-12-13) * Added side-by-side diffs in the command-line interface * Automatically enable hyperlinks if the UserAgent string in the HTTP header suggests that the requestor is a human and not a bot. * Show only commonly used commands with "fossil help". Use "fossil help --all" to see the complete list now. * Improvements to the "stash" command: (1) Stash all files, not just those below the working directory. (2) Add the --detail option to "list". (3) Confirm before "drop --all". (4) Add the "help" subcommand. * Add an Admin/Access setting to change the number of octets of the IP address that are saved in login cookies - allowing this setting to be changed to zero * Promote the "test-md5sum" command to "md5sum". * Added the "whatis" command. * Stop showing the server-code in status outputs - it is no longer used for anything. * Added a compile-time option (--with-tcl) to build in the full TCL interpreter to augment TH1. * Merged the JSON branch into trunk. Disabled by default. Enabled by a compile-time option. Probably it will be enabled by default in some future release. * Update to use SQLite version 3.7.9 plus the alignment fix for Sparc. align Changes For Version 1.20 (2011-10-21) * Added side-by-side diffs in HTML interface. * Added support for symlinks. (Controlled by "allow-symlinks" setting, off by default). * Fixed CLI annotate to show the proper file version in case there are multiple equal versions in history. * Timeline now shows tag changes (requires rebuild). * Fixed annotate to show "more relevant" versions of lines in some cases. * New command: ticket history. * Disabled SSLv2 in HTTPS client. * Fixed constant prompting regarding previously-saved SSL certificates. * Other SSL improvements. * Added -R REPOFILE support to several more CLI commands. * Generated tarballs now have constant timestamps, so they are always identical for any given checkin. * A number of minor HTML-related tweaks and fixes. * Added --args FILENAME global CLI argument to import arbitrary CLI arguments from a file (e.g. long file lists). * Fixed significant memory leak in annotation of files with long histories. * Added warnings when a merge operation overwrites local copies (UNDO is available, but previously this condition normally went silently unnoticed). * Improved performance when adding many files. * Improve merges which contain many file renames. * Added protection against timing attacks. * Firefox now remembers filled fields when returning to forms. * Added the --stats option to the rebuild command. * RSS feed now passes validation. * Show overridden user when entering commit comment. * Made rebuilding from web interface silent. * Now works on MSVC with repos >2GB. * A number of code cleanups to resolve warnings from various compilers. * Update the built-in SQLite to version 3.7.9 beta. Changes For Version 1.19 (2011-09-02) * Added a ./configure script based on autosetup. * Added the "fossil winsrv" command for creating a Fossil service on windows systems. * Added "versionable settings" where settings that affect the local tree can be stored in versioned files in the .fossil-settings directory. * Background colors for branches are choosen automatically if no color is specified by the user. * The status, changes and extras commands now show pathnames relative to the current working directory, unless overridden by command line options or the "relative-paths" setting. WARNING: This change will break scripts which rely on the current output when the current working directory is not the repository root. * Added "empty-dirs" versionable setting. * Added support for client-side SSL certificates with "ssl-identity" setting and --ssl-identity option. * Added "ssl-ca-location" setting to specify trusted root SSL certificates. * Added the --case-sensitive BOOLEAN command-line option to many commands. Default to true for unix and false for windows. * Added the "Color-Test" submenu button on the branch list web page. * Compatibility improvements to the git-export feature. * Performance improvements on SHA1 checksums * Update to the latest SQLite version 3.7.8 alpha. * Fix the tarball generator to work with very log pathnames. --- devel/fossil/Makefile | 12 +++++++----- devel/fossil/distinfo | 8 ++++---- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'devel') diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 20ae4222bda..51aad459311 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,17 +1,19 @@ -# $NetBSD: Makefile,v 1.16 2011/12/03 19:38:48 cheusov Exp $ +# $NetBSD: Makefile,v 1.17 2012/02/08 19:45:41 bsiegert Exp $ -DISTNAME= fossil-src-20110713230341 -PKGNAME= fossil-1.18 +DISTNAME= Fossil-002580c50d94790a +PKGNAME= fossil-1.21 CATEGORIES= devel scm -MASTER_SITES= http://www.fossil-scm.org/download/ +# have to log in to download the tarball +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.fossil-scm.org/index.html/doc/tip/www/index.wiki +HOMEPAGE= http://www.fossil-scm.org/ COMMENT= Simple, high-reliability, distributed software configuration management LICENSE= 2-clause-bsd PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no +HAS_CONFIGURE= yes INSTALLATION_DIRS+= bin diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index eef84268878..6b72d9505f7 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2011/08/17 13:42:50 asau Exp $ +$NetBSD: distinfo,v 1.15 2012/02/08 19:45:41 bsiegert Exp $ -SHA1 (fossil-src-20110713230341.tar.gz) = 41162f4db6711210bc19271414454e953e348c5e -RMD160 (fossil-src-20110713230341.tar.gz) = c0033a685457e032eea8ad9804be61121e8c8492 -Size (fossil-src-20110713230341.tar.gz) = 2528443 bytes +SHA1 (Fossil-002580c50d94790a.tar.gz) = d9efb2c35f5646adb686c849319eeb8862aee36d +RMD160 (Fossil-002580c50d94790a.tar.gz) = 8b5f60651a30978d81fbd1cbaaaa688e175d9c68 +Size (Fossil-002580c50d94790a.tar.gz) = 2720014 bytes -- cgit v1.2.3