pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cvsutils
Module Name: pkgsrc
Committed By: fcambus
Date: Mon Jan 25 09:23:07 UTC 2021
Modified Files:
pkgsrc/devel/cvsutils: Makefile distinfo
Added Files:
pkgsrc/devel/cvsutils/patches: patch-Makefile.in
Removed Files:
pkgsrc/devel/cvsutils/patches: patch-aa
Log Message:
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>
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/cvsutils/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/cvsutils/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/cvsutils/patches/patch-Makefile.in
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/cvsutils/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cvsutils/Makefile
diff -u pkgsrc/devel/cvsutils/Makefile:1.12 pkgsrc/devel/cvsutils/Makefile:1.13
--- pkgsrc/devel/cvsutils/Makefile:1.12 Mon Aug 31 18:07:19 2020
+++ pkgsrc/devel/cvsutils/Makefile Mon Jan 25 09:23:07 2021
@@ -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/
Index: pkgsrc/devel/cvsutils/distinfo
diff -u pkgsrc/devel/cvsutils/distinfo:1.2 pkgsrc/devel/cvsutils/distinfo:1.3
--- pkgsrc/devel/cvsutils/distinfo:1.2 Tue Nov 3 03:27:22 2015
+++ pkgsrc/devel/cvsutils/distinfo Mon Jan 25 09:23:07 2021
@@ -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
Added files:
Index: pkgsrc/devel/cvsutils/patches/patch-Makefile.in
diff -u /dev/null pkgsrc/devel/cvsutils/patches/patch-Makefile.in:1.1
--- /dev/null Mon Jan 25 09:23:07 2021
+++ pkgsrc/devel/cvsutils/patches/patch-Makefile.in Mon Jan 25 09:23:07 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index