summaryrefslogtreecommitdiffstats
path: root/devel/glib20
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-11 03:06:33 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-11 03:06:33 +0800
commit8e29d6a3255eb013f67eaa9b4d2c06feab61f0a6 (patch)
tree7ef8f72f080304bb0fb8e5dac88cb0e845b34482 /devel/glib20
parent1cfe030f4afd1b8f12c49a6858885fc206de22bb (diff)
downloadmarcuscom-ports-8e29d6a3255eb013f67eaa9b4d2c06feab61f0a6.tar
marcuscom-ports-8e29d6a3255eb013f67eaa9b4d2c06feab61f0a6.tar.gz
marcuscom-ports-8e29d6a3255eb013f67eaa9b4d2c06feab61f0a6.tar.bz2
marcuscom-ports-8e29d6a3255eb013f67eaa9b4d2c06feab61f0a6.tar.lz
marcuscom-ports-8e29d6a3255eb013f67eaa9b4d2c06feab61f0a6.tar.xz
marcuscom-ports-8e29d6a3255eb013f67eaa9b4d2c06feab61f0a6.tar.zst
marcuscom-ports-8e29d6a3255eb013f67eaa9b4d2c06feab61f0a6.zip
Update to 2.16.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10656 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20')
-rw-r--r--devel/glib20/Makefile4
-rw-r--r--devel/glib20/distinfo6
-rw-r--r--devel/glib20/files/patch-gio_glocalfile.c14
3 files changed, 5 insertions, 19 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index b769e48fc..05918c233 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -3,11 +3,11 @@
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/glib20/Makefile,v 1.112 2008/02/11 23:18:34 kwm Exp $
+# $MCom: ports/devel/glib20/Makefile,v 1.113 2008/02/25 20:09:57 kwm Exp $
#
PORTNAME= glib
-PORTVERSION= 2.15.6
+PORTVERSION= 2.16.0
PORTREVISION?= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \
diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo
index 8294b73fc..75847db4a 100644
--- a/devel/glib20/distinfo
+++ b/devel/glib20/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/glib-2.15.6.tar.bz2) = 62b1a3c1fa52b8d91b4535e4a4ab3057
-SHA256 (gnome2/glib-2.15.6.tar.bz2) = 90e5e5d555479456f13f0ef8bb3518816994785fccb18fc2e65d432f8dd34272
-SIZE (gnome2/glib-2.15.6.tar.bz2) = 4479445
+MD5 (gnome2/glib-2.16.0.tar.bz2) = 9b1e503956265050bc0bfd9feb2cc2d2
+SHA256 (gnome2/glib-2.16.0.tar.bz2) = 30efbfafa932ad731881d1039928024e5e94455371d7d10029e05be6bf720aaf
+SIZE (gnome2/glib-2.16.0.tar.bz2) = 4524000
diff --git a/devel/glib20/files/patch-gio_glocalfile.c b/devel/glib20/files/patch-gio_glocalfile.c
deleted file mode 100644
index 5a3a86600..000000000
--- a/devel/glib20/files/patch-gio_glocalfile.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- gio/glocalfile.c.orig 2007-12-22 15:19:11.000000000 -0500
-+++ gio/glocalfile.c 2007-12-22 15:29:09.000000000 -0500
-@@ -849,7 +849,11 @@ g_local_file_query_filesystem_info (GFil
- #endif
- }
- #ifdef USE_STATFS
-+#ifndef __FreeBSD__
- fstype = get_fs_type (statfs_buffer.f_type);
-+#else
-+ fstype = statfs_buffer.f_fstypename;
-+#endif
- if (fstype &&
- g_file_attribute_matcher_matches (attribute_matcher,
- G_FILE_ATTRIBUTE_FILESYSTEM_TYPE))