Received: by mail.netbsd.org (Postfix, from userid 605) id 5CDF884E56; Fri, 1 Jun 2018 22:00:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB4FE84C81 for ; Fri, 1 Jun 2018 22:00:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Kh3ONTlYOQpP for ; Fri, 1 Jun 2018 22:00:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4068484E48 for ; Fri, 1 Jun 2018 22:00:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30A8AFBEC; Fri, 1 Jun 2018 22:00:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1527890406210440" MIME-Version: 1.0 Date: Fri, 1 Jun 2018 22:00:06 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/net/gnome-online-accounts To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20180601220006.30A8AFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1527890406210440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Fri Jun 1 22:00:06 UTC 2018 Modified Files: pkgsrc/net/gnome-online-accounts: Makefile distinfo Log Message: Downgrade to a stable release, noted by wiz. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/gnome-online-accounts/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/gnome-online-accounts/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1527890406210440 Content-Disposition: inline Content-Length: 2085 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/gnome-online-accounts/Makefile diff -u pkgsrc/net/gnome-online-accounts/Makefile:1.21 pkgsrc/net/gnome-online-accounts/Makefile:1.22 --- pkgsrc/net/gnome-online-accounts/Makefile:1.21 Thu May 31 14:44:30 2018 +++ pkgsrc/net/gnome-online-accounts/Makefile Fri Jun 1 22:00:06 2018 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2018/05/31 14:44:30 youri Exp $ +# $NetBSD: Makefile,v 1.22 2018/06/01 22:00:06 youri Exp $ -DISTNAME= gnome-online-accounts-3.29.1 +DISTNAME= gnome-online-accounts-3.28.0 CATEGORIES= net devel -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-online-accounts/3.29/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-online-accounts/3.28/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/net/gnome-online-accounts/distinfo diff -u pkgsrc/net/gnome-online-accounts/distinfo:1.4 pkgsrc/net/gnome-online-accounts/distinfo:1.5 --- pkgsrc/net/gnome-online-accounts/distinfo:1.4 Thu May 31 14:44:30 2018 +++ pkgsrc/net/gnome-online-accounts/distinfo Fri Jun 1 22:00:06 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2018/05/31 14:44:30 youri Exp $ +$NetBSD: distinfo,v 1.5 2018/06/01 22:00:06 youri Exp $ -SHA1 (gnome-online-accounts-3.29.1.tar.xz) = 3494cd1f6c32845708b2870b4e92516c0932699c -RMD160 (gnome-online-accounts-3.29.1.tar.xz) = 559df8bc99183bfcd3b78d04884527b52636ccf6 -SHA512 (gnome-online-accounts-3.29.1.tar.xz) = 433fb63700dbc9857278888710fa158227ce40d458a15ca04b78031b14ea3b9e245f58743207d9e99e8e1f389c9cd58c7db5c0bbb3d20499b6e564cdc5309822 -Size (gnome-online-accounts-3.29.1.tar.xz) = 920464 bytes +SHA1 (gnome-online-accounts-3.28.0.tar.xz) = 3185530d5605cda0d11ee975e2985bfe59686d74 +RMD160 (gnome-online-accounts-3.28.0.tar.xz) = 70a77e53014a96df9e645c324e0b9a57042e7bb4 +SHA512 (gnome-online-accounts-3.28.0.tar.xz) = b5f83544aca0cd24dbc778a492e0da4ca82eb6acaab375daaf7aa1482acfd31c1ba82c1afc127a8890a63e883ac8a1f277da906819573d672d2d3da7f582c02b +Size (gnome-online-accounts-3.28.0.tar.xz) = 1531200 bytes SHA1 (patch-configure) = ae6503051574e8a918362c1ec547b5399d078206 --_----------=_1527890406210440--