Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2020 15:24:59 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548787 - in head/x11-toolkits/gtk30: . files
Message-ID:  <202009161524.08GFOxXX098328@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Sep 16 15:24:58 2020
New Revision: 548787
URL: https://svnweb.freebsd.org/changeset/ports/548787

Log:
  x11-toolkits/gtk30: update to 3.24.23
  
  Changes:	https://gitlab.gnome.org/GNOME/gtk/compare/3.24.20...3.24.23
  PR:		249288
  Approved by:	tcberner
  Exp-run by:	antoine

Modified:
  head/x11-toolkits/gtk30/Makefile   (contents, props changed)
  head/x11-toolkits/gtk30/distinfo   (contents, props changed)
  head/x11-toolkits/gtk30/files/patch-Makefile.in   (contents, props changed)

Modified: head/x11-toolkits/gtk30/Makefile
==============================================================================
--- head/x11-toolkits/gtk30/Makefile	Wed Sep 16 14:07:03 2020	(r548786)
+++ head/x11-toolkits/gtk30/Makefile	Wed Sep 16 15:24:58 2020	(r548787)
@@ -4,7 +4,7 @@
 # adwaita-icon-theme, gnome-themes-standard and mate-themes
 
 PORTNAME=	gtk
-PORTVERSION=	3.24.20
+PORTVERSION=	3.24.23
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
 PKGNAMESUFFIX=	3
@@ -38,7 +38,7 @@ CPPFLAGS+=	-fno-omit-frame-pointer
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
 
-LIBVERSION=	0.2404.16
+LIBVERSION=	0.2404.19
 PLIST_SUB+=	LIBVERSION=${LIBVERSION}
 
 GLIB_SCHEMAS=	org.gtk.Demo.gschema.xml \

Modified: head/x11-toolkits/gtk30/distinfo
==============================================================================
--- head/x11-toolkits/gtk30/distinfo	Wed Sep 16 14:07:03 2020	(r548786)
+++ head/x11-toolkits/gtk30/distinfo	Wed Sep 16 15:24:58 2020	(r548787)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570971851
-SHA256 (gnome/gtk+-3.24.20.tar.xz) = 2dac69f716e8d04ba7a95091589e2baaec95dcace932cb15839163db479b1df3
-SIZE (gnome/gtk+-3.24.20.tar.xz) = 22726768
+TIMESTAMP = 1597070504
+SHA256 (gnome/gtk+-3.24.23.tar.xz) = 5d864d248357a2251545b3387b35942de5f66e4c66013f0962eb5cb6f8dae2b1
+SIZE (gnome/gtk+-3.24.23.tar.xz) = 21345936

Modified: head/x11-toolkits/gtk30/files/patch-Makefile.in
==============================================================================
--- head/x11-toolkits/gtk30/files/patch-Makefile.in	Wed Sep 16 14:07:03 2020	(r548786)
+++ head/x11-toolkits/gtk30/files/patch-Makefile.in	Wed Sep 16 15:24:58 2020	(r548787)
@@ -1,11 +1,11 @@
---- Makefile.in.orig	2015-03-09 16:12:04.418535000 +0100
-+++ Makefile.in	2015-03-09 16:24:27.861927000 +0100
-@@ -552,7 +552,7 @@
+--- Makefile.in.orig	2020-09-03 22:05:26 UTC
++++ Makefile.in
+@@ -573,7 +573,7 @@ XVFB_START = \
  	|| { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
  	&& DISPLAY=:$$XID && export DISPLAY
  
 -SRC_SUBDIRS = gdk gtk libgail-util modules demos tests testsuite examples
 +SRC_SUBDIRS = gdk gtk libgail-util modules demos
- SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
+ SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros win32
  ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
  MAINTAINERCLEANFILES = \



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