- Unbreak by downloading source from the project's GitLab instead of
downloading a tarball from a now gone website; - Update to the latest release (2.7 -> 2.10); - Add LICENSE; - Pet portlint(1); - Take maintainership.
This commit is contained in:
parent
a87c0b44e3
commit
8a8ecfb566
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517307
2 changed files with 15 additions and 12 deletions
|
@ -2,17 +2,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= signing-party
|
||||
PORTVERSION= 2.7
|
||||
PORTVERSION= 2.10
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/signing-party/ \
|
||||
DEBIAN
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= romain@FreeBSD.org
|
||||
COMMENT= Various OpenPGP related tools
|
||||
|
||||
BROKEN= unfetchable
|
||||
LICENSE= BSD2CLAUSE BSD3CLAUSE GPLv2 GPLv2+ GPLv3+ MIT
|
||||
LICENSE_COMB= multi
|
||||
|
||||
BUILD_DEPENDS= gsed:textproc/gsed
|
||||
RUN_DEPENDS= gpg:security/gnupg \
|
||||
p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode \
|
||||
p5-Class-MethodMaker>=0:devel/p5-Class-MethodMaker \
|
||||
|
@ -24,11 +23,15 @@ RUN_DEPENDS= gpg:security/gnupg \
|
|||
p5-Text-Template>=0:textproc/p5-Text-Template \
|
||||
p5-GD>=0:graphics/p5-GD
|
||||
|
||||
CONFLICTS_INSTALL=sig2dot-[0-9]* springgraph-[0-9]*
|
||||
|
||||
USES= perl5 python gmake shebangfix
|
||||
SHEBANG_FILES= ${SCRIPTS}
|
||||
NO_WRKSUBDIR= yes
|
||||
BINARY_ALIAS= sed=gsed
|
||||
CONFLICTS_INSTALL=sig2dot-[0-9]* springgraph-[0-9]*
|
||||
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://salsa.debian.org/
|
||||
GL_ACCOUNT= signing-party-team
|
||||
GL_COMMIT= 8f6c9d59d8edbb08dade7bac06417fce07626f7f
|
||||
|
||||
BINS= keyanalyze/keyanalyze keyanalyze/process_keys \
|
||||
gpgwrap/bin/gpgwrap
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1518093842
|
||||
SHA256 (signing-party_2.7.orig.tar.gz) = 41641cbf3fb5c8d91da678e4aa64a3f1d76f906490a17cb0b9671edbf7a3d37e
|
||||
SIZE (signing-party_2.7.orig.tar.gz) = 201320
|
||||
TIMESTAMP = 1573494200
|
||||
SHA256 (signing-party-team-signing-party-8f6c9d59d8edbb08dade7bac06417fce07626f7f_GL0.tar.gz) = c728b3ebb60e3a80142293efa0d9e0e7aab166c6d94f281784ff704b6f494501
|
||||
SIZE (signing-party-team-signing-party-8f6c9d59d8edbb08dade7bac06417fce07626f7f_GL0.tar.gz) = 222829
|
||||
|
|
Loading…
Reference in a new issue