svn commit: r529052 - head/textproc/libdiff

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 24 16:57:25 UTC 2020


Author: bapt
Date: Tue Mar 24 16:57:15 2020
New Revision: 529052
URL: https://svnweb.freebsd.org/changeset/ports/529052

Log:
  Fix wrong license information it is MIT not ISCL
  
  PR:		243506
  Submitted by:	John Hein <jcfyecrayz at liamekaens.com>

Modified:
  head/textproc/libdiff/Makefile

Modified: head/textproc/libdiff/Makefile
==============================================================================
--- head/textproc/libdiff/Makefile	Tue Mar 24 16:40:48 2020	(r529051)
+++ head/textproc/libdiff/Makefile	Tue Mar 24 16:57:15 2020	(r529052)
@@ -8,7 +8,7 @@ MASTER_SITES=	http://kristaps.bsd.lv/libdiff/snapshots
 MAINTAINER=	bapt at FreeBSD.org
 COMMENT=	Library to generate arbitrary sequence diffs
 
-LICENSE=	ISCL
+LICENSE=	MIT
 
 PLIST_FILES=	lib/libdiff.a \
 		include/diff.h \


More information about the svn-ports-head mailing list