Bug 185856 - [PATCH] security/p5-PGP: take maintainership
Summary: [PATCH] security/p5-PGP: take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-17 20:40 UTC by Muhammad Moinur Rahman
Modified: 2014-02-04 11:54 UTC (History)
0 users

See Also:


Attachments
p5-PGP-0.3a_1.patch (1.71 KB, patch)
2014-01-17 20:40 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-01-17 20:40:00 UTC
[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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-17 20:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-04 11:42:02 UTC
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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-02-04 11:54:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!