Permalink
Browse files
gnutls: update to 3.6.7.1
- Loading branch information
Showing
with
8 additions
and
4 deletions.
-
+8
−4
devel/gnutls/Portfile
|
|
@@ -9,9 +9,10 @@ PortGroup legacysupport 1.0 |
|
|
PortGroup active_variants 1.1 |
|
|
|
|
|
name gnutls |
|
|
version 3.6.7 |
|
|
version 3.6.7.1 |
|
|
revision 0 |
|
|
set branch [join [lrange [split ${version} .] 0 1] .] |
|
|
set major [join [lrange [split ${version} .] 0 2] .] |
|
|
categories devel security |
|
|
# yes, some of the libs are GPL only |
|
|
license LGPL-2.1+ GPL-3+ |
|
|
@@ -29,12 +30,15 @@ long_description \ |
|
|
master_sites https://www.gnupg.org/ftp/gcrypt/gnutls/v${branch}/ \ |
|
|
http://mirrors.dotsrc.org/gcrypt/gnutls/v${branch}/ |
|
|
|
|
|
checksums rmd160 0def1ae12df5f6dd30e3b2b853e0426837c6247e \ |
|
|
sha256 5b3409ad5aaf239808730d1ee12fdcd148c0be00262c7edf157af655a8a188e2 \ |
|
|
size 8153728 |
|
|
checksums rmd160 9a32e04aa76da39391ea42f16838bd8aee6c0220 \ |
|
|
sha256 881b26409ecd8ea4c514fd3fbdb6fae5fab422ca7b71116260e263940a4bbbad \ |
|
|
size 8155512 |
|
|
|
|
|
use_xz yes |
|
|
|
|
|
# deal with minor updates that extract to major version number |
|
|
worksrcdir ${name}-${major} |
|
|
|
|
|
# see: https://trac.macports.org/ticket/57958 for autoconf-archive |
|
|
# see: https://trac.macports.org/ticket/57893 |
|
|
# and https://github.com/macports/macports-ports/pull/3379 for autogen |
|
|
|