svn commit: r562201 - head/net-im/scli

Joseph Mingrone jrm at FreeBSD.org
Thu Jan 21 14:00:25 UTC 2021


On Thu, 2021-01-21 at 12:57, Mateusz Piotrowski <0mp at FreeBSD.org> wrote:

> Author: 0mp
> Date: Thu Jan 21 12:57:16 2021
> New Revision: 562201
> URL: https://svnweb.freebsd.org/changeset/ports/562201

> Log:
>   Update to 0.3.2

>   Release notes:
>   https://github.com/isamert/scli/releases/tag/v0.3.2

> Modified:
>   head/net-im/scli/Makefile
>   head/net-im/scli/distinfo

> Modified: head/net-im/scli/Makefile
> ==============================================================================
> --- head/net-im/scli/Makefile	Thu Jan 21 12:46:42 2021	(r562200)
> +++ head/net-im/scli/Makefile	Thu Jan 21 12:57:16 2021	(r562201)
> @@ -2,7 +2,7 @@

>  PORTNAME=	scli
>  DISTVERSIONPREFIX=	v
> -DISTVERSION=	0.3.1
> +DISTVERSION=	0.3.2
>  CATEGORIES=	net-im python

>  MAINTAINER=	0mp at FreeBSD.org

> Modified: head/net-im/scli/distinfo
> ==============================================================================
> --- head/net-im/scli/distinfo	Thu Jan 21 12:46:42 2021	(r562200)
> +++ head/net-im/scli/distinfo	Thu Jan 21 12:57:16 2021	(r562201)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1611232453
> -SHA256 (isamert-scli-v0.3.1_GH0.tar.gz) = 5de8040936f82175cd390429ae2c2df53408a67ab0fadbcc29337be734b270b0
> -SIZE (isamert-scli-v0.3.1_GH0.tar.gz) = 122840
> +TIMESTAMP = 1611233673
> +SHA256 (isamert-scli-v0.3.2_GH0.tar.gz) = 63b02f8e8dce2b173a6afeda55fce0a3284740ac99e90d91c4ce328c0f691c61
> +SIZE (isamert-scli-v0.3.2_GH0.tar.gz) = 122836

Hello Mateusz,

I was seeing a fetch error, because upstream re-did the release.  After
applying the patch below, the port builds again.  We probably want a
PORTREVISION bump as well.

Joe

diff --git a/net-im/scli/distinfo b/net-im/scli/distinfo
index 1a5634c14270..d429edcbb2aa 100644
--- a/net-im/scli/distinfo
+++ b/net-im/scli/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611233673
-SHA256 (isamert-scli-v0.3.2_GH0.tar.gz) = 63b02f8e8dce2b173a6afeda55fce0a3284740ac99e90d91c4ce328c0f691c61
-SIZE (isamert-scli-v0.3.2_GH0.tar.gz) = 122836
+TIMESTAMP = 1611237327
+SHA256 (isamert-scli-v0.3.2_GH0.tar.gz) = 43911c63bd226657d4faf9a5ac745aac764e39665513c3762b0db3e9726c2188
+SIZE (isamert-scli-v0.3.2_GH0.tar.gz) = 122826
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 987 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20210121/831ab9e0/attachment-0001.sig>


More information about the svn-ports-all mailing list