aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-01-13 00:20:31 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-01-13 00:20:31 +0800
commitf5c820f44ef3ac0da915aa0f52b5b54fddedf017 (patch)
tree2cea991d70e02cc86565656d596600b0fc2b5790 /science
parentb3a93e5c77da138c9e063cfecb5710e3d738fad3 (diff)
downloadfreebsd-ports-graphics-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.tar.gz
freebsd-ports-graphics-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.tar.zst
freebsd-ports-graphics-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.zip
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
Diffstat (limited to 'science')
-rw-r--r--science/avogadro/Makefile2
-rw-r--r--science/checkmol/Makefile2
-rw-r--r--science/ghemical/Makefile2
-rw-r--r--science/gwyddion/Makefile2
-rw-r--r--science/libquantum/Makefile2
-rw-r--r--science/linsmith/Makefile2
-rw-r--r--science/mol2ps/Makefile2
-rw-r--r--science/psychopy/Makefile2
-rw-r--r--science/qcl/Makefile2
9 files changed, 9 insertions, 9 deletions
diff --git a/science/avogadro/Makefile b/science/avogadro/Makefile
index 945297c5a65..ebf51259439 100644
--- a/science/avogadro/Makefile
+++ b/science/avogadro/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Advanced molecular editor and viewer
-LICENSE= GPLv2 # (or later)
+LICENSE= GPLv2+
BUILD_DEPENDS= eigen2>2:${PORTSDIR}/math/eigen2
LIB_DEPENDS= libopenbabel.so:${PORTSDIR}/science/openbabel
diff --git a/science/checkmol/Makefile b/science/checkmol/Makefile
index af0bdabeec5..8d76a73adec 100644
--- a/science/checkmol/Makefile
+++ b/science/checkmol/Makefile
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .pas
MAINTAINER= ports@FreeBSD.org
COMMENT= Analyze molecules for the presence of functional groups
-LICENSE= GPLv2 # (or later)
+LICENSE= GPLv2+
NO_WRKSUBDIR= yes
diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile
index 0346978987d..a82cd92d82e 100644
--- a/science/ghemical/Makefile
+++ b/science/ghemical/Makefile
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= release20111012 current
MAINTAINER= ports@FreeBSD.org
COMMENT= Computational chemistry software package
-LICENSE= GPLv2 # (or later)
+LICENSE= GPLv2+
LIB_DEPENDS= libmopac7.so:${PORTSDIR}/biology/mopac \
libghemical.so:${PORTSDIR}/science/libghemical \
diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile
index cc7432f2e58..b7fdcc10cdd 100644
--- a/science/gwyddion/Makefile
+++ b/science/gwyddion/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Gtk2 based SPM data visualization and analysis tool
-LICENSE= GPLv2 # (or later)
+LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libminizip.so:${PORTSDIR}/archivers/minizip \
diff --git a/science/libquantum/Makefile b/science/libquantum/Makefile
index 50f3b0c2cb6..4ed1cf427c4 100644
--- a/science/libquantum/Makefile
+++ b/science/libquantum/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.libquantum.de/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= C library for quantum computing and quantum simulation
-LICENSE= GPLv3 # or later
+LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
diff --git a/science/linsmith/Makefile b/science/linsmith/Makefile
index 71096654a03..4258540e121 100644
--- a/science/linsmith/Makefile
+++ b/science/linsmith/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Smith charting program
-LICENSE= GPLv2 # (or later)
+LICENSE= GPLv2+
USES= gettext pkgconfig
USE_GNOME= libgnomeui libxml2
diff --git a/science/mol2ps/Makefile b/science/mol2ps/Makefile
index 139227be6bc..cb5a6739f31 100644
--- a/science/mol2ps/Makefile
+++ b/science/mol2ps/Makefile
@@ -12,7 +12,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Read molecular structure files and generate Postscript output
-LICENSE= GPLv2 # (or later)
+LICENSE= GPLv2+
NO_WRKSUBDIR= yes
diff --git a/science/psychopy/Makefile b/science/psychopy/Makefile
index 81eac5cd0d2..301032d183c 100644
--- a/science/psychopy/Makefile
+++ b/science/psychopy/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= GH
MAINTAINER= ports@FreeBSD.org
COMMENT= Psychophysics toolkit for Python
-LICENSE= GPLv3 # (or later)
+LICENSE= GPLv3+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \
${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
diff --git a/science/qcl/Makefile b/science/qcl/Makefile
index 7c756a47e68..2e55b55212c 100644
--- a/science/qcl/Makefile
+++ b/science/qcl/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://tph.tuwien.ac.at/~oemer/tgz/
MAINTAINER= ports@FreeBSD.org
COMMENT= Quantum computer simulator
-LICENSE= GPLv2 # (or later)
+LICENSE= GPLv2+
USES= bison gmake readline tar:tgz