Revision: 121537 https://trac.macports.org/changeset/121537 Author: rowue@macports.org Date: 2014-06-28 12:32:12 -0700 (Sat, 28 Jun 2014) Log Message: ----------- gwyddion: update to 2.37 Modified Paths: -------------- trunk/dports/science/gwyddion/Portfile Removed Paths: ------------- trunk/dports/science/gwyddion/files/patch-modules-pygwy-gwy.c.diff Modified: trunk/dports/science/gwyddion/Portfile =================================================================== --- trunk/dports/science/gwyddion/Portfile 2014-06-28 18:57:43 UTC (rev 121536) +++ trunk/dports/science/gwyddion/Portfile 2014-06-28 19:32:12 UTC (rev 121537) @@ -4,7 +4,7 @@ PortSystem 1.0 name gwyddion -version 2.36 +version 2.37 revision 1 categories science x11 platforms darwin @@ -23,8 +23,8 @@ use_xz yes use_parallel_build yes -checksums sha256 98baf72eeed4b5d1ab6012aedd426d157cd9352d9cf8dbfcd35377b9eef9bda3 \ - rmd160 ca4f0167384eb0c33dea0fdafa8303548880ac61 +checksums sha256 c18268a2126b3bc845cdad1db6660b0d712b7654fb671743c1f6b86d46eca11a \ + rmd160 682aab647db72aad1e73f12396f7ebd45bcd95e9 depends_build port:pkgconfig @@ -49,7 +49,6 @@ depends_lib-append port:py-pygtk \ port:python27 configure.cflags-append -I${python.prefix}/include - patchfiles-append patch-modules-pygwy-gwy.c.diff } # remove after october 2014 Deleted: trunk/dports/science/gwyddion/files/patch-modules-pygwy-gwy.c.diff =================================================================== --- trunk/dports/science/gwyddion/files/patch-modules-pygwy-gwy.c.diff 2014-06-28 18:57:43 UTC (rev 121536) +++ trunk/dports/science/gwyddion/files/patch-modules-pygwy-gwy.c.diff 2014-06-28 19:32:12 UTC (rev 121537) @@ -1,13 +0,0 @@ -Index: modules/pygwy/gwy.c -=================================================================== ---- modules/pygwy/gwy.c (revision 16160) -+++ modules/pygwy/gwy.c (working copy) -@@ -94,7 +94,7 @@ - guint i; - - for (i = 0; i < G_N_ELEMENTS(gwyddion_libs); i++) { -- gchar *filename = g_strconcat(gwyddion_libs[i], ".", G_MODULE_SUFFIX, -+ gchar *filename = g_strconcat(gwyddion_libs[i], ".dylib", - NULL); - GModule *modhandle = g_module_open(filename, G_MODULE_BIND_LAZY); - if (!modhandle) {
participants (1)
-
rowue@macports.org