svn commit: r325245 - head/science/minc2
John Marino
marino at FreeBSD.org
Thu Aug 22 23:55:14 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list