[112260] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Tue Oct 15 21:52:29 PDT 2013


Revision: 112260
          https://trac.macports.org/changeset/112260
Author:   ryandesign at macports.org
Date:     2013-10-15 21:52:29 -0700 (Tue, 15 Oct 2013)
Log Message:
-----------
glib2, glib2-devel: update to 2.38.1; remove patch for problem fixed differently upstream

Modified Paths:
--------------
    trunk/dports/devel/glib2/Portfile
    trunk/dports/devel/glib2-devel/Portfile

Removed Paths:
-------------
    trunk/dports/devel/glib2/files/patch-glib_gmacros.h.diff
    trunk/dports/devel/glib2-devel/files/patch-glib_gmacros.h.diff

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile	2013-10-16 04:01:05 UTC (rev 112259)
+++ trunk/dports/devel/glib2/Portfile	2013-10-16 04:52:29 UTC (rev 112260)
@@ -10,8 +10,7 @@
 name                        glib2
 conflicts                   glib2-devel
 set my_name                 glib
-version                     2.38.0
-revision                    1
+version                     2.38.1
 set branch                  [join [lrange [split ${version} .] 0 1] .]
 categories                  devel
 maintainers                 ryandesign openmaintainer
@@ -32,14 +31,13 @@
 master_sites                gnome:sources/${my_name}/${branch}/ \
                             ftp://ftp.gtk.org/pub/${my_name}/${branch}/
 
-checksums                   rmd160  a1855e3e1425eda9323b855b780eda77f4959755 \
-                            sha256  7513a7de5e814ccb48206340a8773ea523d6a7bf04dc74565de69b899bc2ff32
+checksums                   rmd160  b1a04a85553d823d52aeeec795715a04050c9eac \
+                            sha256  01906c62ac666d2ab3183cc07261b2536fab7b211c6129ab66b119c2af56d159
 
 # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
 # See https://trac.macports.org/changeset/27148
 patchfiles                  patch-configure.diff \
                             patch-glib-2.0.pc.in.diff \
-                            patch-glib_gmacros.h.diff \
                             patch-glib_gunicollate.c.diff \
                             patch-gi18n.h.diff \
                             patch-gio_xdgmime_xdgmime.c.diff \

Deleted: trunk/dports/devel/glib2/files/patch-glib_gmacros.h.diff
===================================================================
--- trunk/dports/devel/glib2/files/patch-glib_gmacros.h.diff	2013-10-16 04:01:05 UTC (rev 112259)
+++ trunk/dports/devel/glib2/files/patch-glib_gmacros.h.diff	2013-10-16 04:52:29 UTC (rev 112260)
@@ -1,17 +0,0 @@
-https://bugzilla.gnome.org/show_bug.cgi?id=708793
---- glib/gmacros.h.orig	2013-09-26 06:52:01.000000000 -0500
-+++ glib/gmacros.h	2013-09-26 06:52:22.000000000 -0500
-@@ -163,13 +163,8 @@
- #define __has_feature(x) 0
- #endif
- 
--#if __has_feature(attribute_analyzer_noreturn)
--#define G_ANALYZER_ANALYZING 1
--#define G_ANALYZER_NORETURN __attribute__((analyzer_noreturn))
--#else
- #define G_ANALYZER_ANALYZING 0
- #define G_ANALYZER_NORETURN
--#endif
- 
- #define G_STRINGIFY(macro_or_string)	G_STRINGIFY_ARG (macro_or_string)
- #define	G_STRINGIFY_ARG(contents)	#contents

Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile	2013-10-16 04:01:05 UTC (rev 112259)
+++ trunk/dports/devel/glib2-devel/Portfile	2013-10-16 04:52:29 UTC (rev 112260)
@@ -10,8 +10,7 @@
 name                        glib2-devel
 conflicts                   glib2
 set my_name                 glib
-version                     2.38.0
-revision                    1
+version                     2.38.1
 set branch                  [join [lrange [split ${version} .] 0 1] .]
 categories                  devel
 maintainers                 ryandesign openmaintainer
@@ -32,14 +31,13 @@
 master_sites                gnome:sources/${my_name}/${branch}/ \
                             ftp://ftp.gtk.org/pub/${my_name}/${branch}/
 
-checksums                   rmd160  a1855e3e1425eda9323b855b780eda77f4959755 \
-                            sha256  7513a7de5e814ccb48206340a8773ea523d6a7bf04dc74565de69b899bc2ff32
+checksums                   rmd160  b1a04a85553d823d52aeeec795715a04050c9eac \
+                            sha256  01906c62ac666d2ab3183cc07261b2536fab7b211c6129ab66b119c2af56d159
 
 # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
 # See https://trac.macports.org/changeset/27148
 patchfiles                  patch-configure.diff \
                             patch-glib-2.0.pc.in.diff \
-                            patch-glib_gmacros.h.diff \
                             patch-glib_gunicollate.c.diff \
                             patch-gi18n.h.diff \
                             patch-gio_xdgmime_xdgmime.c.diff \

Deleted: trunk/dports/devel/glib2-devel/files/patch-glib_gmacros.h.diff
===================================================================
--- trunk/dports/devel/glib2-devel/files/patch-glib_gmacros.h.diff	2013-10-16 04:01:05 UTC (rev 112259)
+++ trunk/dports/devel/glib2-devel/files/patch-glib_gmacros.h.diff	2013-10-16 04:52:29 UTC (rev 112260)
@@ -1,17 +0,0 @@
-https://bugzilla.gnome.org/show_bug.cgi?id=708793
---- glib/gmacros.h.orig	2013-09-26 06:52:01.000000000 -0500
-+++ glib/gmacros.h	2013-09-26 06:52:22.000000000 -0500
-@@ -163,13 +163,8 @@
- #define __has_feature(x) 0
- #endif
- 
--#if __has_feature(attribute_analyzer_noreturn)
--#define G_ANALYZER_ANALYZING 1
--#define G_ANALYZER_NORETURN __attribute__((analyzer_noreturn))
--#else
- #define G_ANALYZER_ANALYZING 0
- #define G_ANALYZER_NORETURN
--#endif
- 
- #define G_STRINGIFY(macro_or_string)	G_STRINGIFY_ARG (macro_or_string)
- #define	G_STRINGIFY_ARG(contents)	#contents
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131015/74aae5f8/attachment.html>


More information about the macports-changes mailing list