Tue Feb 11 20:53:25 2014 UTC ()
Update reposurgeon from 3.1 to 3.2

Changes:
3.2: 2014-02-03
     New path rename command.
     List and inspect now take either a leading or following selection.
     Text search selections can now have a B suffix to search blobs.
     Now possible to transplant fileops between commits using remove .. to.
     A date of the form <YYYY-mm-dd> selects all commits and tags that day.
     Macros can now be multiline.


(agc)
diff -r1.12 -r1.13 pkgsrc/devel/reposurgeon/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/reposurgeon/distinfo

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

--- pkgsrc/devel/reposurgeon/Makefile 2014/01/30 14:40:34 1.12
+++ pkgsrc/devel/reposurgeon/Makefile 2014/02/11 20:53:25 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2014/01/30 14:40:34 ryoon Exp $ 1# $NetBSD: Makefile,v 1.13 2014/02/11 20:53:25 agc Exp $
2 2
3DISTNAME= reposurgeon-3.1 3DISTNAME= reposurgeon-3.2
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.10 -r1.11 pkgsrc/devel/reposurgeon/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/reposurgeon/distinfo 2014/01/30 14:40:34 1.10
+++ pkgsrc/devel/reposurgeon/distinfo 2014/02/11 20:53:25 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2014/01/30 14:40:34 ryoon Exp $ 1$NetBSD: distinfo,v 1.11 2014/02/11 20:53:25 agc Exp $
2 2
3SHA1 (reposurgeon-3.1.tar.gz) = 0560c4e470d04ae76b8c6a9298344d8a0a004acf 3SHA1 (reposurgeon-3.2.tar.gz) = c510b6c8e4fbd499a2357f2bff664a54656e3d57
4RMD160 (reposurgeon-3.1.tar.gz) = a56349b3604da30aad78f55dee8697f40af25208 4RMD160 (reposurgeon-3.2.tar.gz) = cf7b8dee276f1b69ea85df14090a96beb1e68f42
5Size (reposurgeon-3.1.tar.gz) = 162968 bytes 5Size (reposurgeon-3.2.tar.gz) = 164660 bytes