[148181] trunk/dports/devel/mongo-tools

ryandesign at macports.org ryandesign at macports.org
Thu Apr 28 17:02:50 PDT 2016


Revision: 148181
          https://trac.macports.org/changeset/148181
Author:   ryandesign at macports.org
Date:     2016-04-28 17:02:49 -0700 (Thu, 28 Apr 2016)
Log Message:
-----------
mongo-tools: update to 3.2.5

Modified Paths:
--------------
    trunk/dports/devel/mongo-tools/Portfile
    trunk/dports/devel/mongo-tools/files/patch-build.sh.diff

Modified: trunk/dports/devel/mongo-tools/Portfile
===================================================================
--- trunk/dports/devel/mongo-tools/Portfile	2016-04-28 23:31:27 UTC (rev 148180)
+++ trunk/dports/devel/mongo-tools/Portfile	2016-04-29 00:02:49 UTC (rev 148181)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        mongodb mongo-tools 3.2.4 r
+github.setup        mongodb mongo-tools 3.2.5 r
 categories          devel
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -27,8 +27,8 @@
                     \n* mongooplog: Replay oplog entries between MongoDB servers \
                     \n* mongotop: Monitor read/write activity on a mongo server
 
-checksums           rmd160  edd82d7d39ea0cebe8b8cad5d1c0f3f5ae11047c \
-                    sha256  d77507f4ef5811c79f5322c56e09010c10c353b1986f9e78879d335311289ea1
+checksums           rmd160  1f2588a1d1735ca2e8c3aaae79c31064a717ea5a \
+                    sha256  6ffb74b66c735ea5df4cfb5c337da905f507b057615d97346d5ed6f43eeec1a2
 
 depends_build       port:go
 

Modified: trunk/dports/devel/mongo-tools/files/patch-build.sh.diff
===================================================================
--- trunk/dports/devel/mongo-tools/files/patch-build.sh.diff	2016-04-28 23:31:27 UTC (rev 148180)
+++ trunk/dports/devel/mongo-tools/files/patch-build.sh.diff	2016-04-29 00:02:49 UTC (rev 148181)
@@ -1,10 +1,10 @@
 go 1.5 compatibility
---- build.sh.orig	2015-09-25 15:05:08.000000000 -0500
-+++ build.sh	2015-10-11 21:05:46.000000000 -0500
+--- build.sh.orig	2016-04-07 14:41:15.000000000 -0500
++++ build.sh	2016-04-28 18:58:15.000000000 -0500
 @@ -19,5 +19,5 @@
  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog; do
  	echo "Building ${i}..."
    	# Build the tool, using -ldflags to link in the current gitspec
--	go build -o "bin/$i" -ldflags "-X github.com/mongodb/mongo-tools/common/options.Gitspec `git rev-parse HEAD`" -tags "$tags" "$i/main/$i.go"
-+	go build -o "bin/$i" -ldflags "-X github.com/mongodb/mongo-tools/common/options.Gitspec=`git rev-parse HEAD`" -tags "$tags" "$i/main/$i.go"
+-        go build -o "bin/$i" -ldflags "-X github.com/mongodb/mongo-tools/common/options.Gitspec `git rev-parse HEAD` -X github.com/mongodb/mongo-tools/common/options.VersionStr $(git describe)" -tags "$tags" "$i/main/$i.go"
++        go build -o "bin/$i" -ldflags "-X github.com/mongodb/mongo-tools/common/options.Gitspec=`git rev-parse HEAD` -X github.com/mongodb/mongo-tools/common/options.VersionStr=$(git describe)" -tags "$tags" "$i/main/$i.go"
  done
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160428/c4de851c/attachment-0001.html>


More information about the macports-changes mailing list