diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-09-01 08:18:04 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2017-09-01 08:18:04 +0800 |
commit | 194db84a7b2b787f56117d24d11e1874eaf82824 (patch) | |
tree | 0cfb3fc5efb339d74b3b9357401cc98050a68584 /net-mgmt | |
parent | 0c234f65c744c78ee694b9b430bbe95e28e589fe (diff) | |
download | freebsd-ports-gnome-194db84a7b2b787f56117d24d11e1874eaf82824.tar.gz freebsd-ports-gnome-194db84a7b2b787f56117d24d11e1874eaf82824.tar.zst freebsd-ports-gnome-194db84a7b2b787f56117d24d11e1874eaf82824.zip |
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)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/riemann-c-client/Makefile | 11 | ||||
-rw-r--r-- | net-mgmt/riemann-c-client/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/riemann-c-client/pkg-plist | 2 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net-mgmt/riemann-c-client/Makefile b/net-mgmt/riemann-c-client/Makefile index d8d32110c00c..d0cc38214fee 100644 --- a/net-mgmt/riemann-c-client/Makefile +++ b/net-mgmt/riemann-c-client/Makefile @@ -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 diff --git a/net-mgmt/riemann-c-client/distinfo b/net-mgmt/riemann-c-client/distinfo index 7ac624f669ec..d683cef7e090 100644 --- a/net-mgmt/riemann-c-client/distinfo +++ b/net-mgmt/riemann-c-client/distinfo @@ -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 diff --git a/net-mgmt/riemann-c-client/pkg-plist b/net-mgmt/riemann-c-client/pkg-plist index da3a1d7742a3..005846b35430 100644 --- a/net-mgmt/riemann-c-client/pkg-plist +++ b/net-mgmt/riemann-c-client/pkg-plist @@ -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 |