aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-06-22 00:10:13 +0800
committerantoine <antoine@FreeBSD.org>2014-06-22 00:10:13 +0800
commit52000dce82f50ccb9fec2db7257966bead2a31f3 (patch)
tree89dd0ca717559c01bf6ac5426ad58329561faca1
parentdac5e00a12f293e3239dfd8a10a8037f228dc637 (diff)
downloadfreebsd-ports-gnome-52000dce82f50ccb9fec2db7257966bead2a31f3.tar.gz
freebsd-ports-gnome-52000dce82f50ccb9fec2db7257966bead2a31f3.tar.zst
freebsd-ports-gnome-52000dce82f50ccb9fec2db7257966bead2a31f3.zip
Use short name from spdx.org for OpenSSL license
Reviewed by: eadler Phabric: D263 With hat: portmgr
-rw-r--r--Mk/bsd.licenses.db.mk6
-rw-r--r--security/p5-Net-SSLeay/Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.licenses.db.mk b/Mk/bsd.licenses.db.mk
index 4976a9399a06..1abc1d0556e5 100644
--- a/Mk/bsd.licenses.db.mk
+++ b/Mk/bsd.licenses.db.mk
@@ -43,7 +43,7 @@ _LICENSE_LIST= AGPLv3 APACHE10 APACHE11 APACHE20 ART10 ARTPERL10 ART20 \
BSD BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE BSL CDDL ClArtistic EPL GFDL \
GMGPL GPLv1 GPLv2 GPLv3 GPLv3RLE ISCL LGPL20 LGPL21 LGPL3 \
LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a LPPL13b LPPL13c MIT \
- MPL OPENSSL OFL10 OFL11 OWL PostgreSQL PHP202 PHP30 PHP301 PSFL RUBY \
+ MPL OpenSSL OFL10 OFL11 OWL PostgreSQL PHP202 PHP30 PHP301 PSFL RUBY \
ZLIB ZPL21
# List of groups (only names must be present)
@@ -189,8 +189,8 @@ _LICENSE_GROUPS_OFL10= FONTS
_LICENSE_NAME_OFL11= SIL Open Font License version 1.1 (http://scripts.sil.org/OFL)
_LICENSE_GROUPS_OFL11= FONTS
-_LICENSE_NAME_OPENSSL= OpenSSL License
-_LICENSE_GROUPS_OPENSSL= FSF
+_LICENSE_NAME_OpenSSL= OpenSSL License
+_LICENSE_GROUPS_OpenSSL= FSF
_LICENSE_NAME_OWL= Open Works License (owl.apotheon.org)
_LICENSE_GROUPS_OWL= COPYFREE
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index 18eb7c1d69fd..80ee663ee503 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to SSL
-LICENSE= OPENSSL
+LICENSE= OpenSSL
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \