[34966] trunk/dports/devel/glib2

ryandesign at macports.org ryandesign at macports.org
Thu Mar 13 01:21:17 PDT 2008


Revision: 34966
          http://trac.macosforge.org/projects/macports/changeset/34966
Author:   ryandesign at macports.org
Date:     2008-03-13 01:21:15 -0700 (Thu, 13 Mar 2008)

Log Message:
-----------
glib2: update to 2.16.1; closes #14631
The change to patch-gi18n.h.diff is the same that was applied when creating glib2-devel 2.15.5 in r34372.

Modified Paths:
--------------
    trunk/dports/devel/glib2/Portfile
    trunk/dports/devel/glib2/files/patch-gi18n.h.diff

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile	2008-03-13 07:44:17 UTC (rev 34965)
+++ trunk/dports/devel/glib2/Portfile	2008-03-13 08:21:15 UTC (rev 34966)
@@ -4,7 +4,7 @@
 
 name                glib2
 set my_name         glib
-version             2.14.6
+version             2.16.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          devel
 maintainers         ryandesign
@@ -26,9 +26,9 @@
 	gnome:sources/${my_name}/${branch}/
 
 checksums \
-	md5 3b340946d6916ee9cbf2c348e7c099f1 \
-	sha1 f2e2a5323357516ccb813d9e7f3921ef1e490079 \
-	rmd160 a5ba2792f16c1e0dafc3190e71e3f529cd687c2f
+	md5 9852daf0605f827bfd7199ffe4f5b22d \
+	sha1 7362b2bea011851f7770b4224a0cda801425693b \
+	rmd160 9d0acd894cdef0f8b0c720ecf20bfa238169c195
 
 patchfiles \
 	patch-glib-2.0.pc.in.diff \

Modified: trunk/dports/devel/glib2/files/patch-gi18n.h.diff
===================================================================
--- trunk/dports/devel/glib2/files/patch-gi18n.h.diff	2008-03-13 07:44:17 UTC (rev 34965)
+++ trunk/dports/devel/glib2/files/patch-gi18n.h.diff	2008-03-13 08:21:15 UTC (rev 34966)
@@ -1,17 +1,12 @@
---- glib/gi18n.h~	2007-07-21 05:05:22.000000000 -0400
-+++ glib/gi18n.h	2007-07-21 05:07:01.000000000 -0400
-@@ -25,10 +25,14 @@
- #define _(String) gettext (String)
- #define Q_(String) g_strip_context ((String), gettext (String))
- #ifdef gettext_noop
+--- glib/gi18n.h	2008-02-11 11:14:22.000000000 -0600
++++ glib/gi18n.h	2008-02-22 12:09:30.000000000 -0600
+@@ -24,7 +24,9 @@
+ 
+ #define  _(String) gettext (String)
+ #define Q_(String) g_dpgettext (NULL, String, 0)
 +#ifndef N_
- #define N_(String) gettext_noop (String)
-+#endif
- #else
-+#ifndef N_
  #define N_(String) (String)
- #endif
 +#endif
+ #define C_(Context,String) g_dpgettext (NULL, Context "\004" String, strlen (Context) + 1)
  
- #endif  /* __G_I18N_H__ */
  

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080313/aa465398/attachment.html


More information about the macports-changes mailing list