Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 23:55:13 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325245 - head/science/minc2
Message-ID:  <201308222355.r7MNtDik027126@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Aug 22 23:55:13 2013
New Revision: 325245
URL: http://svnweb.freebsd.org/changeset/ports/325245

Log:
  science/minc2: Switch license to BSD
  
  The license was defined as "AS-IS" but this license has no definition in
  bsd.license*.mk.  As a result, this port would not build in bulk because
  there was no implied acceptance of the "AS-IS" license.  Upon
  re-examination, the maintainer believes it is close enough in spirit to
  BSD license to be classified as BSD.
  
     Copyright 1993-2000 Peter Neelin and David MacDonald, McConnell Brain
     Imaging Centre, Montreal Neurological Institute, McGill University.
     Permission to use, copy, modify, and distribute this software and its
     documentation for any purpose and without fee is hereby granted,
     provided that the above copyright notice appear in all copies. The
     author and McGill University make no representations about the
     suitability of this software for any purpose. It is provided "as is"
     without express or implied warranty.
  
  The PORTREVISION was bumped because when a license is specified, it
  modifies the pkg-plist.
  
  PR:		181350
  Approved by:	bapt/culot (mentors, implicit), jwbacon (maintainer)

Modified:
  head/science/minc2/Makefile

Modified: head/science/minc2/Makefile
==============================================================================
--- head/science/minc2/Makefile	Thu Aug 22 23:34:31 2013	(r325244)
+++ head/science/minc2/Makefile	Thu Aug 22 23:55:13 2013	(r325245)
@@ -12,16 +12,14 @@
 
 PORTNAME=	minc
 PORTVERSION=	2.2.00
+PORTREVISION=	1
 CATEGORIES=	science biology
 MASTER_SITES=	http://packages.bic.mni.mcgill.ca/tgz/
 
 MAINTAINER=	jwbacon@tds.net
 COMMENT=	Medical Imaging NetCDF
 
-LICENSE=	AS-IS
-LICENSE_NAME=	AS-IS
-LICENSE_FILE=	${WRKSRC}/COPYING
-LICENSE_PERMS=	dist-mirror pkg-mirror
+LICENSE=	BSD
 
 LIB_DEPENDS=	netcdf.4:${PORTSDIR}/science/netcdf \
 		hdf5:${PORTSDIR}/science/hdf5



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