Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2021 13:18:02 GMT
From:      =?utf-8?Q?Vin=C3=ADcius Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3764cfcbf65d - main - security/apg: update 0.3.2 to 0.4.0
Message-ID:  <202112291318.1BTDI2JH001858@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by egypcio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3764cfcbf65d202aeaa513550e05bd8fdab1541e

commit 3764cfcbf65d202aeaa513550e05bd8fdab1541e
Author:     Vinícius Zavam <egypcio@FreeBSD.org>
AuthorDate: 2021-12-29 13:11:46 +0000
Commit:     Vinícius Zavam <egypcio@FreeBSD.org>
CommitDate: 2021-12-29 13:11:46 +0000

    security/apg: update 0.3.2 to 0.4.0
    
      * https://github.com/wneessen/apg-go/releases/tag/v0.4.0
      * https://github.com/wneessen/apg-go/compare/v0.3.2...v0.4.0
---
 security/apg/Makefile | 6 +++++-
 security/apg/distinfo | 8 +++++---
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/security/apg/Makefile b/security/apg/Makefile
index 615d4a844551..b3414aa92b6b 100644
--- a/security/apg/Makefile
+++ b/security/apg/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		apg
 DISTVERSIONPREFIX=	v
-DISTVERSION=		0.3.2
+DISTVERSION=		0.4.0
 PORTEPOCH=		1
 CATEGORIES=		security sysutils
 
@@ -14,6 +14,10 @@ USES=		go:modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	wneessen
 GH_PROJECT=	apg-go
+GH_TUPLE=	wneessen:go-hibp:v1.0.0:wneessen_go_hibp/vendor/github.com/wneessen/go-hibp
+
+GO_PKGNAME=	github.com/${GH_ACCOUNT}/${GH_PROJECT}
+GO_TARGET=	./cmd/${PORTNAME}
 
 PLIST_FILES=	bin/${PORTNAME}
 
diff --git a/security/apg/distinfo b/security/apg/distinfo
index cb5903077bc2..65d5dc6a0d51 100644
--- a/security/apg/distinfo
+++ b/security/apg/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1628792400
-SHA256 (wneessen-apg-go-v0.3.2_GH0.tar.gz) = 42f082d2f54d1cb20e1d6d63c1d923255b711151c937041f64164180758ce0e4
-SIZE (wneessen-apg-go-v0.3.2_GH0.tar.gz) = 20114
+TIMESTAMP = 1640782011
+SHA256 (wneessen-apg-go-v0.4.0_GH0.tar.gz) = 21704158cbf9ae34d821169ff755a8381fd6b6b0d52d243fbb4a893c84bf6f4c
+SIZE (wneessen-apg-go-v0.4.0_GH0.tar.gz) = 22602
+SHA256 (wneessen-go-hibp-v1.0.0_GH0.tar.gz) = d995b295c60457e0b078eab49c35ccec6bb5fe105b8b3d27116f3d1baf70729a
+SIZE (wneessen-go-hibp-v1.0.0_GH0.tar.gz) = 11504



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112291318.1BTDI2JH001858>