[DESCRIBE CHANGES] - Take maintainership - Add PORTSCOUT - Consolidate old-format patch files - Mark broken for amd64 as master dependent port is marked broken For committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-PGP/0.3a/84i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-PGP/0.3a/92i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-PGP/0.3a/10b3i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-PGP/0.3a/11i386-default.log Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: sunpoet Date: Tue Feb 4 11:41:33 2014 New Revision: 342505 URL: http://svnweb.freebsd.org/changeset/ports/342505 QAT: https://qat.redports.org/buildarchive/r342505/ Log: - Use ONLY_FOR_ARCHS - Mark BROKEN on amd64 - Use REINPLACE_CMD instead of patch files - Add PORTSCOUT - Pass maintainership to submitter PR: ports/185856 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Deleted: head/security/p5-PGP/files/ Modified: head/security/p5-PGP/Makefile Modified: head/security/p5-PGP/Makefile ============================================================================== --- head/security/p5-PGP/Makefile Tue Feb 4 11:41:28 2014 (r342504) +++ head/security/p5-PGP/Makefile Tue Feb 4 11:41:33 2014 (r342505) @@ -7,15 +7,25 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl5 module to work with PGP messages BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp +PORTSCOUT= skipv:1.0 + +ONLY_FOR_ARCHS= i386 alpha amd64 sparc64 +BROKEN_amd64= dependency broken on amd64 architechture + USES= perl5 USE_PERL5= configure +post-patch: + @${REINPLACE_CMD} -e 's|WriteMakefile;|WriteMakefile( 'NAME' => "PGP::Pipe" );|' \ + ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e '/^=over 4/d' ${WRKSRC}/PGP/Pipe.pm + pre-configure: - @${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC} + @${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC} .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!