Skip to content

Commit

Permalink
devel/gearmand: update to 1.1.19.1
Browse files Browse the repository at this point in the history
Upstream changelog
==================

1.1.19.1
- The 1.1.19 tarball is broken in various ways due to a corrupted build host.

1.1.19
- Fixing compiler warnings and incorporating security scan results
- Dropped OSX from automated testing
- Various fixes from the community
  • Loading branch information
mmoll committed Jul 13, 2020
1 parent 69ae03e commit 3e1ff6a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 34 deletions.
3 changes: 1 addition & 2 deletions devel/gearmand/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.50 2020/06/02 08:23:36 adam Exp $

DISTNAME= gearmand-1.1.18
PKGREVISION= 13
DISTNAME= gearmand-1.1.19.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=gearman/}
GITHUB_PROJECT= gearmand
Expand Down
10 changes: 5 additions & 5 deletions devel/gearmand/distinfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$NetBSD: distinfo,v 1.5 2020/03/26 21:49:49 joerg Exp $

SHA1 (gearmand-1.1.18.tar.gz) = eb7f1d806635cba309c40460c3ca5f2ff76d6519
RMD160 (gearmand-1.1.18.tar.gz) = 2bbe1042932dd763fcc68f4c8e6227d6a53be7e0
SHA512 (gearmand-1.1.18.tar.gz) = fd2c978775bde19a8f1ffaf720b4c8adfda9859e5f554b247e7edca15fcc684168fb279af6c63e29c0524c8c863a9f3d07ea802e67eec42be793c0487b9beb9a
Size (gearmand-1.1.18.tar.gz) = 1044664 bytes
SHA1 (gearmand-1.1.19.1.tar.gz) = 2fc7e7f404268273de847eb41c2b0c3f0e3fec9e
RMD160 (gearmand-1.1.19.1.tar.gz) = 4c0172568778be383e1c3db5faa6818a6bc78ad4
SHA512 (gearmand-1.1.19.1.tar.gz) = cbcf85dfd7268aa9acc039eac9505385af3be89eeba48270ddb45739e0ccdcf0d2963d821ccbb6a471396fc9ab2521d096f5d6c2fc3d41b3fb050bd82a795f1f
Size (gearmand-1.1.19.1.tar.gz) = 1094126 bytes
SHA1 (patch-benchmark_blobslap__worker.cc) = 12f805d65b36a2f25e5751b8c36a95ac28ec757a
SHA1 (patch-configure) = d5eb9dc8bf6aec65580de30734e3e4b6505cd0ae
SHA1 (patch-configure) = cb01c1442879c024eb05f7a72ece763c2dcf5fbf
SHA1 (patch-examples_reverse__client.cc) = 3e8a27626c8a922919adfddcd9b3b4bfec06390d
SHA1 (patch-examples_reverse__client__bg.cc) = 63db59b98a8128565cecaa682334be85edf37584
SHA1 (patch-examples_reverse__client__cb.cc) = 33f9710ca20101ce11cda04407eff1e05b14d29a
Expand Down
1 change: 1 addition & 0 deletions devel/gearmand/options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --with-postgresql=${PGSQL_PREFIX}/bin/pg_config
.include "../../mk/pgsql.buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-libpq
CONFIGURE_ARGS+= --with-postgresql=no
.endif

###
Expand Down
27 changes: 0 additions & 27 deletions devel/gearmand/patches/patch-configure
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,3 @@ Fix test operator.
as_fn_error $? "No c99 compatible compiler found" "$LINENO" 5
fi

@@ -17962,7 +17962,7 @@ fi
done
test -n "$CURL_CONFIG" || CURL_CONFIG="no"

- if test "$CURL_CONFIG" == "no"; then :
+ if test "$CURL_CONFIG" = "no"; then :

:

@@ -17972,7 +17972,7 @@ $as_echo "#define HAVE_LIBCURL 0" >>conf

else

- if test x"" == x; then :
+ if test x"" = x; then :

CURL_CFLAGS="`$CURL_CONFIG $curl_config_args --cflags`"

@@ -17982,7 +17982,7 @@ else

fi

- if test x"" == x; then :
+ if test x"" = x; then :

CURL_LIBS="`$CURL_CONFIG $curl_config_args --libs`"

0 comments on commit 3e1ff6a

Please sign in to comment.