diff options
author | asau <asau@pkgsrc.org> | 2011-08-17 13:42:50 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2011-08-17 13:42:50 +0000 |
commit | 7d4bc2f644562f3812b0e2545fc316074f656159 (patch) | |
tree | 4e89ab7427f754b2da7085b6d5fbe736e0021b02 /devel/fossil | |
parent | c5e5b773dc31e7082c99270dcdc804b51f1e7b13 (diff) | |
download | pkgsrc-7d4bc2f644562f3812b0e2545fc316074f656159.tar.gz |
Update to Fossil 1.18 (2011-07-13)
Major changes in this release:
* Added sequential version numbering
* Added a optional configure script - the Makefile still works
for most systems.
* Improvements to the "annotate" algorithm: only search
primary ancestors and ignore branches.
* Update the "scrub" command to remove traces of login-groups
and subrepositories.
* Added the --type option to the "fossil tag find" command.
* In contexts where only a check-in makes sense, resolve
branch and tag names to checkins only, never events or other
artifacts.
* Improved display of file renames on a diff. A rebuild is
required to take full advantage of this change.
* Update the built-in SQLite to version 3.7.7.
Diffstat (limited to 'devel/fossil')
-rw-r--r-- | devel/fossil/Makefile | 7 | ||||
-rw-r--r-- | devel/fossil/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 566db26e7c1..6c6e9c5c6b9 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2011/05/28 10:33:00 asau Exp $ -# +# $NetBSD: Makefile,v 1.15 2011/08/17 13:42:50 asau Exp $ -DISTNAME= fossil-src-20110523151112 -PKGNAME= ${DISTNAME:S/-src//:C/-(2........)/-\1./} +DISTNAME= fossil-src-20110713230341 +PKGNAME= fossil-1.18 CATEGORIES= devel scm MASTER_SITES= http://www.fossil-scm.org/download/ diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index 914de8e2acf..eef84268878 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2011/05/28 15:28:41 drochner Exp $ +$NetBSD: distinfo,v 1.14 2011/08/17 13:42:50 asau Exp $ -SHA1 (fossil-src-20110523151112.tar.gz) = 23f9f988c2a71166fc4c6120999af5347331ebf3 -RMD160 (fossil-src-20110523151112.tar.gz) = a972c5401aa0336342cb7bcd366660d9ecba7b14 -Size (fossil-src-20110523151112.tar.gz) = 2309227 bytes +SHA1 (fossil-src-20110713230341.tar.gz) = 41162f4db6711210bc19271414454e953e348c5e +RMD160 (fossil-src-20110713230341.tar.gz) = c0033a685457e032eea8ad9804be61121e8c8492 +Size (fossil-src-20110713230341.tar.gz) = 2528443 bytes |