pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security security: Spell R-gitcreds correctly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ec215ce7e78
branches:  trunk
changeset: 457481:4ec215ce7e78
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Aug 27 06:02:26 2021 +0000

description:
security: Spell R-gitcreds correctly.

Should hopefully unbreak bulk builds.

diffstat:

 security/R-gitcreds/DESCR    |   4 ++++
 security/R-gitcreds/Makefile |  15 +++++++++++++++
 security/R-gitcreds/distinfo |   6 ++++++
 security/R-gitgreds/DESCR    |   4 ----
 security/R-gitgreds/Makefile |  15 ---------------
 security/R-gitgreds/distinfo |   6 ------
 6 files changed, 25 insertions(+), 25 deletions(-)

diffs (74 lines):

diff -r 2be06da89d77 -r 4ec215ce7e78 security/R-gitcreds/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-gitcreds/DESCR Fri Aug 27 06:02:26 2021 +0000
@@ -0,0 +1,4 @@
+Query, set, delete credentials from the 'git' credential store. Manage
+'GitHub' tokens and other 'git' credentials. This package is to be
+used by other packages that need to authenticate to 'GitHub' and/or
+other 'git' repositories.
diff -r 2be06da89d77 -r 4ec215ce7e78 security/R-gitcreds/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-gitcreds/Makefile      Fri Aug 27 06:02:26 2021 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2021/08/27 06:02:26 jperkin Exp $
+
+R_PKGNAME=     gitcreds
+R_PKGVER=      0.1.1
+CATEGORIES=    security
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Query 'git' Credentials from 'R'
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-oskeyring-[0-9]*:../../security/R-oskeyring
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 2be06da89d77 -r 4ec215ce7e78 security/R-gitcreds/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-gitcreds/distinfo      Fri Aug 27 06:02:26 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/08/27 06:02:26 jperkin Exp $
+
+SHA1 (R/gitcreds_0.1.1.tar.gz) = aa45a0f4d49e4a59eabef3a0adbc929ed97fbb04
+RMD160 (R/gitcreds_0.1.1.tar.gz) = 872653001f4d5e4140e2d9674bf90fa3c9130460
+SHA512 (R/gitcreds_0.1.1.tar.gz) = 28ab1ab4bfa5c8ba5c119a24d2dba647fdd81f49c72b7fba2aa395cb069e194ac8f6ac1afe854a2fcc319c4c1a4e3f220b2572fce37ffe256bedf77bb0f4f5c1
+Size (R/gitcreds_0.1.1.tar.gz) = 61913 bytes
diff -r 2be06da89d77 -r 4ec215ce7e78 security/R-gitgreds/DESCR
--- a/security/R-gitgreds/DESCR Fri Aug 27 03:42:12 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-Query, set, delete credentials from the 'git' credential store. Manage
-'GitHub' tokens and other 'git' credentials. This package is to be
-used by other packages that need to authenticate to 'GitHub' and/or
-other 'git' repositories.
diff -r 2be06da89d77 -r 4ec215ce7e78 security/R-gitgreds/Makefile
--- a/security/R-gitgreds/Makefile      Fri Aug 27 03:42:12 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2021/08/24 10:13:49 mef Exp $
-
-R_PKGNAME=     gitcreds
-R_PKGVER=      0.1.1
-CATEGORIES=    security
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-COMMENT=       Query 'git' Credentials from 'R'
-LICENSE=       mit     # + file LICENSE
-
-DEPENDS+=      R-oskeyring-[0-9]*:../../security/R-oskeyring
-USE_LANGUAGES= # none
-
-.include "../../math/R/Makefile.extension"
-.include "../../mk/bsd.pkg.mk"
diff -r 2be06da89d77 -r 4ec215ce7e78 security/R-gitgreds/distinfo
--- a/security/R-gitgreds/distinfo      Fri Aug 27 03:42:12 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2021/08/24 10:13:49 mef Exp $
-
-SHA1 (R/gitcreds_0.1.1.tar.gz) = aa45a0f4d49e4a59eabef3a0adbc929ed97fbb04
-RMD160 (R/gitcreds_0.1.1.tar.gz) = 872653001f4d5e4140e2d9674bf90fa3c9130460
-SHA512 (R/gitcreds_0.1.1.tar.gz) = 28ab1ab4bfa5c8ba5c119a24d2dba647fdd81f49c72b7fba2aa395cb069e194ac8f6ac1afe854a2fcc319c4c1a4e3f220b2572fce37ffe256bedf77bb0f4f5c1
-Size (R/gitcreds_0.1.1.tar.gz) = 61913 bytes



Home | Main Index | Thread Index | Old Index