Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2022 05:26:13 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a809d8f62aac - main - security/ubuntu-keyring: update to 2021.03.26
Message-ID:  <202209050526.2855QDuS094175@gitrepo.freebsd.org>

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

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

commit a809d8f62aac77984c44600d80d4a6b7f5a12799
Author:     Mia Rain <mia-rain@tuta.io>
AuthorDate: 2022-09-01 05:56:15 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-09-05 05:22:03 +0000

    security/ubuntu-keyring: update to 2021.03.26
    
    Reporter becomes maintainer.
    
    PR:             266147
    Reported by:    Mia Rain <mia-rain@tuta.io>
---
 security/ubuntu-keyring/Makefile | 12 ++++++------
 security/ubuntu-keyring/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/security/ubuntu-keyring/Makefile b/security/ubuntu-keyring/Makefile
index 44b779bb0d82..d894f5c8e901 100644
--- a/security/ubuntu-keyring/Makefile
+++ b/security/ubuntu-keyring/Makefile
@@ -1,19 +1,19 @@
 PORTNAME=	ubuntu-keyring
-PORTVERSION=	2020.06.17.1
+PORTVERSION=	2021.03.26
 CATEGORIES=	security
-MASTER_SITES=	DEBIAN
-DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
+MASTER_SITES=	http://archive.ubuntu.com/ubuntu/pool/main/u/${PORTNAME}/
+DISTNAME=	${PORTNAME}_${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	mia-rain@tuta.io
 COMMENT=	GPG keys for Ubuntu package signature verification
 
 LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/debian/copyright
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-NO_BUILD=	yes
 NO_ARCH=	yes
+NO_BUILD=	yes
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/keyrings
 	${INSTALL_DATA} ${WRKSRC}/keyrings/* ${STAGEDIR}${PREFIX}/share/keyrings/
diff --git a/security/ubuntu-keyring/distinfo b/security/ubuntu-keyring/distinfo
index df623e91b90f..62b61c655efc 100644
--- a/security/ubuntu-keyring/distinfo
+++ b/security/ubuntu-keyring/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615548093
-SHA256 (ubuntu-keyring_2020.06.17.1.orig.tar.gz) = e31ba06e1332002e0649c206f54fa67fee038e27f43b9e59e872f1de14a00774
-SIZE (ubuntu-keyring_2020.06.17.1.orig.tar.gz) = 36420
+TIMESTAMP = 1661933906
+SHA256 (ubuntu-keyring_2021.03.26.tar.gz) = 492eed5c06408c6f632577adb0796130af5d6542013ef418f47187a209e49bb1
+SIZE (ubuntu-keyring_2021.03.26.tar.gz) = 34529



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