diff options
author | VinÃcius Zavam <egypcio@FreeBSD.org> | 2021-04-18 23:53:18 +0000 |
---|---|---|
committer | VinÃcius Zavam <egypcio@FreeBSD.org> | 2021-04-18 23:53:18 +0000 |
commit | 276abcbfdd72c8ee3712e3ae4310d6580fe38ddf (patch) | |
tree | 4e1957f485597617a1165213cb7619f2cb8bbad6 | |
parent | af2f34c777eef8696f0358c743247e5480633261 (diff) | |
download | ports-276abcbfdd72c8ee3712e3ae4310d6580fe38ddf.tar.gz ports-276abcbfdd72c8ee3712e3ae4310d6580fe38ddf.zip |
devel/libqb: update 2.0.0 to 2.0.3
while here, fixes portscout's check
- present USE_GITHUB to this port's Makefile
Reported by: flo
-rw-r--r-- | devel/libqb/Makefile | 7 | ||||
-rw-r--r-- | devel/libqb/distinfo | 6 | ||||
-rw-r--r-- | devel/libqb/pkg-plist | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/devel/libqb/Makefile b/devel/libqb/Makefile index 7a6f15a2cfd2..e053b4159582 100644 --- a/devel/libqb/Makefile +++ b/devel/libqb/Makefile @@ -1,8 +1,8 @@ # Created by: David Shane Holden <dpejesh@yahoo.com> PORTNAME= libqb -PORTVERSION= 2.0.0 -MASTER_SITES= https://github.com/ClusterLabs/libqb/releases/download/v2.0.0/ +DISTVERSIONPREFIX= v +DISTVERSION= 2.0.3 CATEGORIES= devel MAINTAINER= egypcio@FreeBSD.org @@ -21,8 +21,11 @@ PLIST_SUB+= QB_SOCKET_DIR=${QB_SOCKET_DIR} USES= autoreconf gmake libtool pathfix pkgconfig python USE_BINUTILS= yes +USE_GITHUB= yes USE_LDCONFIG= yes +GH_ACCOUNT= ClusterLabs + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-socket-dir=${QB_SOCKET_DIR} \ PACKAGE_STRING="${PORTNAME} ${PORTVERSION}" \ diff --git a/devel/libqb/distinfo b/devel/libqb/distinfo index 630a9eee8abb..bea873fc3c54 100644 --- a/devel/libqb/distinfo +++ b/devel/libqb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1591514574 -SHA256 (libqb-2.0.0.tar.gz) = 8a744547433f26e43aac1b510584aa12ce575700a62d4e7e21a4ed2567b53232 -SIZE (libqb-2.0.0.tar.gz) = 801066 +TIMESTAMP = 1618789424 +SHA256 (ClusterLabs-libqb-v2.0.3_GH0.tar.gz) = 0e915679eb9476fe0afe3878f4c98bd57f84c454d19b62c9054a9ed955786256 +SIZE (ClusterLabs-libqb-v2.0.3_GH0.tar.gz) = 232760 diff --git a/devel/libqb/pkg-plist b/devel/libqb/pkg-plist index 506e4cfc6055..041ef918f63a 100644 --- a/devel/libqb/pkg-plist +++ b/devel/libqb/pkg-plist @@ -15,7 +15,7 @@ include/qb/qbutil.h lib/libqb.a lib/libqb.so lib/libqb.so.100 -lib/libqb.so.100.0.0 +lib/libqb.so.100.2.0 libdata/pkgconfig/libqb.pc %%DOXYGEN%%man/man3/qbarray.h.3.gz %%DOXYGEN%%man/man3/qbatomic.h.3.gz |