Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2012 16:40:41 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305166 - in head: comms/hamlib devel/freeocl devel/p5-Tie-RefHash devel/readline graphics/tilecache graphics/volpack misc/pastebinit net/unison232 security/openvpn-auth-radius sysutils...
Message-ID:  <201210021640.q92GefQ8069651@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Tue Oct  2 16:40:40 2012
New Revision: 305166
URL: http://svn.freebsd.org/changeset/ports/305166

Log:
  - Fix typos (LICENSE is correct form inside bsd.licenses.mk).
  - Removed LICENSE_FILE where is no need in this.
  
  Spotted by:	zont@
  Approved by:	portmgr (bapt@)

Modified:
  head/comms/hamlib/Makefile
  head/devel/freeocl/Makefile
  head/devel/p5-Tie-RefHash/Makefile
  head/devel/readline/Makefile
  head/graphics/tilecache/Makefile
  head/graphics/volpack/Makefile
  head/misc/pastebinit/Makefile
  head/net/unison232/Makefile
  head/security/openvpn-auth-radius/Makefile
  head/sysutils/ltrace/Makefile
  head/www/openacs/Makefile
  head/www/xombrero/Makefile
  head/x11-wm/wmfs/Makefile
  head/x11/xloadimage/Makefile

Modified: head/comms/hamlib/Makefile
==============================================================================
--- head/comms/hamlib/Makefile	Tue Oct  2 16:09:14 2012	(r305165)
+++ head/comms/hamlib/Makefile	Tue Oct  2 16:40:40 2012	(r305166)
@@ -30,7 +30,7 @@ PLIST_SUB=	VER=${PORTVERSION} TCL_VER=${
 
 MAN1=		rigctl.1 rigmem.1 rigswr.1 rotctl.1 rigsmtr.1
 MAN8=		rpc.rigd.8 rpc.rotd.8 rigctld.8 rotctld.8
-LICENCE=	LGPL20
+LICENSE=	LGPL20
 
 post-patch:
 	${REINPLACE_CMD} -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g' \

Modified: head/devel/freeocl/Makefile
==============================================================================
--- head/devel/freeocl/Makefile	Tue Oct  2 16:09:14 2012	(r305165)
+++ head/devel/freeocl/Makefile	Tue Oct  2 16:40:40 2012	(r305166)
@@ -13,7 +13,7 @@ COMMENT=	Free Open Computing Language (O
 BUILD_DEPENDS=	${LOCALBASE}/lib/libatomic_ops.a:${PORTSDIR}/devel/libatomic_ops \
 		${LOCALBASE}/include/CL/opencl.h:${PORTSDIR}/devel/opencl
 
-LICENCE=	LGPL3
+LICENSE=	LGPL3
 
 WRKSRC=		${WRKDIR}/FreeOCL-${PORTVERSION}-Source
 

Modified: head/devel/p5-Tie-RefHash/Makefile
==============================================================================
--- head/devel/p5-Tie-RefHash/Makefile	Tue Oct  2 16:09:14 2012	(r305165)
+++ head/devel/p5-Tie-RefHash/Makefile	Tue Oct  2 16:40:40 2012	(r305166)
@@ -15,7 +15,7 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Tie::RefHash - use references as hash keys
 
 LICENSE_COMB=	dual
-LISENSE=	ART20 GPLv1
+LICENSE=	ART20 GPLv1
 
 PERL_CONFIGURE=	yes
 

Modified: head/devel/readline/Makefile
==============================================================================
--- head/devel/readline/Makefile	Tue Oct  2 16:09:14 2012	(r305165)
+++ head/devel/readline/Makefile	Tue Oct  2 16:40:40 2012	(r305166)
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR=	${PORTNAME}
 MAINTAINER=	eadler@FreeBSD.org
 COMMENT=	A library for editing command lines as they are typed
 
-LICENCE=	GPLv3
+LICENSE=	GPLv3
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/graphics/tilecache/Makefile
==============================================================================
--- head/graphics/tilecache/Makefile	Tue Oct  2 16:09:14 2012	(r305165)
+++ head/graphics/tilecache/Makefile	Tue Oct  2 16:40:40 2012	(r305166)
@@ -16,7 +16,7 @@ COMMENT=	Python-based WMS-C/TMS server
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup \
 		${PYTHON_PKGNAMEPREFIX}Paste>0:${PORTSDIR}/www/py-paste
 
-LICENCE=	BSD
+LICENSE=	BSD
 
 USE_PYTHON=	2.5+
 USE_PYDISTUTILS=	easy_install

Modified: head/graphics/volpack/Makefile
==============================================================================
--- head/graphics/volpack/Makefile	Tue Oct  2 16:09:14 2012	(r305165)
+++ head/graphics/volpack/Makefile	Tue Oct  2 16:40:40 2012	(r305166)
@@ -15,7 +15,7 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	Portable software library for volume rendering
 
-LICENCE=	BSD
+LICENSE=	BSD
 
 GNU_CONFIGURE=	yes
 

Modified: head/misc/pastebinit/Makefile
==============================================================================
--- head/misc/pastebinit/Makefile	Tue Oct  2 16:09:14 2012	(r305165)
+++ head/misc/pastebinit/Makefile	Tue Oct  2 16:40:40 2012	(r305166)
@@ -21,7 +21,7 @@ NO_BUILD=	yes
 
 PLIST_FILES=	bin/pastebinit
 
-LICENCE=	GPLv2
+LICENSE=	GPLv2
 
 OPTIONS_DEFINE=	PASTEBINS
 PASTEBINS_DESC=	Install default pastebins

Modified: head/net/unison232/Makefile
==============================================================================
--- head/net/unison232/Makefile	Tue Oct  2 16:09:14 2012	(r305165)
+++ head/net/unison232/Makefile	Tue Oct  2 16:40:40 2012	(r305166)
@@ -26,7 +26,7 @@ MAKE_ARGS=	CFLAGS=""
 
 MAKE_JOBS_UNSAFE=	yes
 
-LICENCE=	GPLv3
+LICENSE=	GPLv3
 
 OPTIONS_DEFINE= DOCS X11
 OPTIONS_DEFAULT=	DOCS X11

Modified: head/security/openvpn-auth-radius/Makefile
==============================================================================
--- head/security/openvpn-auth-radius/Makefile	Tue Oct  2 16:09:14 2012	(r305165)
+++ head/security/openvpn-auth-radius/Makefile	Tue Oct  2 16:40:40 2012	(r305166)
@@ -18,7 +18,7 @@ COMMENT=	RADIUS authentication plugin fo
 RUN_DEPENDS=	openvpn:${PORTSDIR}/security/openvpn
 LIB_DEPENDS=	gcrypt.18:${PORTSDIR}/security/libgcrypt
 
-LICENCE=	GPLv2
+LICENSE=	GPLv2
 
 USE_GMAKE=	yes
 MAKEFILE=	Makefile.bsd

Modified: head/sysutils/ltrace/Makefile
==============================================================================
--- head/sysutils/ltrace/Makefile	Tue Oct  2 16:09:14 2012	(r305165)
+++ head/sysutils/ltrace/Makefile	Tue Oct  2 16:40:40 2012	(r305166)
@@ -17,8 +17,7 @@ COMMENT=	Track runtime library calls in 
 
 LIB_DEPENDS=	elf:${PORTSDIR}/devel/libelf
 
-LICENCE=	GPLv2
-LICENCE_FILE=	${WRKSRC}/COPYING
+LICENSE=	GPLv2
 
 ONLY_FOR_ARCHS=	i386
 

Modified: head/www/openacs/Makefile
==============================================================================
--- head/www/openacs/Makefile	Tue Oct  2 16:09:14 2012	(r305165)
+++ head/www/openacs/Makefile	Tue Oct  2 16:40:40 2012	(r305166)
@@ -14,8 +14,7 @@ EXTRACT_SUFX=	.tgz?revision_id=${DIST_RE
 MAINTAINER?=	ports@FreeBSD.org
 COMMENT?=	A modular web application platform for communities
 
-LICENCE=	GPLv2
-LICENCE_FILE=	${WRKDIR}/license.txt
+LICENSE=	GPLv2
 
 DIST_REV_ID?=	3646409
 

Modified: head/www/xombrero/Makefile
==============================================================================
--- head/www/xombrero/Makefile	Tue Oct  2 16:09:14 2012	(r305165)
+++ head/www/xombrero/Makefile	Tue Oct  2 16:40:40 2012	(r305166)
@@ -14,7 +14,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	zeising@FreeBSD.org
 COMMENT=	Minimalists vi-like web browser based on webkit and GTK+
 
-LICENCE=	ISCL
+LICENSE=	ISCL
 
 LIB_DEPENDS=	gnutls:${PORTSDIR}/security/gnutls \
 		soup-2.4:${PORTSDIR}/devel/libsoup \

Modified: head/x11-wm/wmfs/Makefile
==============================================================================
--- head/x11-wm/wmfs/Makefile	Tue Oct  2 16:09:14 2012	(r305165)
+++ head/x11-wm/wmfs/Makefile	Tue Oct  2 16:40:40 2012	(r305166)
@@ -15,7 +15,7 @@ MASTER_SITES=	http://wmfs.info/attachmen
 MAINTAINER=	dhn@FreeBSD.org
 COMMENT=	A floating and tiling Window Manager From Scratch
 
-LICENCE=	BSD
+LICENSE=	BSD
 
 LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2
 

Modified: head/x11/xloadimage/Makefile
==============================================================================
--- head/x11/xloadimage/Makefile	Tue Oct  2 16:09:14 2012	(r305165)
+++ head/x11/xloadimage/Makefile	Tue Oct  2 16:40:40 2012	(r305166)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphic
 		png15:${PORTSDIR}/graphics/png \
 		tiff.4:${PORTSDIR}/graphics/tiff
 
-LICENCE=	MIT
+LICENSE=	MIT
 
 CONFLICTS_INSTALL=	xli-*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210021640.q92GefQ8069651>