From owner-svn-ports-head@freebsd.org Sun May 8 14:39:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20215B321E6; Sun, 8 May 2016 14:39:04 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB74C196F; Sun, 8 May 2016 14:39:03 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u48Ed3lg066062; Sun, 8 May 2016 14:39:03 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u48Ed2Hr066060; Sun, 8 May 2016 14:39:02 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201605081439.u48Ed2Hr066060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 8 May 2016 14:39:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414808 - head/devel/mongo-cxx-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2016 14:39:04 -0000 Author: robak Date: Sun May 8 14:39:02 2016 New Revision: 414808 URL: https://svnweb.freebsd.org/changeset/ports/414808 Log: devel/mongo-cxx-driver: update 1.1.0 -> 1.1.1 and cleanup - Remove obsolete GH_TAGNAME and WRKSRC - Correct DISTVERSIONPREFIX to match upstream - Change COMMENT - Add LICENSE_FILE - Pet portlint PR: 209321 Submitted by: Simun Mikecin (maintainer) Modified: head/devel/mongo-cxx-driver/Makefile head/devel/mongo-cxx-driver/distinfo Modified: head/devel/mongo-cxx-driver/Makefile ============================================================================== --- head/devel/mongo-cxx-driver/Makefile Sun May 8 12:05:52 2016 (r414807) +++ head/devel/mongo-cxx-driver/Makefile Sun May 8 14:39:02 2016 (r414808) @@ -2,23 +2,24 @@ # $FreeBSD$ PORTNAME= mongo-cxx-driver -PORTVERSION= 1.1.0 -DISTVERSIONPREFIX=v +PORTVERSION= 1.1.1 +DISTVERSIONPREFIX=legacy- CATEGORIES= devel MAINTAINER= numisemis@yahoo.com -COMMENT= C++ Driver for MongoDB +COMMENT= MongoDB Legacy C++ Driver LICENSE= APACHE20 - -BROKEN_powerpc64= Does not build +LICENSE_FILE= ${WRKSRC}/APACHE-2.0.txt LIB_DEPENDS= libboost_system.so:devel/boost-libs +BROKEN_powerpc64= Does not build + MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= SCRAM-SHA-1 -OPTIONS_DEFAULT= SCRAM-SHA-1 +OPTIONS_DEFINE= SCRAM-SHA-1 +OPTIONS_DEFAULT= SCRAM-SHA-1 SCRAM-SHA-1_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SCRAM-SHA-1_MAKE_ARGS= --use-sasl-client --ssl @@ -27,9 +28,7 @@ SCRAM-SHA-1_DESC= SCRAM-SHA-1 authentica USE_GITHUB= yes GH_ACCOUNT= mongodb GH_PROJECT= mongo-cxx-driver -GH_TAGNAME= 4890f82 -WRKSRC= ${WRKDIR}/mongo-cxx-driver-4890f82 USES= execinfo scons MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ --cc=${CC} \ Modified: head/devel/mongo-cxx-driver/distinfo ============================================================================== --- head/devel/mongo-cxx-driver/distinfo Sun May 8 12:05:52 2016 (r414807) +++ head/devel/mongo-cxx-driver/distinfo Sun May 8 14:39:02 2016 (r414808) @@ -1,2 +1,2 @@ -SHA256 (mongodb-mongo-cxx-driver-v1.1.0-4890f82_GH0.tar.gz) = 597ee554f82697b7e1e5e4be2fdd7889e22df0ff3857cec9edfc4bfeb3eed36b -SIZE (mongodb-mongo-cxx-driver-v1.1.0-4890f82_GH0.tar.gz) = 1573074 +SHA256 (mongodb-mongo-cxx-driver-legacy-1.1.1_GH0.tar.gz) = c48c80b019aa2f439982943d3fc94547d8c7760194528f81f3cb1965fc7eb6e6 +SIZE (mongodb-mongo-cxx-driver-legacy-1.1.1_GH0.tar.gz) = 1573418