From owner-svn-ports-all@FreeBSD.ORG Mon Jun 9 20:42:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9ADA7AF1; Mon, 9 Jun 2014 20:42:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87E2C20AD; Mon, 9 Jun 2014 20:42:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59KgHld024110; Mon, 9 Jun 2014 20:42:17 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59KgH1S024109; Mon, 9 Jun 2014 20:42:17 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201406092042.s59KgH1S024109@svn.freebsd.org> From: Kurt Jaeger Date: Mon, 9 Jun 2014 20:42:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357204 - head/security/p5-PGP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 20:42:17 -0000 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