Fri Aug 14 17:54:43 2015 UTC ()
Update to 3.28:

3.26: 2015-07-05
     Make repotool honor the mirror directory argument for CVS.
     Fix gitlab issue 4: even successful CVS export returns error code.
     Fix some name lookup issues from the cache needing invalidation.
     Implement and document that action stamps from author dates are preferred.
     New --filter option to mailbox_out for selective emission of headers.
     Fix gitlab issue #9: blank lines in svn:ignore misinterpreted.

3.27: 2015-06-22
     Per-repo-type preserves aren't clobbered when there's a lister.
     Git repository hooks are preserved.
     Read support for Monotone, not yet very well tested.


(wiz)
diff -r1.19 -r1.20 pkgsrc/devel/reposurgeon/Makefile
diff -r1.15 -r1.16 pkgsrc/devel/reposurgeon/distinfo

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

--- pkgsrc/devel/reposurgeon/Makefile 2015/06/12 12:28:37 1.19
+++ pkgsrc/devel/reposurgeon/Makefile 2015/08/14 17:54:43 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2015/06/12 12:28:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2015/08/14 17:54:43 wiz Exp $
2 2
3DISTNAME= reposurgeon-3.26 3DISTNAME= reposurgeon-3.28
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.15 -r1.16 pkgsrc/devel/reposurgeon/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/reposurgeon/distinfo 2015/06/12 11:46:53 1.15
+++ pkgsrc/devel/reposurgeon/distinfo 2015/08/14 17:54:43 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2015/06/12 11:46:53 wiz Exp $ 1$NetBSD: distinfo,v 1.16 2015/08/14 17:54:43 wiz Exp $
2 2
3SHA1 (reposurgeon-3.26.tar.gz) = 45e919b45db2e8aa5db491b698d872963d61c943 3SHA1 (reposurgeon-3.28.tar.gz) = 8046a773c5167213499879bbd375bf1cfc8bd867
4RMD160 (reposurgeon-3.26.tar.gz) = 1c9363cb538f44baae41d1dd39bf2031fd573ed4 4RMD160 (reposurgeon-3.28.tar.gz) = 42e99f74b39a78f41b2165f8431c15f1332a4337
5Size (reposurgeon-3.26.tar.gz) = 206887 bytes 5Size (reposurgeon-3.28.tar.gz) = 208159 bytes