svn commit: r560763 - head/net-im/beebeep

Adriaan de Groot adridg at FreeBSD.org
Fri Jan 8 11:29:57 UTC 2021


Author: adridg
Date: Fri Jan  8 11:29:56 2021
New Revision: 560763
URL: https://svnweb.freebsd.org/changeset/ports/560763

Log:
  Update net-im/beebeep to latest upstream release
  
  beebeep is a local-area-network chat tool, for offices and cafe's.
  
  The changelog is at
  	https://sourceforge.net/p/beebeep/code/HEAD/tree/CHANGELOG.txt
  with highlights:
  - New feature: added "Use high resolution emoticons" option
  - New feature: added ECDH key exchange to encryption protocol
  - New feature: added "Auto save interval" for chat messages to prevent data loss
  - New feature: added "Favored emoticons" as tab in emoticon list
  - New feature: added Voice Message Player interface
  
  Reported by:	portscout

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

Modified: head/net-im/beebeep/Makefile
==============================================================================
--- head/net-im/beebeep/Makefile	Fri Jan  8 11:19:44 2021	(r560762)
+++ head/net-im/beebeep/Makefile	Fri Jan  8 11:29:56 2021	(r560763)
@@ -2,11 +2,12 @@
 
 PORTNAME=	beebeep
 DISTVERSIONPREFIX=code-
-DISTVERSION=	5.8.2
+DISTVERSION=	5.8.4
 CATEGORIES=	net-im
 MASTER_SITES=	SF/${PORTNAME}/Sources/
 # Weird SVN-versioned directory in the source zip
-WRKSRC=		${WRKDIR}/${PORTNAME}-code-r1352
+SVNREVISION=	1476
+WRKSRC=		${WRKDIR}/${PORTNAME}-code-r$(SVNREVISION)
 
 MAINTAINER=	adridg at FreeBSD.org
 COMMENT=	Secure office (Local-area-network) chat
@@ -16,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		compiler:c++17-lang pkgconfig \
 		qmake qt:5 zip
-USE_QT=		core gui multimedia network widgets x11extras \
+USE_QT=		core gui multimedia network printsupport widgets x11extras xml \
 		buildtools_build linguist_build
 
 do-install:

Modified: head/net-im/beebeep/distinfo
==============================================================================
--- head/net-im/beebeep/distinfo	Fri Jan  8 11:19:44 2021	(r560762)
+++ head/net-im/beebeep/distinfo	Fri Jan  8 11:29:56 2021	(r560763)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573239811
-SHA256 (beebeep-code-5.8.2.zip) = eec2559d2a1bc232a8256f32b7f976a13fc63343abca1a2425ef346cc5da7a6d
-SIZE (beebeep-code-5.8.2.zip) = 7429797
+TIMESTAMP = 1610103939
+SHA256 (beebeep-code-5.8.4.zip) = 43e65a9d5249385fde782907d0cc3e26d6dd435bb623bcc0f93499055988f04c
+SIZE (beebeep-code-5.8.4.zip) = 27544206


More information about the svn-ports-all mailing list