Date: Tue, 13 Apr 2021 23:52:30 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8cf424ed301f - main - x11/libxdg-basedir: update to 1.2.2 Message-ID: <202104132352.13DNqU63071261@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=8cf424ed301f70e4bcb00f8ac2542a6768ed2f3d commit 8cf424ed301f70e4bcb00f8ac2542a6768ed2f3d Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2021-04-13 23:50:39 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-04-13 23:50:39 +0000 x11/libxdg-basedir: update to 1.2.2 PR: 243067 Reported by: jbeich Approved by: maintainer timeout Obtained from: https://marc.info/?l=openbsd-ports&m=157805462230836 --- x11/libxdg-basedir/Makefile | 12 +++++++----- x11/libxdg-basedir/distinfo | 5 +++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/x11/libxdg-basedir/Makefile b/x11/libxdg-basedir/Makefile index c2e1480abc3b..6c41f2c597ce 100644 --- a/x11/libxdg-basedir/Makefile +++ b/x11/libxdg-basedir/Makefile @@ -1,17 +1,19 @@ # Created by: Nikos Ntarmos <ntarmos@cs.uoi.gr> PORTNAME= libxdg-basedir -PORTVERSION= 1.2.0 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 1.2.2 CATEGORIES= x11 -MASTER_SITES= http://nevill.ch/libxdg-basedir/downloads/ MAINTAINER= ntarmos@ceid.upatras.gr COMMENT= Implementation of the XDG Base Directory specification -GNU_CONFIGURE= yes -USES= gmake libtool pathfix +USES= autoreconf gmake libtool pathfix +USE_GITHUB= yes USE_LDCONFIG= yes +GH_ACCOUNT= davmac314 +GNU_CONFIGURE= yes +TEST_TARGET= check pre-configure: @${REINPLACE_CMD} -e 's|"etc"|"${PREFIX}/etc"|' \ diff --git a/x11/libxdg-basedir/distinfo b/x11/libxdg-basedir/distinfo index 4b1bf5d7d531..b9699ea03bf9 100644 --- a/x11/libxdg-basedir/distinfo +++ b/x11/libxdg-basedir/distinfo @@ -1,2 +1,3 @@ -SHA256 (libxdg-basedir-1.2.0.tar.gz) = 2757a949618742d80ac59ee2f0d946adc6e71576406cdf798e6ced507708cdf4 -SIZE (libxdg-basedir-1.2.0.tar.gz) = 335790 +TIMESTAMP = 1618357774 +SHA256 (davmac314-libxdg-basedir-v1.2.2_GH0.tar.gz) = ea6c7b332db0f7fabd7f5baef4be56b8ef33804e05d36acbac4c083c0130cb99 +SIZE (davmac314-libxdg-basedir-v1.2.2_GH0.tar.gz) = 30864
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104132352.13DNqU63071261>