[83573] trunk/dports/graphics/gegl

devans at macports.org devans at macports.org
Mon Sep 5 20:03:09 PDT 2011


Revision: 83573
          http://trac.macports.org/changeset/83573
Author:   devans at macports.org
Date:     2011-09-05 20:03:08 -0700 (Mon, 05 Sep 2011)
Log Message:
-----------
gegl: update to version 0.1.6, update master sites, remove outdated Tiger patch.

Modified Paths:
--------------
    trunk/dports/graphics/gegl/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/gegl/files/patch-gegl-buffer-gegl-buffer.c.diff

Modified: trunk/dports/graphics/gegl/Portfile
===================================================================
--- trunk/dports/graphics/gegl/Portfile	2011-09-06 03:00:16 UTC (rev 83572)
+++ trunk/dports/graphics/gegl/Portfile	2011-09-06 03:03:08 UTC (rev 83573)
@@ -4,14 +4,13 @@
 PortSystem      1.0
 
 name            gegl
-version         0.1.2
-revision        1
+version         0.1.6
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      graphics
 maintainers     devans
 platforms       darwin
 homepage        http://gegl.org/
-master_sites    ftp://ftp.gtk.org/pub/${name}/${branch}/
+master_sites    ftp://ftp.gimp.org/pub/${name}/${branch}/
 
 use_bzip2       yes
 
@@ -25,9 +24,8 @@
 
 universal_variant  no
 
-checksums       md5     d35ffe17dc042652eca3205488ece262 \
-                sha1    34b4a6be9e472324d6dd1233713a1f8851fcdc04 \
-                rmd160  e03faeac7ba3024f64ed0c43a22cf433f8e5eb19
+checksums       sha1    27bedcfd077da7a6913b82966dbec904b22c121d \
+                rmd160  8b7bf74fe769cee289b336b5d815b370aa3a125d
 
 depends_build \
     port:pkgconfig \
@@ -45,8 +43,6 @@
     path:lib/libavcodec.dylib:ffmpeg \
     port:libspiro
 
-patchfiles      patch-gegl-buffer-gegl-buffer.c.diff
-
 configure.args  --disable-docs
 
 platform darwin {

Deleted: trunk/dports/graphics/gegl/files/patch-gegl-buffer-gegl-buffer.c.diff
===================================================================
--- trunk/dports/graphics/gegl/files/patch-gegl-buffer-gegl-buffer.c.diff	2011-09-06 03:00:16 UTC (rev 83572)
+++ trunk/dports/graphics/gegl/files/patch-gegl-buffer-gegl-buffer.c.diff	2011-09-06 03:03:08 UTC (rev 83573)
@@ -1,27 +0,0 @@
---- gegl/buffer/gegl-buffer.c.orig	2010-02-07 07:31:58.000000000 -0800
-+++ gegl/buffer/gegl-buffer.c	2010-09-05 10:38:43.000000000 -0700
-@@ -80,7 +80,7 @@
- /* #define GEGL_BUFFER_DEBUG_ALLOCATIONS to print allocation stack
-  * traces for leaked GeglBuffers using GNU C libs backtrace_symbols()
-  */
--#ifndef G_OS_WIN32
-+#if !defined(G_OS_WIN32) && !(defined(__APPLE__) && MAC_OS_X_VERSION_MIN_REQUIRED < 1050) 
- #include <execinfo.h>
- #endif
- 
-@@ -876,8 +876,14 @@
- gegl_buffer_get_alloc_stack (void)
- {
-   char  *result         = NULL;
--#ifdef G_OS_WIN32
-+#if defined(G_OS_WIN32) || (defined(__APPLE__) && MAC_OS_X_VERSION_MIN_REQUIRED < 1050)
-+
-+#ifdef __APPLE__
-+  result = g_strdup ("backtrack not available on Mac OS X 10.4 or earlier\n");
-+#else
-   result = g_strdup ("backtrack not available on win32\n");
-+#endif
-+
- #else
-   void  *functions[MAX_N_FUNCTIONS];
-   int    n_functions    = 0;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110905/20b0dde0/attachment.html>


More information about the macports-changes mailing list