Date: Mon, 27 May 2013 11:07:49 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319208 - in head: emulators/hfs math/labplot textproc/libcrm114 textproc/sigil Message-ID: <201305271107.r4RB7nTe056352@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271107.r4RB7nTe056352>