pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/colordiff
Module Name: pkgsrc
Committed By: adam
Date: Sat Feb 12 18:05:08 UTC 2022
Modified Files:
pkgsrc/devel/colordiff: Makefile distinfo
Log Message:
colordiff: updated to 1.0.20
Changes between 1.0.19 and 1.0.20
Some improvements to reading command-line options and Makefile
portability. Support for Windows configurations, thanks Rafael Kitover; and for
Octopus git/merge thanks Kiyoshi Ohgishi.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/colordiff/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/colordiff/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/colordiff/Makefile
diff -u pkgsrc/devel/colordiff/Makefile:1.18 pkgsrc/devel/colordiff/Makefile:1.19
--- pkgsrc/devel/colordiff/Makefile:1.18 Mon May 24 19:49:54 2021
+++ pkgsrc/devel/colordiff/Makefile Sat Feb 12 18:05:08 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/05/24 19:49:54 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2022/02/12 18:05:08 adam Exp $
-DISTNAME= colordiff-1.0.19
-PKGREVISION= 2
+DISTNAME= colordiff-1.0.20
CATEGORIES= devel
MASTER_SITES= https://www.colordiff.org/
@@ -18,9 +17,9 @@ CONF_FILES= ${EGDIR}/colordiffrc ${PKG_S
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
do-build:
- sed -e 's%/etc%${PKG_SYSCONFDIR}%g' '${WRKSRC}/colordiff.pl' \
+ ${SED} -e 's%/etc%${PKG_SYSCONFDIR}%g' '${WRKSRC}/colordiff.pl' \
> '${WRKSRC}/colordiff.tmp'
- mv '${WRKSRC}/colordiff.tmp' '${WRKSRC}/colordiff'
+ ${MV} '${WRKSRC}/colordiff.tmp' '${WRKSRC}/colordiff'
do-install:
${INSTALL_SCRIPT_DIR} '${DESTDIR}${PREFIX}/bin'
Index: pkgsrc/devel/colordiff/distinfo
diff -u pkgsrc/devel/colordiff/distinfo:1.9 pkgsrc/devel/colordiff/distinfo:1.10
--- pkgsrc/devel/colordiff/distinfo:1.9 Tue Oct 26 10:14:26 2021
+++ pkgsrc/devel/colordiff/distinfo Sat Feb 12 18:05:08 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:14:26 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/02/12 18:05:08 adam Exp $
-BLAKE2s (colordiff-1.0.19.tar.gz) = e359f3799571ea717ff6ef58686f89f2bf8afa267c2388da5f625a2f9bd0ea9b
-SHA512 (colordiff-1.0.19.tar.gz) = 2845c4b8229df317984ea93aa9d2e08b3bb39ba67b870a14f09dc19fa1e94b4fc8e4da9a7554d53934591766b3aa1696fdc62765ce95e55f50da219e44dae523
-Size (colordiff-1.0.19.tar.gz) = 21329 bytes
+BLAKE2s (colordiff-1.0.20.tar.gz) = 705a102fa76c9a12c95ed8570f6c7a24d148a0073043305ed9809fba082a8af2
+SHA512 (colordiff-1.0.20.tar.gz) = 073be1b982515bbdb33e2200fcb808632a883aa185a385359290bfc4c0b643ba56f02def49b35efd0d726701c76eea14bedd0e41a048fa2e972a6001a9442491
+Size (colordiff-1.0.20.tar.gz) = 22209 bytes
Home |
Main Index |
Thread Index |
Old Index