Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guile gnutls #26284

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions guile/guile-gnutls/Portfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup gitlab 1.0

name guile-gnutls
categories guile net security
maintainers wolfsden.cz:~+macports
maintainers {@graywolf wolfsden.cz:~+macports} openmaintainer
license LGPL-2.1+

version 4.0.0
gitlab.setup gnutls guile 4.0.0 v

revision 0
checksums rmd160 4ac751aca5616735001f630951fdd0942d9a73c4 \
sha256 5b4cb926032076ec346bb5c0bc0d0231f968fe0f565913cc16934bb793afb239 \
Expand All @@ -16,10 +18,13 @@ checksums rmd160 4ac751aca5616735001f630951fdd0942d9a73c4 \
description Guile bindings for GnuTLS
long_description Guile-GnuTLS provides Guile bindings for the GnuTLS library.

distname ${name}-${version}
distname ${name}-${gitlab.version}
homepage http://www.gnutls.org/
master_sites https://gitlab.com/-/project/40217954/uploads/9060bc55069cedb40ab46cea49b439c0/
reneeotten marked this conversation as resolved.
Show resolved Hide resolved

extract.suffix .tar.gz
use_bzip2 no
reneeotten marked this conversation as resolved.
Show resolved Hide resolved

depends_lib-append port:gnutls \
port:guile-3.0

Expand Down
Loading