Date: Tue, 4 Feb 2014 11:41:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342505 - in head/security/p5-PGP: . files Message-ID: <201402041141.s14BfXMj030595@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402041141.s14BfXMj030595>