pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/reposurgeon Update to 3.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/e0c6c5be31b7
branches: trunk
changeset: 632731:e0c6c5be31b7
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri Apr 04 20:39:52 2014 +0000
description:
Update to 3.8
Changelog:
3.8: 2014-03-28
New transcode command for moving metadata to UTF-8.
New @dsc() function for selecting all descendants if a selection set.
3.7: 2014-03-15
New --dedos option for filter command, to change \r\n line endings to \n.
New append command for annotating comments.
The 'b' search code has been changed to appropriately match non-commits.
New form of 'graft' allows greater control over graft points.
New =I selector to find non-UTF-8 commit metadata.
Import stream comments led with # are preserved as passthroughs.
Buggy text search of authors fields has been fixed.
3.6: 2014-02-19
Major rewrite of the generic conversion makefile.
Fixed a bug in the graft and unite commands, thanks to Ralf Schlatterbeck.
3.5: 2014-02-16
Single fossil or tag names now select as if surrounded by <>.
Fixed more bugs in debranch.
3.4: 2014-02-14
@amp() function useful for logic-gating in conjunctive expressions.
New 'assign' command allows precomputation of expensive selections.
There's an 'unassign' as well.
exec/eval facility for custom Python extensions.
path rename has a --relax and --force options to deal with path collisions
New --changelog option of coalesce can recognize FSF-style ChangeLog files.
3.3: 2014-02-11
Set negation in selections with ~.
@min() and @max() in selections.
'define' by itself lists macros.
New 'deletes' option in the remove command.
diffstat:
devel/reposurgeon/Makefile | 4 ++--
devel/reposurgeon/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 3fe821066422 -r e0c6c5be31b7 devel/reposurgeon/Makefile
--- a/devel/reposurgeon/Makefile Fri Apr 04 20:21:11 2014 +0000
+++ b/devel/reposurgeon/Makefile Fri Apr 04 20:39:52 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2014/02/11 20:53:25 agc Exp $
+# $NetBSD: Makefile,v 1.14 2014/04/04 20:39:52 ryoon Exp $
-DISTNAME= reposurgeon-3.2
+DISTNAME= reposurgeon-3.8
CATEGORIES= devel scm
MASTER_SITES= http://www.catb.org/~esr/reposurgeon/
diff -r 3fe821066422 -r e0c6c5be31b7 devel/reposurgeon/distinfo
--- a/devel/reposurgeon/distinfo Fri Apr 04 20:21:11 2014 +0000
+++ b/devel/reposurgeon/distinfo Fri Apr 04 20:39:52 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2014/02/11 20:53:25 agc Exp $
+$NetBSD: distinfo,v 1.12 2014/04/04 20:39:52 ryoon Exp $
-SHA1 (reposurgeon-3.2.tar.gz) = c510b6c8e4fbd499a2357f2bff664a54656e3d57
-RMD160 (reposurgeon-3.2.tar.gz) = cf7b8dee276f1b69ea85df14090a96beb1e68f42
-Size (reposurgeon-3.2.tar.gz) = 164660 bytes
+SHA1 (reposurgeon-3.8.tar.gz) = 5fefa6c9b0cd1a8de24b0b9ab97636bbe42428a0
+RMD160 (reposurgeon-3.8.tar.gz) = 09809bbb1913cd4632f13beb28c3af03b6e3a4dc
+Size (reposurgeon-3.8.tar.gz) = 173903 bytes
Home |
Main Index |
Thread Index |
Old Index