Date: Sun, 8 May 2016 14:39:02 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414808 - head/devel/mongo-cxx-driver Message-ID: <201605081439.u48Ed2Hr066060@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <numisemis@yahoo.com> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605081439.u48Ed2Hr066060>