svn commit: r529094 - head/emulators/simh

Alex Kozlov ak at FreeBSD.org
Wed Mar 25 11:24:03 UTC 2020


Author: ak
Date: Wed Mar 25 11:23:52 2020
New Revision: 529094
URL: https://svnweb.freebsd.org/changeset/ports/529094

Log:
  - Correct license
  
  PR:	244370
  Submitted by:	Bob Eager <bob at eager.cx> (maintainer)

Modified:
  head/emulators/simh/Makefile

Modified: head/emulators/simh/Makefile
==============================================================================
--- head/emulators/simh/Makefile	Wed Mar 25 11:22:19 2020	(r529093)
+++ head/emulators/simh/Makefile	Wed Mar 25 11:23:52 2020	(r529094)
@@ -3,7 +3,7 @@
 
 PORTNAME=	simh
 PORTVERSION=	3.9.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	emulators
 MASTER_SITES=	http://simh.trailing-edge.com/sources/:src \
 		http://www.ml1.org.uk/distfiles/:pdf \
@@ -15,7 +15,7 @@ DISTFILES=	${PORTNAME}v${PORTVERSION:R:S/.//}-${PORTVE
 MAINTAINER=	bob at eager.cx
 COMMENT=	Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others
 
-LICENSE=	BSD3CLAUSE
+LICENSE=	MIT
 
 NO_WRKSUBDIR=	yes
 


More information about the svn-ports-all mailing list