Index: head/security/signing-party/files/patch-caff_caff =================================================================== --- head/security/signing-party/files/patch-caff_caff (revision 414106) +++ head/security/signing-party/files/patch-caff_caff (nonexistent) @@ -1,15 +0,0 @@ -Avoid construct that only works in perl 5.20 - ---- caff/caff.orig 2015-04-27 21:19:22.000000000 +0200 -+++ caff/caff 2015-04-27 21:19:28.000000000 +0200 -@@ -714,7 +714,9 @@ sub readwrite_gpg($%) { - # ignore direct and dup handles - my @infhs = grep {defined $opts{$_} and !$handles->options($_)->{direct} and $handles->{$_} !~ /^[<>]&/} qw/stdin passphrase command/; - my @outfhs = grep {defined $handles->{$_} and !$handles->options($_)->{direct} and $handles->{$_} !~ /^[<>]&/} qw/stdout stderr status logger/; -- my %fh = reverse %$handles{@infhs, @outfhs}; -+ my %fh; -+ $fh{$_} = $handles->{$_} foreach (@infhs, @outfhs); -+ %fh = reverse %fh; - - my %offset = map {$_ => 0} @infhs; - my %output = map {$_ => ''} @outfhs; Property changes on: head/security/signing-party/files/patch-caff_caff ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/signing-party/Makefile =================================================================== --- head/security/signing-party/Makefile (revision 414106) +++ head/security/signing-party/Makefile (revision 414107) @@ -1,69 +1,69 @@ # Created by: johans # $FreeBSD$ PORTNAME= signing-party -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= security MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/signing-party/ \ DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= johans@FreeBSD.org COMMENT= Various OpenPGP related tools RUN_DEPENDS= gpg:security/gnupg \ p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode \ p5-Class-MethodMaker>=0:devel/p5-Class-MethodMaker \ p5-Getopt-Long>=0:devel/p5-Getopt-Long \ p5-GnuPG-Interface>=0:security/p5-GnuPG-Interface \ p5-Mail-Tools>=0:mail/p5-Mail-Tools \ p5-MIME-Tools>=0:mail/p5-MIME-Tools \ p5-Convert-Recode>=0:converters/p5-Convert-Recode \ p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ 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 BINS= keyanalyze/keyanalyze keyanalyze/process_keys \ gpgwrap/bin/gpgwrap SCRIPTS= caff/caff caff/pgp-clean caff/pgp-fixkey \ gpgdir/gpgdir gpglist/gpglist \ gpgparticipants/gpgparticipants gpgsigs/gpgsigs \ gpg-key2latex/gpg-key2latex \ gpg-key2ps/gpg-key2ps gpg-mailkeys/gpg-mailkeys \ keyart/keyart keylookup/keylookup \ sig2dot/sig2dot springgraph/springgraph \ gpgparticipants/gpgparticipants MANUALS1= ${SCRIPTS:S/$/.1/:S/keyart/&\/doc/} ${BINS:S/$/.1/:S/bin/doc/} EXAMPLES= caff/caffrc.sample gpg-mailkeys/example.gpg-mailkeysrc PORTEXAMPLES= ${EXAMPLES:T} PORTDOCS= * post-patch: @${REINPLACE_CMD} -e 's|/usr/share/doc/signing-party/caff/caffrc\.sample|${EXAMPLESDIR}/caffrc.sample|' \ ${WRKSRC}/caff/caff @${REINPLACE_CMD} -e 's|/usr/bin/pinentry-gtk-2|${LOCALBASE}/bin/pinentry-gtk-2|' \ ${WRKSRC}/caff/README.gpg-agent @${REINPLACE_CMD} -e 's|[[:<:]]make|${MAKE_CMD}|' \ -e '/^all/s|pgpring/pgpring||' \ ${WRKSRC}/gpgwrap/Makefile \ ${WRKSRC}/keyanalyze/Makefile @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/gpgwrap/src/Makefile do-install: ${INSTALL_PROGRAM} ${BINS:S|^|${WRKSRC}/|} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${SCRIPTS:S|^|${WRKSRC}/|} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${MANUALS1:S|^|${WRKSRC}/|} \ ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}/caff ${INSTALL_DATA} ${WRKSRC}/caff/README* ${STAGEDIR}${DOCSDIR}/caff .include Index: head/security/signing-party/distinfo =================================================================== --- head/security/signing-party/distinfo (revision 414106) +++ head/security/signing-party/distinfo (revision 414107) @@ -1,2 +1,2 @@ -SHA256 (signing-party_2.2.orig.tar.gz) = ad5d06c6c58de17aee104b9cf2f3a954cd9b854e5a77c1a8b62cf0a67c63168f -SIZE (signing-party_2.2.orig.tar.gz) = 237612 +SHA256 (signing-party_2.3.orig.tar.gz) = ea208ccfa7a430daeb9d6de1e49bad7cdb65b299a287f8b6fe5ce41cded0e7db +SIZE (signing-party_2.3.orig.tar.gz) = 196864