[111116] trunk/dports/devel/ninja
cal at macports.org
cal at macports.org
Sun Sep 15 11:58:23 PDT 2013
Revision: 111116
https://trac.macports.org/changeset/111116
Author: cal at macports.org
Date: 2013-09-15 11:58:22 -0700 (Sun, 15 Sep 2013)
Log Message:
-----------
ninja: update to 1.4.0, closes #40485, maintainer, don't use python from $PATH to ensure reproducible builds when MacPorts python is selected.
Modified Paths:
--------------
trunk/dports/devel/ninja/Portfile
Added Paths:
-----------
trunk/dports/devel/ninja/files/
trunk/dports/devel/ninja/files/bootstrap.py-use-system-python.diff
trunk/dports/devel/ninja/files/configure.py-use-system-python.diff
Modified: trunk/dports/devel/ninja/Portfile
===================================================================
--- trunk/dports/devel/ninja/Portfile 2013-09-15 15:48:19 UTC (rev 111115)
+++ trunk/dports/devel/ninja/Portfile 2013-09-15 18:58:22 UTC (rev 111116)
@@ -5,7 +5,7 @@
PortGroup github 1.0
epoch 1
-github.setup martine ninja 1.3.0 v
+github.setup martine ninja 1.4.0 v
categories devel
platforms darwin
maintainers uuid-mail.com:521E328E-2A13-4749-826A-E4EF4F22A0F1 openmaintainer
@@ -29,9 +29,12 @@
homepage http://martine.github.com/ninja/
-checksums rmd160 4e3940842892bd6debdff00deefb20bcc9fbb2ff \
- sha256 90c8cb853bbaf64da7de90895793512fc9b55bdd868a3f3623dee558893fed42
+checksums rmd160 05a26fcb33bc651c11fbcb27c1c48694c2c4ef58 \
+ sha256 3f4bf2053613438c07b0d4c56f5bb12ab6fc4044ce02398bdd49c88a02fc73a6
+patchfiles bootstrap.py-use-system-python.diff \
+ configure.py-use-system-python.diff
+
use_configure no
variant universal {}
Added: trunk/dports/devel/ninja/files/bootstrap.py-use-system-python.diff
===================================================================
--- trunk/dports/devel/ninja/files/bootstrap.py-use-system-python.diff (rev 0)
+++ trunk/dports/devel/ninja/files/bootstrap.py-use-system-python.diff 2013-09-15 18:58:22 UTC (rev 111116)
@@ -0,0 +1,8 @@
+--- bootstrap.py.orig 2013-09-15 20:54:11.000000000 +0200
++++ bootstrap.py 2013-09-15 20:54:20.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ # Copyright 2011 Google Inc. All Rights Reserved.
+ #
+ # Licensed under the Apache License, Version 2.0 (the "License");
Added: trunk/dports/devel/ninja/files/configure.py-use-system-python.diff
===================================================================
--- trunk/dports/devel/ninja/files/configure.py-use-system-python.diff (rev 0)
+++ trunk/dports/devel/ninja/files/configure.py-use-system-python.diff 2013-09-15 18:58:22 UTC (rev 111116)
@@ -0,0 +1,8 @@
+--- configure.py.orig 2013-09-15 20:54:06.000000000 +0200
++++ configure.py 2013-09-15 20:54:33.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ #
+ # Copyright 2001 Google Inc. All Rights Reserved.
+ #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130915/57b2a3d8/attachment.html>
More information about the macports-changes
mailing list