svn commit: r564634 - head/net-im/dendrite

Ashish SHUKLA ashish at FreeBSD.org
Sun Feb 7 18:45:37 UTC 2021


Author: ashish
Date: Sun Feb  7 18:45:36 2021
New Revision: 564634
URL: https://svnweb.freebsd.org/changeset/ports/564634

Log:
  - Import a patch from upstream to fix a crash
    See https://github.com/matrix-org/dendrite/pull/1753

Modified:
  head/net-im/dendrite/Makefile
  head/net-im/dendrite/distinfo

Modified: head/net-im/dendrite/Makefile
==============================================================================
--- head/net-im/dendrite/Makefile	Sun Feb  7 18:14:38 2021	(r564633)
+++ head/net-im/dendrite/Makefile	Sun Feb  7 18:45:36 2021	(r564634)
@@ -3,7 +3,13 @@
 PORTNAME=	dendrite
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.3.9
+PORTREVISION=	1
 CATEGORIES=	net-im
+
+# To be removed in the next update
+# See https://github.com/matrix-org/dendrite/pull/1753
+PATCH_SITES=    https://github.com/matrix-org/${PORTNAME}/commit/
+PATCHFILES=     02e6d89cc2bde930be36323e626ce54643d56a7f.patch:-p1
 
 MAINTAINER=	ashish at FreeBSD.org
 COMMENT=	Matrix protocol homeserver

Modified: head/net-im/dendrite/distinfo
==============================================================================
--- head/net-im/dendrite/distinfo	Sun Feb  7 18:14:38 2021	(r564633)
+++ head/net-im/dendrite/distinfo	Sun Feb  7 18:45:36 2021	(r564634)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1612543878
+TIMESTAMP = 1612722732
 SHA256 (matrix-org-dendrite-v0.3.9_GH0.tar.gz) = f55fc0ba8635a103d03e554491d20c022de64bacccd091d1477ab6620d8238da
 SIZE (matrix-org-dendrite-v0.3.9_GH0.tar.gz) = 2893876
 SHA256 (Arceliar-phony-d0c68492aca0_GH0.tar.gz) = 10a586be941ff65576fd97548cdea7087a5d6d85c99c1b69bc77301d41179e67
@@ -297,3 +297,5 @@ SHA256 (whyrusleeping-timecache-cfcb2f1abfee_GH0.tar.g
 SIZE (whyrusleeping-timecache-cfcb2f1abfee_GH0.tar.gz) = 1977
 SHA256 (yggdrasil-network-yggdrasil-go-760d9a7fd5ee_GH0.tar.gz) = c9d8a0e56369ceb27a64181b651cb9c5828edea422b850e0294e1c16ff713fd7
 SIZE (yggdrasil-network-yggdrasil-go-760d9a7fd5ee_GH0.tar.gz) = 161618
+SHA256 (02e6d89cc2bde930be36323e626ce54643d56a7f.patch) = 1bd239ca95a6bcc78b4f8053e7156885956591a956a88082f0beb162201e5d3a
+SIZE (02e6d89cc2bde930be36323e626ce54643d56a7f.patch) = 1838


More information about the svn-ports-all mailing list