svn commit: r563440 - in head/net-im/quaternion: . files

Adriaan de Groot adridg at FreeBSD.org
Sun Jan 31 00:28:52 UTC 2021


Author: adridg
Date: Sun Jan 31 00:28:51 2021
New Revision: 563440
URL: https://svnweb.freebsd.org/changeset/ports/563440

Log:
  Update net-im/quaternion to latest upstream release
  
  There are some version-numbering shenanigans, which I've followed
  because that is easiest; I *am* looking forward to it hitting 0.1.0
  and then having a more sensible versioning scheme.
  
  Release notes are at
  	https://github.com/quotient-im/Quaternion/releases/tag/0.0.95-beta3
  Most important new feature is `/md` for Markdown-formatted messages
  (for when you **really** want to bold that message).
  
  Now checks for QQC2 at build-time, so shuffled those dependencies forward.

Deleted:
  head/net-im/quaternion/files/
Modified:
  head/net-im/quaternion/Makefile
  head/net-im/quaternion/distinfo

Modified: head/net-im/quaternion/Makefile
==============================================================================
--- head/net-im/quaternion/Makefile	Sun Jan 31 00:10:19 2021	(r563439)
+++ head/net-im/quaternion/Makefile	Sun Jan 31 00:28:51 2021	(r563440)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Quaternion
-DISTVERSION=	0.0.9.5-beta2
+DISTVERSION=	0.0.95-beta3
 CATEGORIES=	net-im
 
 MAINTAINER=	adridg at FreeBSD.org
@@ -18,7 +18,7 @@ USES=		cmake compiler:c++17-lang gettext-runtime gnome
 		localbase:ldflags qt:5 tar:xz
 USE_GNOME=	glib20
 USE_QT=		core dbus declarative gui multimedia network widgets \
-		quickcontrols_run quickcontrols2_run \
+		quickcontrols quickcontrols2 \
 		buildtools_build linguist_build qmake_build
 
 USE_GITHUB=	yes

Modified: head/net-im/quaternion/distinfo
==============================================================================
--- head/net-im/quaternion/distinfo	Sun Jan 31 00:10:19 2021	(r563439)
+++ head/net-im/quaternion/distinfo	Sun Jan 31 00:28:51 2021	(r563440)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610902352
-SHA256 (quotient-im-Quaternion-0.0.9.5-beta2_GH0.tar.gz) = a861c79a2e36aaf7c946c93a5ac71a189da11b256b7e21ea8c7f9f1942cf1f96
-SIZE (quotient-im-Quaternion-0.0.9.5-beta2_GH0.tar.gz) = 1041132
+TIMESTAMP = 1612052128
+SHA256 (quotient-im-Quaternion-0.0.95-beta3_GH0.tar.gz) = 47ae076ce2a23b396e764119066697dad6171d36447211c52bdb0e9cdbab1c75
+SIZE (quotient-im-Quaternion-0.0.95-beta3_GH0.tar.gz) = 1160612


More information about the svn-ports-all mailing list