Thanks.

Ian McWilliam

________________________________
From: Stuart Henderson <s...@spacehopper.org>
Sent: Friday, 29 March 2019 11:45 AM
To: Ian McWilliam
Cc: ports
Subject: Re: Gnome distfiles broken?

On 2019/03/28 23:11, Ian McWilliam wrote:
>
> ianm-openbsd65:at-spi2-core {10} cat distinfo
> SHA256 (gnome/at-spi2-core-2.30.1.tar.xz) = 
> SNffNR5zpjBiZI08TBX0s1PoyDW+L6dy9QMIUz1anrA=
> SIZE (gnome/at-spi2-core-2.30.1.tar.xz) = 188064
>
> ianm-openbsd65:distfiles {104} curl 
> https://ftp.gnome.org/pub/GNOME/sources/at-spi2-core/2.30/
> at-spi2-core-2.30.1.tar.xz --output at-spi2-core-2.30.1.tar.xz
>
>   % Total    % Received % Xferd  Average Speed   Time    Time     Time  
> Current
>                                  Dload  Upload   Total   Spent    Left  Speed
> 100  183k  100  183k    0     0  54683      0  0:00:03  0:00:03 --:--:-- 54699
> ianm-openbsd65:distfiles {105} ls -al at
> at-spi2-core-2.30.1.tar.xz  atk-2.30.0.tar.xz
> ianm-openbsd65:distfiles {105} ls -al at-spi2-core-2.30.1.tar.xz
> -rw-r--r--  1 root  wsrc  188056 Mar 29 10:00 at-spi2-core-2.30.1.tar.xz

Hmm, OK I see the same here now. The distfile has been rerolled, I guess
it was updated at some mirrors before others so I was still seeing the old one
yesterday while you had the new one. Changes are as follows:

$ diff -r old new
diff -uNp -r old/at-spi2-core-2.30.1/NEWS new/at-spi2-core-2.30.1/NEWS
--- old/at-spi2-core-2.30.1/NEWS        Mon Mar  4 12:18:19 2019
+++ new/at-spi2-core-2.30.1/NEWS        Mon Mar  4 19:41:49 2019
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.30.1:
+
+* Fix atspi_table_cell_get_(row|column)_headers.
+
 What's new in at-spi2-core 2.29.1:

 * Add dbus-broker support to bus launcher.
diff -uNp -r old/at-spi2-core-2.30.1/meson.build 
new/at-spi2-core-2.30.1/meson.build
--- old/at-spi2-core-2.30.1/meson.build Mon Mar  4 12:18:19 2019
+++ new/at-spi2-core-2.30.1/meson.build Mon Mar  4 19:41:49 2019
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.30.0',
+        version: '2.30.1',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',

This version number makes it into the pc file so it needs a REVISION bump too.
I'll commit this.

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/gnome/at-spi2-core/Makefile,v
retrieving revision 1.52
diff -u -p -r1.52 Makefile
--- Makefile    4 Mar 2019 14:18:52 -0000       1.52
+++ Makefile    29 Mar 2019 00:44:34 -0000
@@ -4,6 +4,7 @@ COMMENT=                service interface for assistiv

 GNOME_PROJECT=          at-spi2-core
 GNOME_VERSION=          2.30.1
+REVISION=              0

 SHARED_LIBS +=  atspi                0.2      # 0.0.1

Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/gnome/at-spi2-core/distinfo,v
retrieving revision 1.37
diff -u -p -r1.37 distinfo
--- distinfo    4 Mar 2019 14:18:52 -0000       1.37
+++ distinfo    29 Mar 2019 00:44:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (gnome/at-spi2-core-2.30.1.tar.xz) = 
SNffNR5zpjBiZI08TBX0s1PoyDW+L6dy9QMIUz1anrA=
-SIZE (gnome/at-spi2-core-2.30.1.tar.xz) = 188064
+SHA256 (gnome/at-spi2-core-2.30.1.tar.xz) = 
hW8fjxvwSCobwnWxi58ogV00a8QXUATTfhdaGg5Qykg=
+SIZE (gnome/at-spi2-core-2.30.1.tar.xz) = 188056

Reply via email to