From owner-svn-ports-all@FreeBSD.ORG Thu Sep 5 19:44:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 52C83500; Thu, 5 Sep 2013 19:44:41 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3EB612BFE; Thu, 5 Sep 2013 19:44:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85Jif2M060026; Thu, 5 Sep 2013 19:44:41 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85Jieq3060024; Thu, 5 Sep 2013 19:44:40 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309051944.r85Jieq3060024@svn.freebsd.org> From: William Grzybowski Date: Thu, 5 Sep 2013 19:44:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326440 - head/databases/libmongo-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 19:44:41 -0000 Author: wg Date: Thu Sep 5 19:44:40 2013 New Revision: 326440 URL: http://svnweb.freebsd.org/changeset/ports/326440 Log: databases/libmongo-client: update to 0.1.6.3 - Update to 0.1.6.3 - USES gmake - Add LICENSE (AL2) PR: ports/181757 Submitted by: Denis Generalov (maintainer) Modified: head/databases/libmongo-client/Makefile head/databases/libmongo-client/distinfo Modified: head/databases/libmongo-client/Makefile ============================================================================== --- head/databases/libmongo-client/Makefile Thu Sep 5 19:38:09 2013 (r326439) +++ head/databases/libmongo-client/Makefile Thu Sep 5 19:44:40 2013 (r326440) @@ -2,23 +2,22 @@ # $FreeBSD$ 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 Modified: head/databases/libmongo-client/distinfo ============================================================================== --- head/databases/libmongo-client/distinfo Thu Sep 5 19:38:09 2013 (r326439) +++ head/databases/libmongo-client/distinfo Thu Sep 5 19:44:40 2013 (r326440) @@ -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