[136818] trunk/dports/science/Gyoto

thibaut at macports.org thibaut at macports.org
Wed May 27 12:20:05 PDT 2015


Revision: 136818
          https://trac.macports.org/changeset/136818
Author:   thibaut at macports.org
Date:     2015-05-27 12:20:05 -0700 (Wed, 27 May 2015)
Log Message:
-----------
Gyoto: rename patch file to patch-*.diff naming scheme

Modified Paths:
--------------
    trunk/dports/science/Gyoto/Portfile

Added Paths:
-----------
    trunk/dports/science/Gyoto/files/patch-include-GyotoScreen.h.diff

Removed Paths:
-------------
    trunk/dports/science/Gyoto/files/patch-include-GyotoScreen.h

Modified: trunk/dports/science/Gyoto/Portfile
===================================================================
--- trunk/dports/science/Gyoto/Portfile	2015-05-27 19:10:59 UTC (rev 136817)
+++ trunk/dports/science/Gyoto/Portfile	2015-05-27 19:20:05 UTC (rev 136818)
@@ -34,7 +34,7 @@
 # yorick is not universal
 universal_variant   no
 
-patchfiles          patch-include-GyotoScreen.h
+patchfiles          patch-include-GyotoScreen.h.diff
 patch.pre_args      -p1
 
 configure.args      --with-yorick=${prefix}/bin/yorick \

Deleted: trunk/dports/science/Gyoto/files/patch-include-GyotoScreen.h
===================================================================
--- trunk/dports/science/Gyoto/files/patch-include-GyotoScreen.h	2015-05-27 19:10:59 UTC (rev 136817)
+++ trunk/dports/science/Gyoto/files/patch-include-GyotoScreen.h	2015-05-27 19:20:05 UTC (rev 136818)
@@ -1,13 +0,0 @@
-diff --git a/include/GyotoScreen.h b/include/GyotoScreen.h
-index d32c4cb..2ed3140 100644
---- a/include/GyotoScreen.h
-+++ b/include/GyotoScreen.h
-@@ -37,7 +37,7 @@ template <typename T, size_t sz> class GYOTO_ARRAY {
-  private:
-   T buf[sz];
-  public:
--  T& operator[](size_t c) { throwError("toto"); return buf[c] ; }
-+  T& operator[](size_t c) { return buf[c] ; }
- };
- #endif
- 

Copied: trunk/dports/science/Gyoto/files/patch-include-GyotoScreen.h.diff (from rev 136817, trunk/dports/science/Gyoto/files/patch-include-GyotoScreen.h)
===================================================================
--- trunk/dports/science/Gyoto/files/patch-include-GyotoScreen.h.diff	                        (rev 0)
+++ trunk/dports/science/Gyoto/files/patch-include-GyotoScreen.h.diff	2015-05-27 19:20:05 UTC (rev 136818)
@@ -0,0 +1,13 @@
+diff --git a/include/GyotoScreen.h b/include/GyotoScreen.h
+index d32c4cb..2ed3140 100644
+--- a/include/GyotoScreen.h
++++ b/include/GyotoScreen.h
+@@ -37,7 +37,7 @@ template <typename T, size_t sz> class GYOTO_ARRAY {
+  private:
+   T buf[sz];
+  public:
+-  T& operator[](size_t c) { throwError("toto"); return buf[c] ; }
++  T& operator[](size_t c) { return buf[c] ; }
+ };
+ #endif
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150527/0fb7a422/attachment.html>


More information about the macports-changes mailing list