svn commit: r319208 - in head: emulators/hfs math/labplot textproc/libcrm114 textproc/sigil

Emanuel Haupt ehaupt at FreeBSD.org
Mon May 27 11:07:50 UTC 2013


Author: ehaupt
Date: Mon May 27 11:07:49 2013
New Revision: 319208
URL: http://svnweb.freebsd.org/changeset/ports/319208

Log:
  Fix typo: LICENCE -> LICENSE

Modified:
  head/emulators/hfs/Makefile
  head/math/labplot/Makefile
  head/textproc/libcrm114/Makefile
  head/textproc/sigil/Makefile

Modified: head/emulators/hfs/Makefile
==============================================================================
--- head/emulators/hfs/Makefile	Mon May 27 10:51:13 2013	(r319207)
+++ head/emulators/hfs/Makefile	Mon May 27 11:07:49 2013	(r319208)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}${DISTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Read Macintosh HFS floppy disks, hard drives, and CD-ROMs
 
-LICENCE=	GPLv2
+LICENSE=	GPLv2
 
 CONFLICTS=	hfsutils-[0-9]*
 

Modified: head/math/labplot/Makefile
==============================================================================
--- head/math/labplot/Makefile	Mon May 27 10:51:13 2013	(r319207)
+++ head/math/labplot/Makefile	Mon May 27 11:07:49 2013	(r319208)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Data plotting and function analysis tool for KDE
 
-LICENCE=	GPLv2
+LICENSE=	GPLv2
 
 LIB_DEPENDS=	gsl:${PORTSDIR}/math/gsl
 

Modified: head/textproc/libcrm114/Makefile
==============================================================================
--- head/textproc/libcrm114/Makefile	Mon May 27 10:51:13 2013	(r319207)
+++ head/textproc/libcrm114/Makefile	Mon May 27 11:07:49 2013	(r319208)
@@ -11,7 +11,7 @@ COMMENT=	CRM114 C-callable Library
 
 LIB_DEPENDS=	tre:${PORTSDIR}/textproc/libtre
 
-LICENCE=	LGPL3
+LICENSE=	LGPL3
 
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes

Modified: head/textproc/sigil/Makefile
==============================================================================
--- head/textproc/sigil/Makefile	Mon May 27 10:51:13 2013	(r319207)
+++ head/textproc/sigil/Makefile	Mon May 27 11:07:49 2013	(r319208)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	boost_thread:${PORTSDIR}/de
 		hunspell-1.3:${PORTSDIR}/textproc/hunspell \
 		pcre:${PORTSDIR}/devel/pcre
 
-LICENCE=	GPLv3
+LICENSE=	GPLv3
 
 USE_ZIP=	yes
 USES=		cmake pkgconfig


More information about the svn-ports-all mailing list