From owner-freebsd-perl@freebsd.org  Thu May 12 12:21:40 2016
Return-Path: <owner-freebsd-perl@freebsd.org>
Delivered-To: freebsd-perl@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6268B2F166
 for <freebsd-perl@mailman.ysv.freebsd.org>;
 Thu, 12 May 2016 12:21:40 +0000 (UTC)
 (envelope-from michelle@sorbs.net)
Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3])
 by mx1.freebsd.org (Postfix) with ESMTP id D78C71688
 for <freebsd-perl@freebsd.org>; Thu, 12 May 2016 12:21:40 +0000 (UTC)
 (envelope-from michelle@sorbs.net)
Received: by mailman.ysv.freebsd.org (Postfix)
 id D6D1AB2F165; Thu, 12 May 2016 12:21:40 +0000 (UTC)
Delivered-To: perl@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D668DB2F164
 for <perl@mailman.ysv.freebsd.org>; Thu, 12 May 2016 12:21:40 +0000 (UTC)
 (envelope-from michelle@sorbs.net)
Received: from hades.sorbs.net (mail.sorbs.net [67.231.146.200])
 by mx1.freebsd.org (Postfix) with ESMTP id CB46F1687
 for <perl@freebsd.org>; Thu, 12 May 2016 12:21:40 +0000 (UTC)
 (envelope-from michelle@sorbs.net)
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Received: from isux.com (firewall.isux.com [213.165.190.213])
 by hades.sorbs.net
 (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013))
 with ESMTPSA id <0O7200909DC7GV00@hades.sorbs.net> for perl@freebsd.org; Thu,
 12 May 2016 05:28:57 -0700 (PDT)
To: perl@freebsd.org
From: Michelle Sullivan <michelle@sorbs.net>
Subject: Another fails to compile... p5-GnuPG-Interface-0.52_1
Message-id: <57347551.50803@sorbs.net>
Date: Thu, 12 May 2016 14:21:37 +0200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0)
 Gecko/20100101 Firefox/43.0 SeaMonkey/2.40
X-BeenThere: freebsd-perl@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: maintainer of a number of perl-related ports
 <freebsd-perl.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-perl>,
 <mailto:freebsd-perl-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-perl/>
List-Post: <mailto:freebsd-perl@freebsd.org>
List-Help: <mailto:freebsd-perl-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-perl>,
 <mailto:freebsd-perl-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 12 May 2016 12:21:41 -0000

Odd one this time...

===========================================================================
=======================<phase: configure >============================
===>  Configuring for p5-GnuPG-Interface-0.52_1
which gpg ... gpg (GnuPG) not found at ./Makefile.PL line 7.
*** Error code 1

Stop in /usr/ports/security/p5-GnuPG-Interface.
===>  Cleaning for p5-GnuPG-Interface-0.52_1


Seems someone made it depend on
RUN_DEPENDS=    gpg2:security/gnupg \

But the package looks for gpg ...

assuming it doesn't work with gpgv2 it should probably read:

RUN_DEPENDS=    gpg:security/gnupg1 \

If on the other hand it works with gpg2 then one will probably need to 
create a post-extract patch..

In the mean time locally I'm doing this:

[michelle@colossus /Storage/source/ports/head]$ diff -u 
security/p5-GnuPG-Interface/Makefile.orig 
security/p5-GnuPG-Interface/Makefile
--- security/p5-GnuPG-Interface/Makefile.orig    2016-05-12 
14:20:30.288891009 +0200
+++ security/p5-GnuPG-Interface/Makefile    2016-05-12 
14:20:45.863890732 +0200
@@ -14,7 +14,7 @@
  LICENSE=    ART10 GPLv1
  LICENSE_COMB=    dual

-RUN_DEPENDS=    gpg2:security/gnupg \
+RUN_DEPENDS=    gpg:security/gnupg1 \
          p5-MooX-HandlesVia>=0.04:devel/p5-MooX-HandlesVia \
          p5-MooX-late>=0.14:devel/p5-MooX-late \
          p5-Moo>=0.091011:devel/p5-Moo

-- 
Michelle Sullivan
http://www.mhix.org/