pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cvs-fast-export Update to 1.44. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b3a726d6b4f
branches:  trunk
changeset: 385700:6b3a726d6b4f
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Sep 26 23:19:05 2018 +0000

description:
Update to 1.44. From the changelog:

- Fix slightly incorrect generation of default .gitignore file.
- Make cvsreduce work under Python 3, and test for that.
- Revert <2014-11-19T18:11:22Z%flower.powernet.co.uk@localhost>, optimization was wrong.
- Fix a typo in a property name that affects interoperability with reposurgeon.
- Savannah changed how you need to interpret pseudo-URLs.

diffstat:

 devel/cvs-fast-export/Makefile               |   4 ++--
 devel/cvs-fast-export/distinfo               |  12 ++++++------
 devel/cvs-fast-export/patches/patch-Makefile |  14 +++++++-------
 3 files changed, 15 insertions(+), 15 deletions(-)

diffs (78 lines):

diff -r 07bfd27ac18f -r 6b3a726d6b4f devel/cvs-fast-export/Makefile
--- a/devel/cvs-fast-export/Makefile    Wed Sep 26 19:34:56 2018 +0000
+++ b/devel/cvs-fast-export/Makefile    Wed Sep 26 23:19:05 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/02/14 21:32:04 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2018/09/26 23:19:05 schmonz Exp $
 
-DISTNAME=      cvs-fast-export-1.40
+DISTNAME=      cvs-fast-export-1.44
 CATEGORIES=    devel
 MASTER_SITES=  http://www.catb.org/~esr/cvs-fast-export/
 
diff -r 07bfd27ac18f -r 6b3a726d6b4f devel/cvs-fast-export/distinfo
--- a/devel/cvs-fast-export/distinfo    Wed Sep 26 19:34:56 2018 +0000
+++ b/devel/cvs-fast-export/distinfo    Wed Sep 26 23:19:05 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2017/01/29 12:19:08 kim Exp $
+$NetBSD: distinfo,v 1.12 2018/09/26 23:19:05 schmonz Exp $
 
-SHA1 (cvs-fast-export-1.40.tar.gz) = 1afaef7935e27e563bf5dff6e51b967620cde649
-RMD160 (cvs-fast-export-1.40.tar.gz) = 373b61d8dd7caf87431bb5e362e3adbed92b1255
-SHA512 (cvs-fast-export-1.40.tar.gz) = bc89286ebce7d8086f889df83c15a998329d1253db91cc086f25b8d3bc11868058e11e8e055f5e8584f8cdccce6ff85fa2b1298777336fb74ce8822ab9f2196f
-Size (cvs-fast-export-1.40.tar.gz) = 414259 bytes
-SHA1 (patch-Makefile) = de01ed457a22d5d6aae3abff0a97af2b07b1da1d
+SHA1 (cvs-fast-export-1.44.tar.gz) = 2ad8d31ac3023ea92dbd7ec8e16b4d5a540690d9
+RMD160 (cvs-fast-export-1.44.tar.gz) = d4e66e102b852c11ced1eb35d7b1f439fe3225db
+SHA512 (cvs-fast-export-1.44.tar.gz) = 66209589c692d2b0b2e60494386cb4dbae04f5f6676c89733d3ad6e5ce8b76d3cb70d7b03430be643e44eaff5848fdb7413795e10716a9ed8b4f2a4043f822a5
+Size (cvs-fast-export-1.44.tar.gz) = 512435 bytes
+SHA1 (patch-Makefile) = 9dae05ef78bfc1c3a5e3b2ea9b01144413b9b66e
diff -r 07bfd27ac18f -r 6b3a726d6b4f devel/cvs-fast-export/patches/patch-Makefile
--- a/devel/cvs-fast-export/patches/patch-Makefile      Wed Sep 26 19:34:56 2018 +0000
+++ b/devel/cvs-fast-export/patches/patch-Makefile      Wed Sep 26 23:19:05 2018 +0000
@@ -1,14 +1,14 @@
-$NetBSD: patch-Makefile,v 1.10 2017/01/29 12:19:08 kim Exp $
+$NetBSD: patch-Makefile,v 1.11 2018/09/26 23:19:05 schmonz Exp $
 
 * Use ${PREFIX} variable.
 * Comment out "-march=native"
 * Add "all" target.
 * Install man pages in ${PREFIX}/${PKGMANDIR}, not ${PREFIX}/share/man.
 
---- Makefile.orig      2016-09-08 01:16:05.000000000 +0000
-+++ Makefile   2017-01-24 02:22:09.000000000 +0000
+--- Makefile.orig      2018-07-06 02:37:10.000000000 +0000
++++ Makefile
 @@ -17,11 +17,12 @@
- VERSION=1.40
+ VERSION=1.44
  
  .PATH: $(.PARSEDIR)
 -prefix?=/usr/local
@@ -21,7 +21,7 @@
  
  INSTALL = install
  TAR = tar
-@@ -40,7 +41,7 @@
+@@ -40,7 +41,7 @@ CFLAGS += -pthread
  CPPFLAGS += -DTHREADS
  
  # Optimizing for speed. Comment this out for distribution builds
@@ -30,7 +30,7 @@
  
  # To enable debugging of the Yacc grammar, uncomment the following line
  #CPPFLAGS += -DYYDEBUG=1
-@@ -100,6 +101,8 @@
+@@ -100,6 +101,8 @@ dump.o export.o graph.o main.o collate.o
  
  BISON ?= bison
  
@@ -39,7 +39,7 @@
  gram.h gram.c: gram.y
        $(BISON)  $(YFLAGS) --defines=gram.h --output-file=gram.c $(srcdir)/gram.y
  lex.h lex.c: lex.l
-@@ -143,10 +146,10 @@
+@@ -143,10 +146,10 @@ install-bin: cvs-fast-export cvssync cvs
        $(INSTALL) -d "$(target)/bin"
        $(INSTALL) $^ "$(target)/bin"
  install-man: man



Home | Main Index | Thread Index | Old Index