mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
net-mgmt/riemann-c-client: Update to 1.10.1
While here, add LICENSE_FILE and silence portlint warning about order of USES/USE_*. Mark as MAKE_JOBS_UNSAFE, random errors with parallel jobs in poudriere [10.3|11.1] [i386|amd64]. PR: 221440 Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
This commit is contained in:
parent
b3d8749833
commit
03cbf40b2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449054
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= riemann-c-client
|
||||
PORTVERSION= 1.9.1
|
||||
PORTVERSION= 1.10.1
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
@ -10,15 +10,13 @@ MAINTAINER= dch@skunkwerks.at
|
||||
COMMENT= C library and command-line tool for Riemann
|
||||
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= check>0:devel/check
|
||||
LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \
|
||||
libgnutls.so:security/gnutls \
|
||||
libjson-c.so:devel/json-c
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= algernon
|
||||
|
||||
USES= autoreconf gmake libtool pathfix pkgconfig
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
@ -26,6 +24,11 @@ USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= algernon
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's/-ldl//' ${WRKSRC}/Makefile.am
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1475271779
|
||||
SHA256 (algernon-riemann-c-client-riemann-c-client-1.9.1_GH0.tar.gz) = 6c8279362384e0ee01cb84a12f645bf7229c7d61f565158fe4ecc82c36ce8dc0
|
||||
SIZE (algernon-riemann-c-client-riemann-c-client-1.9.1_GH0.tar.gz) = 74563
|
||||
TIMESTAMP = 1504143801
|
||||
SHA256 (algernon-riemann-c-client-riemann-c-client-1.10.1_GH0.tar.gz) = 93ccef65536e0cd3a1b3301847773f50fc298a455b4294e465d73fa7daf7c8bf
|
||||
SIZE (algernon-riemann-c-client-riemann-c-client-1.10.1_GH0.tar.gz) = 75314
|
||||
|
@ -10,6 +10,6 @@ include/riemann/simple.h
|
||||
lib/libriemann-client.a
|
||||
lib/libriemann-client.so
|
||||
lib/libriemann-client.so.0
|
||||
lib/libriemann-client.so.0.9.1
|
||||
lib/libriemann-client.so.0.10.1
|
||||
libdata/pkgconfig/riemann-client.pc
|
||||
man/man1/riemann-client.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user