Skip to content

Commit

Permalink
guile-gnutls: Fix livecheck.
Browse files Browse the repository at this point in the history
Add gitlab group to get working livecheck.

* guile/guile-gnutls/Portfile (gitlab.setup): Call.
(extract.suffix, use_bzip2): Still use .tar.gz.
  • Loading branch information
graywolf committed Oct 23, 2024
1 parent a5d88f9 commit 088067e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 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 {@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/

extract.suffix .tar.gz
use_bzip2 no

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

Expand Down

0 comments on commit 088067e

Please sign in to comment.