Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2020 13:36:47 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r552415 - branches/2020Q4/net-im/signal-cli
Message-ID:  <202010151336.09FDaleh055734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Thu Oct 15 13:36:47 2020
New Revision: 552415
URL: https://svnweb.freebsd.org/changeset/ports/552415

Log:
  MFH: r552293
  
  Get the patch for handling recipients with only UUIDs
  
  https://github.com/AsamK/signal-cli/commit/a54fc92c05c5c8b532e029e82eedd73f9440e138
  
  Approved by:	ports-secteam (fluffy)

Modified:
  branches/2020Q4/net-im/signal-cli/Makefile
  branches/2020Q4/net-im/signal-cli/distinfo
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/net-im/signal-cli/Makefile
==============================================================================
--- branches/2020Q4/net-im/signal-cli/Makefile	Thu Oct 15 13:34:33 2020	(r552414)
+++ branches/2020Q4/net-im/signal-cli/Makefile	Thu Oct 15 13:36:47 2020	(r552415)
@@ -3,7 +3,7 @@
 PORTNAME=	signal-cli
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.6.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im java
 MASTER_SITES=	https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/:_jackson_annotations \
 		https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/:_jackson_core \
@@ -81,6 +81,8 @@ DISTFILES=	annotations-13.0.jar:_annotations \
 # the future (the DISTFILES assignment above is generated semi-automatically).
 DISTFILES+=	jffi-1.2.23-native.jar:_jffi
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
+PATCH_SITES=	https://github.com/AsamK/signal-cli/commit/
+PATCHFILES=	a54fc92c05c5c8b532e029e82eedd73f9440e138.patch:-p1
 
 MAINTAINER=	0mp@FreeBSD.org
 COMMENT=	Command-line and D-Bus interface for Signal and libsignal-service-java

Modified: branches/2020Q4/net-im/signal-cli/distinfo
==============================================================================
--- branches/2020Q4/net-im/signal-cli/distinfo	Thu Oct 15 13:34:33 2020	(r552414)
+++ branches/2020Q4/net-im/signal-cli/distinfo	Thu Oct 15 13:36:47 2020	(r552415)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1600253593
+TIMESTAMP = 1602633490
 SHA256 (annotations-13.0.jar) = ace2a10dc8e2d5fd34925ecac03e4988b2c0f851650c94b8cef49ba1bd111478
 SIZE (annotations-13.0.jar) = 17536
 SHA256 (argparse4j-0.8.1.jar) = 98cb5468cac609f3bc07856f2e34088f50dc114181237c48d20ca69c3265d044
@@ -73,3 +73,5 @@ SHA256 (jffi-1.2.23-native.jar) = 38cd5c33c4310d173b93
 SIZE (jffi-1.2.23-native.jar) = 795222
 SHA256 (AsamK-signal-cli-v0.6.10_GH0.tar.gz) = 9e12eb21228b83d26b2909774cc6decaa69e8ef3ff6b2da720c7718ec72dfbd7
 SIZE (AsamK-signal-cli-v0.6.10_GH0.tar.gz) = 138293
+SHA256 (a54fc92c05c5c8b532e029e82eedd73f9440e138.patch) = 734edd4181e04242bb012af16dea8dc6914a508f642121a18c5daa492b9ead22
+SIZE (a54fc92c05c5c8b532e029e82eedd73f9440e138.patch) = 18758



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