Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2017 10:38:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437550 - head/devel/glib20
Message-ID:  <201704021038.v32Ac7MV033215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Apr  2 10:38:07 2017
New Revision: 437550
URL: https://svnweb.freebsd.org/changeset/ports/437550

Log:
  Going to 2.52 was a too big step, some Gnome/Mate programs hasn't catched up
  with it yet, namely: mate-utils and gnome-dictionaries.
  
  Going to 2.50 instead works fine

Modified:
  head/devel/glib20/Makefile
  head/devel/glib20/distinfo
  head/devel/glib20/pkg-plist

Modified: head/devel/glib20/Makefile
==============================================================================
--- head/devel/glib20/Makefile	Sun Apr  2 10:37:41 2017	(r437549)
+++ head/devel/glib20/Makefile	Sun Apr  2 10:38:07 2017	(r437550)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	glib
-PORTVERSION=	2.52.0
-PORTREVISION=	2
+PORTVERSION=	2.50.2
+PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -38,7 +38,7 @@ INSTALL_TARGET=	install-strip
 
 SHEBANG_FILES=	*/*.pl
 
-LIBVERSION=	0.5200.0
+LIBVERSION=	0.5000.2
 PLIST_SUB+=	LIBVERSION=${LIBVERSION}
 
 glib_MAN=	gtester.1 gtester-report.1 glib-gettextize.1

Modified: head/devel/glib20/distinfo
==============================================================================
--- head/devel/glib20/distinfo	Sun Apr  2 10:37:41 2017	(r437549)
+++ head/devel/glib20/distinfo	Sun Apr  2 10:38:07 2017	(r437550)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491072363
-SHA256 (gnome2/glib-2.52.0.tar.xz) = 4578e3e077b1b978cafeec8d28b676c680aba0c0475923874c4c993403df311a
-SIZE (gnome2/glib-2.52.0.tar.xz) = 7655820
+TIMESTAMP = 1491129093
+SHA256 (gnome2/glib-2.50.2.tar.xz) = be68737c1f268c05493e503b3b654d2b7f43d7d0b8c5556f7e4651b870acfbf5
+SIZE (gnome2/glib-2.50.2.tar.xz) = 7582312

Modified: head/devel/glib20/pkg-plist
==============================================================================
--- head/devel/glib20/pkg-plist	Sun Apr  2 10:37:41 2017	(r437549)
+++ head/devel/glib20/pkg-plist	Sun Apr  2 10:38:07 2017	(r437550)
@@ -174,7 +174,6 @@ include/glib-2.0/gio/gvolume.h
 include/glib-2.0/gio/gvolumemonitor.h
 include/glib-2.0/gio/gzlibcompressor.h
 include/glib-2.0/gio/gzlibdecompressor.h
-include/glib-2.0/glib/guuid.h
 include/glib-2.0/glib-object.h
 include/glib-2.0/glib-unix.h
 include/glib-2.0/glib.h
@@ -325,8 +324,8 @@ share/aclocal/glib-2.0.m4
 share/aclocal/glib-gettext.m4
 share/aclocal/gsettings.m4
 share/bash-completion/completions/gapplication
-share/gdb/auto-load/usr/local/lib/libglib-2.0.so.0.5200.0-gdb.py
-share/gdb/auto-load/usr/local/lib/libgobject-2.0.so.0.5200.0-gdb.py
+share/gdb/auto-load/usr/local/lib/libglib-2.0.so.%%LIBVERSION%%-gdb.py
+share/gdb/auto-load/usr/local/lib/libgobject-2.0.so.%%LIBVERSION%%-gdb.py
 share/gettext/its/gschema.its
 share/gettext/its/gschema.loc
 share/glib-2.0/codegen/__init__.py
@@ -357,7 +356,6 @@ share/glib-2.0/gdb/glib_gdb.py
 share/glib-2.0/gdb/gobject_gdb.py
 share/glib-2.0/gettext/po/Makefile.in.in
 share/glib-2.0/schemas/gschema.dtd
-share/glib-2.0/valgrind/glib.supp
 share/locale/af/LC_MESSAGES/glib20.mo
 share/locale/am/LC_MESSAGES/glib20.mo
 share/locale/an/LC_MESSAGES/glib20.mo
@@ -389,7 +387,6 @@ share/locale/eu/LC_MESSAGES/glib20.mo
 share/locale/fa/LC_MESSAGES/glib20.mo
 share/locale/fi/LC_MESSAGES/glib20.mo
 share/locale/fr/LC_MESSAGES/glib20.mo
-share/locale/fur/LC_MESSAGES/glib20.mo
 share/locale/ga/LC_MESSAGES/glib20.mo
 share/locale/gd/LC_MESSAGES/glib20.mo
 share/locale/gl/LC_MESSAGES/glib20.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704021038.v32Ac7MV033215>