svn commit: r495912 - in head/emulators: almostti tilem

Alexey Dokuchaev danfe at FreeBSD.org
Sat Mar 16 16:48:38 UTC 2019


Author: danfe
Date: Sat Mar 16 16:48:36 2019
New Revision: 495912
URL: https://svnweb.freebsd.org/changeset/ports/495912

Log:
  Make the COMMENT consistent (and shorter!) across TI calculator emulators.
  
  Provided by:	jrm

Modified:
  head/emulators/almostti/Makefile
  head/emulators/tilem/Makefile

Modified: head/emulators/almostti/Makefile
==============================================================================
--- head/emulators/almostti/Makefile	Sat Mar 16 16:47:23 2019	(r495911)
+++ head/emulators/almostti/Makefile	Sat Mar 16 16:48:36 2019	(r495912)
@@ -8,7 +8,7 @@ MASTER_SITES=	http://fms.komkon.org/ATI85/
 DISTNAME=	AlmostTI13-Unix-DougMelton-051409
 
 MAINTAINER=	danfe at FreeBSD.org
-COMMENT=	Emulator for Z80 series of Texas Instruments calculators
+COMMENT=	Texas Instruments Z80 series calculator emulator
 
 USES=		gmake
 USE_XORG=	x11 xext

Modified: head/emulators/tilem/Makefile
==============================================================================
--- head/emulators/tilem/Makefile	Sat Mar 16 16:47:23 2019	(r495911)
+++ head/emulators/tilem/Makefile	Sat Mar 16 16:48:36 2019	(r495912)
@@ -8,7 +8,7 @@ CATEGORIES=	emulators
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	Emulator for the Z80 series of Texas Instruments calculators
+COMMENT=	Texas Instruments Z80 series calculator emulator
 
 LICENSE=	GPLv3
 


More information about the svn-ports-head mailing list