Tue Jul 18 01:15:41 2023 UTC ()
bump to 0.2.3, providing a cli version as well


(jschauma)
diff -r1.1 -r1.2 pkgsrc/security/go-getpass/Makefile
diff -r1.1 -r1.2 pkgsrc/security/go-getpass/distinfo
diff -r1.2 -r1.3 pkgsrc/security/go-getpass/PLIST

cvs diff -r1.1 -r1.2 pkgsrc/security/go-getpass/Makefile (expand / switch to unified diff)

--- pkgsrc/security/go-getpass/Makefile 2023/07/16 18:36:44 1.1
+++ pkgsrc/security/go-getpass/Makefile 2023/07/18 01:15:41 1.2
@@ -1,22 +1,27 @@ @@ -1,22 +1,27 @@
1# $NetBSD: Makefile,v 1.1 2023/07/16 18:36:44 jschauma Exp $ 1# $NetBSD: Makefile,v 1.2 2023/07/18 01:15:41 jschauma Exp $
2 2
3DISTNAME= getpass-0.2.1 3DISTNAME= getpass-0.2.3
4PKGNAME= go-${DISTNAME} 4PKGNAME= go-${DISTNAME}
5MASTER_SITES= ${MASTER_SITE_GITHUB:=jschauma/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=jschauma/}
6CATEGORIES= security 6CATEGORIES= security
7GITHUB_PROJECT= getpass 7GITHUB_PROJECT= getpass
8GITHUB_TAG= v${PKGVERSION_NOREV} 8GITHUB_TAG= v${PKGVERSION_NOREV}
9 9
10MAINTAINER= jschauma@NetBSD.org 10MAINTAINER= jschauma@NetBSD.org
11HOMEPAGE= https://github.com/jschauma/getpass 11HOMEPAGE= https://github.com/jschauma/getpass
12COMMENT= a Go module to get a password 12COMMENT= a Go module to get a password
13LICENSE= mit 13LICENSE= mit
14 14
15GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV} 15GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
16GO_SRCPATH= github.com/jschauma/getpass 16GO_SRCPATH= github.com/jschauma/getpass
17 17
18post-build: 18post-build:
19 rm -fr ${WRKDIR}/bin 19 rm -f ${WRKDIR}/bin/example
 20
 21post-install:
 22 mkdir -p ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 23 ${INSTALL_MAN} ${WRKSRC}/doc/getpass.1 \
 24 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
20 25
21.include "../../lang/go/go-package.mk" 26.include "../../lang/go/go-package.mk"
22.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/security/go-getpass/distinfo (expand / switch to unified diff)

--- pkgsrc/security/go-getpass/distinfo 2023/07/16 18:36:44 1.1
+++ pkgsrc/security/go-getpass/distinfo 2023/07/18 01:15:41 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2023/07/16 18:36:44 jschauma Exp $ 1$NetBSD: distinfo,v 1.2 2023/07/18 01:15:41 jschauma Exp $
2 2
3BLAKE2s (getpass-0.2.1.tar.gz) = b175b5961c3c8ebb61d499d7c5b766df89c57e4e9532fcee753bfd0c9dff6dcf 3BLAKE2s (getpass-0.2.3.tar.gz) = 2ab7195617e53441fae4d693d46f54b7a92b2286acef8d0465b6a1d9e135cc00
4SHA512 (getpass-0.2.1.tar.gz) = 9f476d4a2a172a2913d606fe7898022a6eebed0e89f04ef05b2454e887bdb43d671dec269e9ea3df19a32d782197e1bb4f50d1b29ec5aeafb5cc0e6bae9b5e02 4SHA512 (getpass-0.2.3.tar.gz) = bc5aed45508d27744da0a75571c74fdbfadf5b1ab593fcfd27f68bb90246a8263a77d4ee7662d2898aac1c5672cd9e7e03bf20aa383e363a66b459a4801e1a61
5Size (getpass-0.2.1.tar.gz) = 4742 bytes 5Size (getpass-0.2.3.tar.gz) = 7924 bytes

cvs diff -r1.2 -r1.3 pkgsrc/security/go-getpass/PLIST (expand / switch to unified diff)

--- pkgsrc/security/go-getpass/PLIST 2023/07/16 18:43:29 1.2
+++ pkgsrc/security/go-getpass/PLIST 2023/07/18 01:15:41 1.3
@@ -1,8 +1,14 @@ @@ -1,8 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2023/07/16 18:43:29 jschauma Exp $ 1@comment $NetBSD: PLIST,v 1.3 2023/07/18 01:15:41 jschauma Exp $
 2bin/getpass
 3man/man1/getpass.1
2gopkg/pkg/${GO_PLATFORM}/github.com/jschauma/getpass.a 4gopkg/pkg/${GO_PLATFORM}/github.com/jschauma/getpass.a
3gopkg/src/github.com/jschauma/getpass/LICENSE 5gopkg/src/github.com/jschauma/getpass/LICENSE
4gopkg/src/github.com/jschauma/getpass/README.md 6gopkg/src/github.com/jschauma/getpass/README.md
 7gopkg/src/github.com/jschauma/getpass/Makefile
 8gopkg/src/github.com/jschauma/getpass/doc/getpass.1
 9gopkg/src/github.com/jschauma/getpass/doc/getpass.1.txt
5gopkg/src/github.com/jschauma/getpass/getpass.go 10gopkg/src/github.com/jschauma/getpass/getpass.go
 11gopkg/src/github.com/jschauma/getpass/getpass/main.go
6gopkg/src/github.com/jschauma/getpass/getpass_test.go 12gopkg/src/github.com/jschauma/getpass/getpass_test.go
7gopkg/src/github.com/jschauma/getpass/example/getpass_example.go 13gopkg/src/github.com/jschauma/getpass/example/getpass_example.go
8gopkg/src/github.com/jschauma/getpass/go.mod 14gopkg/src/github.com/jschauma/getpass/go.mod