svn commit: r473198 - in head/comms/cutecom: . files

Jason W. Bacon jwb at FreeBSD.org
Sun Jun 24 13:18:10 UTC 2018


Author: jwb
Date: Sun Jun 24 13:18:08 2018
New Revision: 473198
URL: https://svnweb.freebsd.org/changeset/ports/473198

Log:
  comms/cutecom: Upgrade to 0.45.0
  
  PR:             229094
  Submitted by:   yuri
  Approved by:    jrm (mentor)
  Differential Revision:  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229094

Deleted:
  head/comms/cutecom/files/
  head/comms/cutecom/pkg-plist
Modified:
  head/comms/cutecom/Makefile
  head/comms/cutecom/distinfo
  head/comms/cutecom/pkg-descr

Modified: head/comms/cutecom/Makefile
==============================================================================
--- head/comms/cutecom/Makefile	Sun Jun 24 13:02:05 2018	(r473197)
+++ head/comms/cutecom/Makefile	Sun Jun 24 13:18:08 2018	(r473198)
@@ -1,18 +1,24 @@
 # Created by: Markus Brueffer <markus at FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	cutecom
-PORTVERSION=	0.20.0
-PORTREVISION=	2
-CATEGORIES=	comms
-MASTER_SITES=	http://cutecom.sourceforge.net/
+PORTNAME=		cutecom
+DISTVERSIONPREFIX=	v
+DISTVERSION=		0.45.0
+CATEGORIES=		comms
 
 MAINTAINER=	jwb at FreeBSD.org
-COMMENT=	Graphical serial terminal
+COMMENT=	Graphical serial terminal for embedded programming
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 RUN_DEPENDS=	lsz:comms/lrzsz
 
-USE_QT4=	qt3support qmake_build moc_build rcc_build uic_build
 USES=		cmake
+USE_QT5=	buildtools_build core gui qmake_build serialport widgets
+USE_GITHUB=	yes
+GH_ACCOUNT=	neundorf
+
+PLIST_FILES=	bin/cutecom
 
 .include <bsd.port.mk>

Modified: head/comms/cutecom/distinfo
==============================================================================
--- head/comms/cutecom/distinfo	Sun Jun 24 13:02:05 2018	(r473197)
+++ head/comms/cutecom/distinfo	Sun Jun 24 13:18:08 2018	(r473198)
@@ -1,2 +1,3 @@
-SHA256 (cutecom-0.20.0.tar.gz) = 44bf6c3a827b5d3b3a2b201010215faebde6af42dc16f5e0f877c858c6e19fe0
-SIZE (cutecom-0.20.0.tar.gz) = 22217
+TIMESTAMP = 1529676780
+SHA256 (neundorf-CuteCom-v0.45.0_GH0.tar.gz) = 30cc6a800231684446ef5ebea78092462b2662d06238c146d0b9e24b86685cea
+SIZE (neundorf-CuteCom-v0.45.0_GH0.tar.gz) = 1152960

Modified: head/comms/cutecom/pkg-descr
==============================================================================
--- head/comms/cutecom/pkg-descr	Sun Jun 24 13:02:05 2018	(r473197)
+++ head/comms/cutecom/pkg-descr	Sun Jun 24 13:18:08 2018	(r473198)
@@ -1,4 +1,6 @@
 CuteCom is a QT-based graphical serial terminal ideally suited to embedded
-programming and robotics.
+programming and robotics. It features line-oriented interface instead of
+character-oriented, xmodem, ymodem, zmodem support (requires the lrzsz package)
+and hexadecimal input and output among other things.
 
-WWW: http://cutecom.sourceforge.net/
+WWW: https://github.com/neundorf/CuteCom


More information about the svn-ports-all mailing list