diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2024-11-24 10:33:07 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2024-11-24 10:39:05 +0000 |
commit | 891f89abb73382c6679c71cf3746aa9b185f0a52 (patch) | |
tree | dc69284425534ba79ea2b20e480e920b6afd1a95 | |
parent | 76af0546bb5651a72d0fcf6837a65be2c4fbf4db (diff) | |
download | ports-891f89abb73382c6679c71cf3746aa9b185f0a52.tar.gz ports-891f89abb73382c6679c71cf3746aa9b185f0a52.zip |
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
-rw-r--r-- | devel/liblogging/Makefile | 13 | ||||
-rw-r--r-- | 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 |