Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2024 10:39:08 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 891f89abb733 - main - devel/liblogging: update to 1.0.7
Message-ID:  <202411241039.4AOAd801045010@gitrepo.freebsd.org>

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

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

commit 891f89abb73382c6679c71cf3746aa9b185f0a52
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2024-11-24 10:33:07 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2024-11-24 10:39:05 +0000

    devel/liblogging: update to 1.0.7
    
    It's been 3 months since 1.0.7 was tagged on GitHub, but there's been
    no release tarball made available at
    http://download.rsyslog.com/liblogging/.  Therefore, switch to GitHub
    as the download site.
    
    Add USE=autoreconf and BUILD_DEPENDS on textproc/py-docutils (for
    rst2man) in order to generate the missing configure.sh and man pages,
    which aren't included in the GitHub repository.  Add USES=python:env
    to access ${PY_FLAVOR}.
    
    Changes:        https://github.com/rsyslog/liblogging/blob/v1.0.7/ChangeLog
    Reported by:    repology
---
 devel/liblogging/Makefile | 13 +++++++++----
 devel/liblogging/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/devel/liblogging/Makefile b/devel/liblogging/Makefile
index b70bc86fa1ef..da8da63230ef 100644
--- a/devel/liblogging/Makefile
+++ b/devel/liblogging/Makefile
@@ -1,8 +1,7 @@
 PORTNAME=	liblogging
-PORTVERSION=	1.0.6
-PORTREVISION=	1
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.0.7
 CATEGORIES=	devel
-MASTER_SITES=	http://download.rsyslog.com/liblogging/
 
 MAINTAINER=	matthew@FreeBSD.org
 COMMENT=	Easy to use system logging library
@@ -10,7 +9,13 @@ WWW=		https://www.liblogging.org/
 
 LICENSE=	BSD2CLAUSE
 
-USES=		cpe libtool pathfix pkgconfig
+BUILD_DEPENDS=	rst2man:textproc/py-docutils@${PY_FLAVOR}
+
+USES=		autoreconf cpe libtool pathfix pkgconfig python:env
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	rsyslog
+
 CPE_VENDOR=	adiscon
 
 GNU_CONFIGURE=			yes
diff --git a/devel/liblogging/distinfo b/devel/liblogging/distinfo
index f5466185791d..becf751b35ad 100644
--- a/devel/liblogging/distinfo
+++ b/devel/liblogging/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488930125
-SHA256 (liblogging-1.0.6.tar.gz) = 338c6174e5c8652eaa34f956be3451f7491a4416ab489aef63151f802b00bf93
-SIZE (liblogging-1.0.6.tar.gz) = 593393
+TIMESTAMP = 1732443627
+SHA256 (rsyslog-liblogging-v1.0.7_GH0.tar.gz) = f0f6e82c57a47f71ccdf9673af9f317c37357c9113b865d9ef4e89c2238a3a44
+SIZE (rsyslog-liblogging-v1.0.7_GH0.tar.gz) = 288035



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