pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cvsutils cvsutils: update to 0.2.6.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d3a37b6b0596
branches: trunk
changeset: 445537:d3a37b6b0596
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Mon Jan 25 09:23:07 2021 +0000
description:
cvsutils: update to 0.2.6.
ChangeLog:
2013-05-31 Pavel Roskin <proski%gnu.org@localhost>
* Version 0.2.6 released.
* COPYING: New file, GPL v2, as suggested by Automake.
2013-05-11 Pavel Roskin <proski%gnu.org@localhost>
* cvsu.pl (process_arg): Check for words "Result of merge"
rather than for "+" to fing the results of merge. In some
cases, there is no "+" in the timestamp.
Reported by Mikhail Gusarov <mikhail%hola.org@localhost>
diffstat:
devel/cvsutils/Makefile | 7 +++----
devel/cvsutils/distinfo | 12 ++++++------
devel/cvsutils/patches/patch-Makefile.in | 16 ++++++++++++++++
devel/cvsutils/patches/patch-aa | 16 ----------------
4 files changed, 25 insertions(+), 26 deletions(-)
diffs (73 lines):
diff -r a55600f0d79c -r d3a37b6b0596 devel/cvsutils/Makefile
--- a/devel/cvsutils/Makefile Mon Jan 25 08:48:20 2021 +0000
+++ b/devel/cvsutils/Makefile Mon Jan 25 09:23:07 2021 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2020/08/31 18:07:19 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2021/01/25 09:23:07 fcambus Exp $
-DISTNAME= cvsutils-0.2.5
-PKGREVISION= 8
+DISTNAME= cvsutils-0.2.6
CATEGORIES= devel
-MASTER_SITES= http://www.red-bean.com/cvsutils/releases/
+MASTER_SITES= https://www.red-bean.com/cvsutils/releases/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://www.red-bean.com/cvsutils/
diff -r a55600f0d79c -r d3a37b6b0596 devel/cvsutils/distinfo
--- a/devel/cvsutils/distinfo Mon Jan 25 08:48:20 2021 +0000
+++ b/devel/cvsutils/distinfo Mon Jan 25 09:23:07 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:27:22 agc Exp $
+$NetBSD: distinfo,v 1.3 2021/01/25 09:23:07 fcambus Exp $
-SHA1 (cvsutils-0.2.5.tar.gz) = 294599ce431be50ad1da7295e8b6a65a17fbf531
-RMD160 (cvsutils-0.2.5.tar.gz) = 98b8af82f1ab61b8fcfe5973af703a25cb992936
-SHA512 (cvsutils-0.2.5.tar.gz) = 7ad840ebfdbc9e53bd7463bc523108381ad3d5d474e166e7dd0d8f1ffb5c6751d027d19b93743c412001ba63a60a6d4bb63a05a735d2f0b2246e14141ef638c1
-Size (cvsutils-0.2.5.tar.gz) = 79596 bytes
-SHA1 (patch-aa) = 514bbdea8f14c85b1ed25fa2ba4546ab77028577
+SHA1 (cvsutils-0.2.6.tar.gz) = 7605c8c1b1b3ba36114009be3a0b3a7b7d5a60ce
+RMD160 (cvsutils-0.2.6.tar.gz) = 2a0a7943277d257b72dbde255a7f3aa878ed8cf7
+SHA512 (cvsutils-0.2.6.tar.gz) = 0d982b719d80171338cfb6aa88534682ad965ce0e19ec00583fb34af609278b0d530c49bdd103a7c2d9e999c8396bb29c0676576ce951b96c661a1e764160020
+Size (cvsutils-0.2.6.tar.gz) = 81051 bytes
+SHA1 (patch-Makefile.in) = 2faf361dc6dcb6aba0755145e6511c7ff79fa604
diff -r a55600f0d79c -r d3a37b6b0596 devel/cvsutils/patches/patch-Makefile.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cvsutils/patches/patch-Makefile.in Mon Jan 25 09:23:07 2021 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-Makefile.in,v 1.1 2021/01/25 09:23:07 fcambus Exp $
+
+--- Makefile.in.orig 2013-05-31 14:20:57.000000000 +0000
++++ Makefile.in
+@@ -207,11 +207,9 @@ noinst_DATA = cvsutils.spec
+
+ # The idea of the scripts below in taken from Autoconf
+ editsh = sed \
+- -e '1s,/bin/sh,$(SHELL),g' \
+ -e 's,@''VERSION''@,$(VERSION),g'
+
+ editpl = sed \
+- -e '1s,/usr/bin/perl,$(PERL),g' \
+ -e 's,-VERSION-,$(VERSION),g'
+
+ all: all-am
diff -r a55600f0d79c -r d3a37b6b0596 devel/cvsutils/patches/patch-aa
--- a/devel/cvsutils/patches/patch-aa Mon Jan 25 08:48:20 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/09/11 05:01:08 bjs Exp $
-
---- Makefile.in.orig 2005-03-28 23:24:38.000000000 -0500
-+++ Makefile.in
-@@ -137,11 +137,9 @@ noinst_DATA = cvsutils.spec
-
- # The idea of the scripts below in taken from Autoconf
- editsh = sed \
-- -e '1s,/bin/sh,$(SHELL),g' \
- -e 's,@''VERSION''@,$(VERSION),g'
-
- editpl = sed \
-- -e '1s,/usr/bin/perl,$(PERL),g' \
- -e 's,-VERSION-,$(VERSION),g'
-
- all: all-am
Home |
Main Index |
Thread Index |
Old Index