diff options
author | marino <marino@FreeBSD.org> | 2013-08-23 07:55:13 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-08-23 07:55:13 +0800 |
commit | 22f45ae7a1ec57494f86f7b91a4a3a6986bcabfe (patch) | |
tree | 7b7854269ee704bfc2211d3d73eaec2431bd2fd2 | |
parent | 9919607fc8b2933819176ca4b9f5dc18241cb000 (diff) | |
download | freebsd-ports-gnome-22f45ae7a1ec57494f86f7b91a4a3a6986bcabfe.tar.gz freebsd-ports-gnome-22f45ae7a1ec57494f86f7b91a4a3a6986bcabfe.tar.zst freebsd-ports-gnome-22f45ae7a1ec57494f86f7b91a4a3a6986bcabfe.zip |
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)
-rw-r--r-- | science/minc2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/science/minc2/Makefile b/science/minc2/Makefile index 17e6261a59ae..2c2558ee4083 100644 --- a/science/minc2/Makefile +++ b/science/minc2/Makefile @@ -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 |