svn commit: r517307 - head/security/signing-party
Romain Tartière
romain at FreeBSD.org
Tue Nov 12 05:37:26 UTC 2019
Author: romain
Date: Tue Nov 12 05:37:25 2019
New Revision: 517307
URL: https://svnweb.freebsd.org/changeset/ports/517307
Log:
- 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.
Modified:
head/security/signing-party/Makefile
head/security/signing-party/distinfo
Modified: head/security/signing-party/Makefile
==============================================================================
--- head/security/signing-party/Makefile Tue Nov 12 05:34:33 2019 (r517306)
+++ head/security/signing-party/Makefile Tue Nov 12 05:37:25 2019 (r517307)
@@ -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 at FreeBSD.org
+MAINTAINER= romain at 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
Modified: head/security/signing-party/distinfo
==============================================================================
--- head/security/signing-party/distinfo Tue Nov 12 05:34:33 2019 (r517306)
+++ head/security/signing-party/distinfo Tue Nov 12 05:37:25 2019 (r517307)
@@ -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
More information about the svn-ports-all
mailing list