Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2014 20:42:17 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357204 - head/security/p5-PGP
Message-ID:  <201406092042.s59KgH1S024109@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Jun  9 20:42:17 2014
New Revision: 357204
URL: http://svnweb.freebsd.org/changeset/ports/357204
QAT: https://qat.redports.org/buildarchive/r357204/

Log:
  security/p5-PGP: unbreak on amd64
  
  changing build dependency from security/pgp to security/pgpin
  
  Approved-By:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
  Approved-By:	mentors (implicit)

Modified:
  head/security/p5-PGP/Makefile

Modified: head/security/p5-PGP/Makefile
==============================================================================
--- head/security/p5-PGP/Makefile	Mon Jun  9 20:40:41 2014	(r357203)
+++ head/security/p5-PGP/Makefile	Mon Jun  9 20:42:17 2014	(r357204)
@@ -10,12 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Perl5 module to work with PGP messages
 
-BUILD_DEPENDS=	pgp:${PORTSDIR}/security/pgp
+BUILD_DEPENDS=	pgp:${PORTSDIR}/security/pgpin
 
 PORTSCOUT=	skipv:1.0
 
 ONLY_FOR_ARCHS=	i386 alpha amd64 sparc64
-BROKEN_amd64=	dependency broken on amd64 architechture
 
 USES=		perl5
 USE_PERL5=	configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406092042.s59KgH1S024109>