Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2024 14:55:16 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 64a5f5c293e3 - main - sysutils/accountsservice: Fix bug in the SetPassword method
Message-ID:  <202410151455.49FEtGPk070434@gitrepo.freebsd.org>

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

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

commit 64a5f5c293e3dc749056be79176ba25e0542c581
Author:     Pavel Timofeev <timp87@gmail.com>
AuthorDate: 2024-10-15 14:54:08 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-10-15 14:54:08 +0000

    sysutils/accountsservice: Fix bug in the SetPassword method
    
    PR:             282109
---
 sysutils/accountsservice/Makefile | 4 ++--
 sysutils/accountsservice/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile
index 734b439d2b9a..95c78eed1ac9 100644
--- a/sysutils/accountsservice/Makefile
+++ b/sysutils/accountsservice/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	accountsservice
 PORTVERSION=	23.13.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils devel
 MASTER_SITES=	https://www.freedesktop.org/software/${PORTNAME}/
 
@@ -30,6 +30,6 @@ MESON_ARGS=	-Dconsolekit=true \
 USE_GITLAB=	yes
 GL_SITE=	https://gitlab.freedesktop.org
 GL_ACCOUNT=	arrowd
-GL_TAGNAME=	1ad459450480baa3e2024db4edee0a30ca0edc20
+GL_TAGNAME=	665c4390164f47283f234970087105e52245ae67
 
 .include <bsd.port.mk>
diff --git a/sysutils/accountsservice/distinfo b/sysutils/accountsservice/distinfo
index 04b2d57f9efa..8411cb7bf322 100644
--- a/sysutils/accountsservice/distinfo
+++ b/sysutils/accountsservice/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691866961
-SHA256 (arrowd-accountsservice-1ad459450480baa3e2024db4edee0a30ca0edc20_GL0.tar.gz) = 0e6c21e99c117f1e233d91863c89fb71f97b10602145003ac8a50a48d34cfc16
-SIZE (arrowd-accountsservice-1ad459450480baa3e2024db4edee0a30ca0edc20_GL0.tar.gz) = 669339
+TIMESTAMP = 1729002877
+SHA256 (arrowd-accountsservice-665c4390164f47283f234970087105e52245ae67_GL0.tar.gz) = 20e0ca1ee5178ee754b82b75ae5dc332c4cf0123a6d821ecc68a483e85fab031
+SIZE (arrowd-accountsservice-665c4390164f47283f234970087105e52245ae67_GL0.tar.gz) = 669402



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