git: 8c30deb681a9 - main - devel/libconfig: update to 1.7.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jan 2022 07:50:01 UTC
The branch main has been updated by marius:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8c30deb681a941ce9974c57c7f45c9f294908d67
commit 8c30deb681a941ce9974c57c7f45c9f294908d67
Author: Marius Strobl <marius@FreeBSD.org>
AuthorDate: 2022-01-08 19:26:44 +0000
Commit: Marius Strobl <marius@FreeBSD.org>
CommitDate: 2022-01-26 07:46:25 +0000
devel/libconfig: update to 1.7.3
- Chase shared library bump across dependant ports.
- Fetch releases rather than tags from GitHub. [1]
- Properly depend on makeinfo, adding an INFO knob.
- Refresh pkg-descr and COMMENT accordingly.
PR: 261062
Reported by: dizzy [1]
Approved by: maintainer timeout
---
astro/siril/Makefile | 2 +-
audio/shairport-sync/Makefile | 1 +
audio/umurmur/Makefile | 2 +-
databases/ateam_mysql57_ldap_auth/Makefile | 2 +-
databases/ateam_mysql_ldap_auth/Makefile | 2 +-
databases/zabbix3-libzbxpgsql/Makefile | 2 +-
deskutils/dfshow/Makefile | 1 +
devel/libconfig/Makefile | 24 +++++++++++-------------
devel/libconfig/distinfo | 6 +++---
devel/libconfig/pkg-descr | 17 ++++++++---------
devel/libconfig/pkg-plist | 4 ++--
irc/srain/Makefile | 1 +
lang/ldc/Makefile | 1 +
multimedia/lms/Makefile | 1 +
net-im/telegram-cli/Makefile | 1 +
net-im/tox/Makefile | 1 +
net-im/toxic/Makefile | 1 +
net/sslh/Makefile | 1 +
security/cvechecker/Makefile | 1 +
security/razorback-api/Makefile | 2 +-
www/glewlwyd/Makefile | 1 +
www/janus/Makefile | 2 +-
www/ot-recorder/Makefile | 2 +-
x11-wm/compton/Makefile | 2 +-
x11-wm/picom/Makefile | 2 +-
x11/compton-conf/Makefile | 1 +
x11/xob/Makefile | 1 +
27 files changed, 47 insertions(+), 37 deletions(-)
diff --git a/astro/siril/Makefile b/astro/siril/Makefile
index 9a31fac8bffc..59be1a36a434 100644
--- a/astro/siril/Makefile
+++ b/astro/siril/Makefile
@@ -1,6 +1,6 @@
PORTNAME= siril
DISTVERSION= 0.99.10.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= astro graphics
MASTER_SITES= https://free-astro.org/download/
diff --git a/audio/shairport-sync/Makefile b/audio/shairport-sync/Makefile
index 4fbc0586e7d3..bb286f12b599 100644
--- a/audio/shairport-sync/Makefile
+++ b/audio/shairport-sync/Makefile
@@ -2,6 +2,7 @@
PORTNAME= shairport-sync
DISTVERSION= 3.3.9
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org
diff --git a/audio/umurmur/Makefile b/audio/umurmur/Makefile
index 488d85b04137..adfd619680dd 100644
--- a/audio/umurmur/Makefile
+++ b/audio/umurmur/Makefile
@@ -2,7 +2,7 @@
PORTNAME= umurmur
DISTVERSION= 0.2.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio net
MAINTAINER= ayu@commun.jp
diff --git a/databases/ateam_mysql57_ldap_auth/Makefile b/databases/ateam_mysql57_ldap_auth/Makefile
index 37eb88bd72af..b398c48ab13f 100644
--- a/databases/ateam_mysql57_ldap_auth/Makefile
+++ b/databases/ateam_mysql57_ldap_auth/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ateam_mysql57_ldap_auth
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MAINTAINER= ganbold@FreeBSD.org
diff --git a/databases/ateam_mysql_ldap_auth/Makefile b/databases/ateam_mysql_ldap_auth/Makefile
index c2ba494c1f53..ee58c0960ea0 100644
--- a/databases/ateam_mysql_ldap_auth/Makefile
+++ b/databases/ateam_mysql_ldap_auth/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ateam_mysql_ldap_auth
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MAINTAINER= ganbold@FreeBSD.org
diff --git a/databases/zabbix3-libzbxpgsql/Makefile b/databases/zabbix3-libzbxpgsql/Makefile
index 6abe6917aa7c..7dfaa3032259 100644
--- a/databases/zabbix3-libzbxpgsql/Makefile
+++ b/databases/zabbix3-libzbxpgsql/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libzbxpgsql
PORTVERSION= 1.1.0
DISTVERSIONPREFIX= v
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases
PKGNAMEPREFIX= zabbix3-
diff --git a/deskutils/dfshow/Makefile b/deskutils/dfshow/Makefile
index c410ac36b55d..8ad6b6a32e88 100644
--- a/deskutils/dfshow/Makefile
+++ b/deskutils/dfshow/Makefile
@@ -1,6 +1,7 @@
PORTNAME= dfshow
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.4-beta
+PORTREVISION= 1
CATEGORIES= deskutils
MAINTAINER= yuri@FreeBSD.org
diff --git a/devel/libconfig/Makefile b/devel/libconfig/Makefile
index 1a0de9e5224a..0b66cf615e41 100644
--- a/devel/libconfig/Makefile
+++ b/devel/libconfig/Makefile
@@ -1,28 +1,26 @@
# Created by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
PORTNAME= libconfig
-PORTVERSION= 1.7.2
-DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTVERSION= 1.7.3
CATEGORIES= devel
+MASTER_SITES= https://github.com/hyperrealm/${PORTNAME}/releases/download/v${PORTVERSION}/
MAINTAINER= ntarmos@ceid.upatras.gr
-COMMENT= Simple library for manipulating structured configuration files
+COMMENT= Simple library for processing structured configuration files
LICENSE= LGPL21
-BUILD_DEPENDS= makeinfo:print/texinfo
-
-USES= autoreconf libtool pathfix
-GNU_CONFIGURE= yes
+USES= autoreconf libtool pathfix
USE_LDCONFIG= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX}
-
-USE_GITHUB= YES
-GH_ACCOUNT= hyperrealm
+GNU_CONFIGURE= yes
CONFLICTS= wand-libconfig
-INFO= libconfig
+OPTIONS_DEFINE= INFO
+OPTIONS_DEFAULT=INFO
+
+INFO_INFO= libconfig
+INFO_CONFIGURE_OFF= --disable-doc
+INFO_USES= makeinfo
.include <bsd.port.mk>
diff --git a/devel/libconfig/distinfo b/devel/libconfig/distinfo
index 315333fa5f19..cdb09642a4d2 100644
--- a/devel/libconfig/distinfo
+++ b/devel/libconfig/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532431556
-SHA256 (hyperrealm-libconfig-v1.7.2_GH0.tar.gz) = f67ac44099916ae260a6c9e290a90809e7d782d96cdd462cac656ebc5b685726
-SIZE (hyperrealm-libconfig-v1.7.2_GH0.tar.gz) = 3017891
+TIMESTAMP = 1641838254
+SHA256 (libconfig-1.7.3.tar.gz) = 545166d6cac037744381d1e9cc5a5405094e7bfad16a411699bcff40bbb31ee7
+SIZE (libconfig-1.7.3.tar.gz) = 730800
diff --git a/devel/libconfig/pkg-descr b/devel/libconfig/pkg-descr
index f3264ce8061d..535b5cc53782 100644
--- a/devel/libconfig/pkg-descr
+++ b/devel/libconfig/pkg-descr
@@ -1,15 +1,14 @@
-Libconfig is a simple library for manipulating structured configuration
-files. The file format is more compact and more readable than XML. And
+Libconfig is a simple library for processing structured configuration
+files. This file format is more compact and more readable than XML. And
unlike XML, it is type-aware, so it is not necessary to do string
parsing in application code.
-Libconfig is very compact -- just 25K for the stripped C shared library
-(one-fifth the size of the expat XML parser library) and 39K for the
-stripped C++ shared library. This makes it well-suited for
-memory-constrained systems like handheld devices.
+Libconfig is very compact - a fraction of the size of the expat XML
+parser library. This makes it well-suited for memory-constrained systems
+like handheld devices.
The library includes bindings for both the C and C++ languages. It works
-on POSIX-compliant UNIX systems (GNU/Linux, Mac OS X, Solaris, FreeBSD)
-and Windows (2000, XP and later).
+on POSIX-compliant UNIX and UNIX-like systems (GNU/Linux, Mac OS X,
+Solaris, FreeBSD), Android, and Windows (2000, XP and later).
-WWW: http://www.hyperrealm.com/libconfig/libconfig.html
+WWW: https://www.hyperrealm.com/libconfig/libconfig.html
diff --git a/devel/libconfig/pkg-plist b/devel/libconfig/pkg-plist
index 5746ca34caa5..2ff7682a305a 100644
--- a/devel/libconfig/pkg-plist
+++ b/devel/libconfig/pkg-plist
@@ -5,10 +5,10 @@ lib/cmake/libconfig/libconfigConfig.cmake
lib/libconfig++.a
lib/libconfig++.so
lib/libconfig++.so.11
-lib/libconfig++.so.11.0.2
+lib/libconfig++.so.11.1.0
lib/libconfig.a
lib/libconfig.so
lib/libconfig.so.11
-lib/libconfig.so.11.0.2
+lib/libconfig.so.11.1.0
libdata/pkgconfig/libconfig++.pc
libdata/pkgconfig/libconfig.pc
diff --git a/irc/srain/Makefile b/irc/srain/Makefile
index ea24a3a2f871..a6f4c40bd787 100644
--- a/irc/srain/Makefile
+++ b/irc/srain/Makefile
@@ -1,5 +1,6 @@
PORTNAME= srain
DISTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= irc
MAINTAINER= ashish@FreeBSD.org
diff --git a/lang/ldc/Makefile b/lang/ldc/Makefile
index 6d3e714005f0..afa98c77043c 100644
--- a/lang/ldc/Makefile
+++ b/lang/ldc/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ldc
PORTVERSION= 1.23.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= lang
MAINTAINER= acm@FreeBSD.org
diff --git a/multimedia/lms/Makefile b/multimedia/lms/Makefile
index f4830af3c6e3..1e3c1994bce0 100644
--- a/multimedia/lms/Makefile
+++ b/multimedia/lms/Makefile
@@ -1,5 +1,6 @@
PORTNAME= lms
DISTVERSION= 3.25.2
+PORTREVISION= 1
MASTER_SITES= https://github.com/epoupon/lms/archive/refs/tags/v${DISTVERSION}${EXTRACT_SUFX}?dummy=/
CATEGORIES= multimedia
diff --git a/net-im/telegram-cli/Makefile b/net-im/telegram-cli/Makefile
index b450cb50eb1a..095a9e45d28b 100644
--- a/net-im/telegram-cli/Makefile
+++ b/net-im/telegram-cli/Makefile
@@ -2,6 +2,7 @@
PORTNAME= telegram-cli
DISTVERSION= 20200106
+PORTREVISION= 1
CATEGORIES= net-im
MAINTAINER= 0mp@FreeBSD.org
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile
index 8be575d9e5d5..c04dcc2b4b39 100644
--- a/net-im/tox/Makefile
+++ b/net-im/tox/Makefile
@@ -3,6 +3,7 @@
PORTNAME= toxcore
PORTVERSION= 0.2.13
DISTVERSIONPREFIX= v
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net-im net-p2p
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile
index 640dbbb0e03d..082a1884d1a4 100644
--- a/net-im/toxic/Makefile
+++ b/net-im/toxic/Makefile
@@ -3,6 +3,7 @@
PORTNAME= toxic
PORTVERSION= 0.11.3
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= net-im
MAINTAINER= thierry@FreeBSD.org
diff --git a/net/sslh/Makefile b/net/sslh/Makefile
index 7d5abec5527e..6667f98643e5 100644
--- a/net/sslh/Makefile
+++ b/net/sslh/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sslh
PORTVERSION= 1.22c
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= olivier@FreeBSD.org
diff --git a/security/cvechecker/Makefile b/security/cvechecker/Makefile
index ca1e65d90b34..d37fc1bf82a2 100644
--- a/security/cvechecker/Makefile
+++ b/security/cvechecker/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cvechecker
DISTVERSIONPREFIX= v
DISTVERSION= 3.9
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= se@FreeBSD.org
diff --git a/security/razorback-api/Makefile b/security/razorback-api/Makefile
index 82b781049c55..6190fe3ab0ef 100644
--- a/security/razorback-api/Makefile
+++ b/security/razorback-api/Makefile
@@ -1,6 +1,6 @@
PORTNAME= api
PORTVERSION= 0.5.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= security
MASTER_SITES= SF/razorbacktm/API
PKGNAMEPREFIX= razorback-
diff --git a/www/glewlwyd/Makefile b/www/glewlwyd/Makefile
index 58efbc5c2ea9..572f3e8200b0 100644
--- a/www/glewlwyd/Makefile
+++ b/www/glewlwyd/Makefile
@@ -1,6 +1,7 @@
PORTNAME= glewlwyd
DISTVERSIONPREFIX= v
DISTVERSION= 2.6.1
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= GH
diff --git a/www/janus/Makefile b/www/janus/Makefile
index 838b9be451a1..99b9dabffebf 100644
--- a/www/janus/Makefile
+++ b/www/janus/Makefile
@@ -1,7 +1,7 @@
PORTNAME= janus
DISTVERSIONPREFIX= v
DISTVERSION= 0.11.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MAINTAINER= vanilla@FreeBSD.org
diff --git a/www/ot-recorder/Makefile b/www/ot-recorder/Makefile
index a9b4877067f2..b61f0525194d 100644
--- a/www/ot-recorder/Makefile
+++ b/www/ot-recorder/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ot-recorder
PORTVERSION= 0.8.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MAINTAINER= dvl@FreeBSD.org
diff --git a/x11-wm/compton/Makefile b/x11-wm/compton/Makefile
index 6c1c88e67a42..57932a4d320e 100644
--- a/x11-wm/compton/Makefile
+++ b/x11-wm/compton/Makefile
@@ -1,6 +1,6 @@
PORTNAME= compton
PORTVERSION= 20160907
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11-wm
MAINTAINER= femc7488@gmail.com
diff --git a/x11-wm/picom/Makefile b/x11-wm/picom/Makefile
index a905cc90e1f1..dbfcf3fe6264 100644
--- a/x11-wm/picom/Makefile
+++ b/x11-wm/picom/Makefile
@@ -1,7 +1,7 @@
PORTNAME= picom
DISTVERSIONPREFIX= v
DISTVERSION= 8.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/x11/compton-conf/Makefile b/x11/compton-conf/Makefile
index ed3a78cdd828..922dec9c1faf 100644
--- a/x11/compton-conf/Makefile
+++ b/x11/compton-conf/Makefile
@@ -1,5 +1,6 @@
PORTNAME= compton-conf
PORTVERSION= 0.16.0
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= LXQT/${PORTNAME}
diff --git a/x11/xob/Makefile b/x11/xob/Makefile
index 6c11979e47b6..857b765b83d9 100644
--- a/x11/xob/Makefile
+++ b/x11/xob/Makefile
@@ -1,6 +1,7 @@
PORTNAME= xob
DISTVERSIONPREFIX= v
DISTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= lcook@FreeBSD.org