Date: Mon, 2 Sep 2013 15:04:51 GMT From: Denis Generalov <gd@rambler-co.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/181757: databases/libmongo-client: update to 0.1.6.3 Message-ID: <201309021504.r82F4pBn092988@oldred.freebsd.org> Resent-Message-ID: <201309021510.r82FA0sP065321@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 181757 >Category: ports >Synopsis: databases/libmongo-client: update to 0.1.6.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 02 15:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Denis Generalov >Release: FreeBSD 9.1-STABLE amd64 >Organization: Rambler >Environment: FreeBSD tyl.rambler.ramblermedia.com 9.1-STABLE FreeBSD 9.1-STABLE #0 r244924: Tue Jan 1 21:05:19 MSK 2013 gd@tyl.rambler.ramblermedia.com:/tmp/gd/usr/src/sys/GENERIC amd64 >Description: Bug fix realease databases/libmongo-client 0.1.6.3: ** Improvement: configure.ac updated to modern autotools ** Bugfix: Fix chunked GridFS file retrieval ** Bugfix: Stop crashing in case verification fails >How-To-Repeat: >Fix: Patch attached with submission follows: ===> Generating patch ===> Viewing diff with more diff -ruN /usr/ports//databases/libmongo-client/Makefile ./Makefile --- /usr/ports//databases/libmongo-client/Makefile 2013-06-20 17:26:00.000000000 +0400 +++ ./Makefile 2013-09-02 18:57:46.000000000 +0400 @@ -2,23 +2,22 @@ # $FreeBSD: head/databases/libmongo-client/Makefile 316654 2013-04-27 08:50:46Z mva $ PORTNAME= libmongo-client -PORTVERSION= 0.1.6.2 +PORTVERSION= 0.1.6.3 CATEGORIES= databases MAINTAINER= gd@rambler-co.ru COMMENT= Alternative C driver for MongoDB -LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre +LICENSE= AL2 USE_GITHUB= yes GH_ACCOUNT= algernon GH_TAGNAME= ${PORTNAME}-${PORTVERSION} -GH_COMMIT= 13cc0ee +GH_COMMIT= ff123ed # should be 9cbb488, but does not USE_AUTOTOOLS= automake autoconf libtool GNU_CONFIGURE= yes -USES= pkgconfig gettext iconv -USE_GMAKE= yes +USES= pkgconfig gmake USE_GNOME= glib20 USE_LDCONFIG= yes CONFIGURE_ENV+= PKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig diff -ruN /usr/ports//databases/libmongo-client/distinfo ./distinfo --- /usr/ports//databases/libmongo-client/distinfo 2013-06-20 17:26:00.000000000 +0400 +++ ./distinfo 2013-09-02 18:55:53.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (libmongo-client-0.1.6.2.tar.gz) = dc68c3f6c508fce3d8bf295b77f2e244521b94be940deb32442553426cbcebee -SIZE (libmongo-client-0.1.6.2.tar.gz) = 120477 +SHA256 (libmongo-client-0.1.6.3.tar.gz) = 81ee485685746c4dbc719ffe485ff4c657e8f5e134cedba402520ab247b2f682 +SIZE (libmongo-client-0.1.6.3.tar.gz) = 121221 ===> Done >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021504.r82F4pBn092988>