Fri Jan 16 09:30:51 2015 UTC ()
Update to 3.19:

3.19: 2015-01-06
     Minor bugfix for handling of indexed action stamps.

3.18: 2014-11-28
     The graft command now has a --prune option like unite.

3.17: 2014-11-17
     Export support for SRC and RCS.
     Bug fix for automated preservation under hg.
     Bug fix for reparenting and checkout of commits with inline data.

3.16: 1014-11-08
     Import support for SRC.

3.15: 1014-11-05
     New 'add' command to insert new fileops in commits.

3.14: 2014-10-29
     Assignments are preserved across squashes (including deletions).
     Name lookups are, after the first one, significantly faster.

3.13: 2014-10-24
     Read/write support for the Fossil system.
     Fixes for timezone handling.

3.12: 2014-09-11
     Explicit svn:ignore patterns aren't recursive to lower directories; cope.
     A new 'ignores' command has options for translation of ignore files.
     The --noignores option has been retired.

3.11: 2014-08-12
     When converting SVN, ignore explicit .gitignores created by git-svn.
     (Better than letting them collide with translated svn:ignore properties.)


(wiz)
diff -r1.16 -r1.17 pkgsrc/devel/reposurgeon/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/reposurgeon/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/reposurgeon/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/reposurgeon/Makefile 2014/06/07 00:29:32 1.16
+++ pkgsrc/devel/reposurgeon/Makefile 2015/01/16 09:30:51 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2014/06/07 00:29:32 ryoon Exp $ 1# $NetBSD: Makefile,v 1.17 2015/01/16 09:30:51 wiz Exp $
2 2
3DISTNAME= reposurgeon-3.10 3DISTNAME= reposurgeon-3.19
4CATEGORIES= devel scm 4CATEGORIES= devel scm
5MASTER_SITES= http://www.catb.org/~esr/reposurgeon/ 5MASTER_SITES= http://www.catb.org/~esr/reposurgeon/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.catb.org/~esr/reposurgeon/ 8HOMEPAGE= http://www.catb.org/~esr/reposurgeon/
9COMMENT= Tool for editing version-control repository history 9COMMENT= Tool for editing version-control repository history
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto 12BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
13BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc 13BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16MAKE_FLAGS+= prefix=${PREFIX} 16MAKE_FLAGS+= prefix=${PREFIX}

cvs diff -r1.13 -r1.14 pkgsrc/devel/reposurgeon/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/reposurgeon/distinfo 2014/06/07 00:29:32 1.13
+++ pkgsrc/devel/reposurgeon/distinfo 2015/01/16 09:30:51 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2014/06/07 00:29:32 ryoon Exp $ 1$NetBSD: distinfo,v 1.14 2015/01/16 09:30:51 wiz Exp $
2 2
3SHA1 (reposurgeon-3.10.tar.gz) = 43ba22fcc115dd0dc4f31ffa74e8edc1c1695b4a 3SHA1 (reposurgeon-3.19.tar.gz) = 44e082358ebfd6ed64c9c0e5b35c3943d342f98f
4RMD160 (reposurgeon-3.10.tar.gz) = dd4e042b2c164e2b7f7db1fd14e0fd0680ad2c33 4RMD160 (reposurgeon-3.19.tar.gz) = 3a596198aabfd03ad7909375822680dd73b2690e
5Size (reposurgeon-3.10.tar.gz) = 176856 bytes 5Size (reposurgeon-3.19.tar.gz) = 184503 bytes