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

signify: update to 1.5; synced from upstream Dec 12th 2024, jpouellet last synced from upstream in 2019? #27046

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions security/signify/Portfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# -*- 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

Check warning on line 1 in security/signify/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint signify: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in security/signify/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint signify: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in security/signify/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint signify: Warning: Unnecessary platforms line as darwin is the default

PortSystem 1.0
PortGroup github 1.0

github.setup jpouellet signify-osx 1.4
github.setup artkiver signify-macOS 1.5
name signify
categories security
license ISC
platforms darwin
maintainers {vt.edu:jpo @jpouellet}
maintainers {vt.edu:jpo @jpouellet} {@artkiver gmail.com:artkiver} openmaintainer
description cryptographically sign and verify files
long_description The signify utility creates and verifies cryptographic \
signatures. A signature verifies the integrity of a message.
homepage https://man.openbsd.org/signify.1

checksums rmd160 752db6b518418387700ffccb97fdc37e8ecbc0d9 \
sha256 8b3f30269dc4a6d236270bc78f41cf5f06e7502271c05c279453cdb6c3e328ef \
size 99505
checksums rmd160 67f9901b72a35f8c6cd98e6b5744740134fa731a \
sha256 0c58d56618aefe53e6002f4313664ea23cc5817b1ac9bcddd48149b2ad4e59de \
size 98549

variant universal {}

Expand Down