pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cvs-for-gits



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Jun  6 18:16:24 UTC 2023

Modified Files:
        pkgsrc/devel/cvs-for-gits: Makefile PLIST distinfo

Log Message:
Update to 20230606.1. From the changelog:

- Add cvs show with gittish HEAD handling.
- Add cvs plaindiff for non-colorized diffs.
- Add cvs gitlog.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/cvs-for-gits/Makefile \
    pkgsrc/devel/cvs-for-gits/PLIST pkgsrc/devel/cvs-for-gits/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/cvs-for-gits/Makefile
diff -u pkgsrc/devel/cvs-for-gits/Makefile:1.1 pkgsrc/devel/cvs-for-gits/Makefile:1.2
--- pkgsrc/devel/cvs-for-gits/Makefile:1.1      Tue Jun  6 04:17:39 2023
+++ pkgsrc/devel/cvs-for-gits/Makefile  Tue Jun  6 18:16:24 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/06/06 04:17:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2023/06/06 18:16:24 schmonz Exp $
 
-DISTNAME=              cvs-for-gits-20230606
+DISTNAME=              cvs-for-gits-20230606.1
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=schmonz/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}
@@ -11,6 +11,7 @@ COMMENT=              Make CVS a bit more Gittish
 LICENSE=               unlicense
 
 DEPENDS+=              colordiff-[0-9]*:../../devel/colordiff
+DEPENDS+=              cvsps-[0-9]*:../../devel/cvsps
 .if !exists(/usr/bin/less)
 DEPENDS+=              less-[0-9]*:../../misc/less
 .endif
@@ -19,9 +20,10 @@ USE_LANGUAGES=               # none
 REPLACE_SH=            ${PKGBASE}
 NO_BUILD=              yes
 
-INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS=     bin share/doc/${PKGBASE}
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/${PKGBASE} ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
 
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/cvs-for-gits/PLIST
diff -u pkgsrc/devel/cvs-for-gits/PLIST:1.1 pkgsrc/devel/cvs-for-gits/PLIST:1.2
--- pkgsrc/devel/cvs-for-gits/PLIST:1.1 Tue Jun  6 04:17:39 2023
+++ pkgsrc/devel/cvs-for-gits/PLIST     Tue Jun  6 18:16:24 2023
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2023/06/06 04:17:39 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/06/06 18:16:24 schmonz Exp $
 bin/cvs-for-gits
+share/doc/cvs-for-gits/README.md
Index: pkgsrc/devel/cvs-for-gits/distinfo
diff -u pkgsrc/devel/cvs-for-gits/distinfo:1.1 pkgsrc/devel/cvs-for-gits/distinfo:1.2
--- pkgsrc/devel/cvs-for-gits/distinfo:1.1      Tue Jun  6 04:17:39 2023
+++ pkgsrc/devel/cvs-for-gits/distinfo  Tue Jun  6 18:16:24 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/06/06 04:17:39 schmonz Exp $
+$NetBSD: distinfo,v 1.2 2023/06/06 18:16:24 schmonz Exp $
 
-BLAKE2s (cvs-for-gits-20230606.tar.gz) = aaef51c33790eb698ccb9d9818329cada9872213d13b9911eade0fa72b10d902
-SHA512 (cvs-for-gits-20230606.tar.gz) = 3c9fbff35328788df757a56b43990930bc7422d4b9955222edfd1aecdaf89ca0bb96f6a4dfc95e1c3d56d8d00538f546c1bf5417e1dd81ee150ec168e24b1a44
-Size (cvs-for-gits-20230606.tar.gz) = 1945 bytes
+BLAKE2s (cvs-for-gits-20230606.1.tar.gz) = afb60494e4d831277a7a523e80b7abeb2394d3df16db014c58c9513fdd88f33c
+SHA512 (cvs-for-gits-20230606.1.tar.gz) = ed70842cb6e98da88301b859bcd4bd0aecf9b469b91fef4e3ec280eb972921b309550bcf94f44dfc91452a284615070549a6ea705bb9fdb6c5b415ca2daa7aae
+Size (cvs-for-gits-20230606.1.tar.gz) = 2529 bytes



Home | Main Index | Thread Index | Old Index