Update to current release and take ownership. I have some upcoming ports that I plan to submit that make use of this port and would hate to see it go away for lack of maintenance. --0-1497671104-1139776743=:69775 Content-Type: text/plain; name="p5-GnuPG-Interface.diff.txt" Content-Description: 2120847152-p5-GnuPG-Interface.diff.txt Content-Disposition: inline; filename="p5-GnuPG-Interface.diff.txt" diff -ruN p5-GnuPG-Interface.orig/Makefile p5-GnuPG-Interface/Makefile --- p5-GnuPG-Interface.orig/Makefile Sun Feb 12 22:58:06 2006 +++ p5-GnuPG-Interface/Makefile Sun Feb 12 10:00:14 2006 @@ -6,8 +6,7 @@ # PORTNAME= GnuPG-Interface -PORTVERSION= 0.33 -PORTREVISION= 2 +PORTVERSION= 0.34 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} @@ -18,9 +17,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for interfacing with GnuPG -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ - ${BUILD_DEPENDS} +PERL_BUILD_DEPENDS= Class-MethodMaker:${PORTSDIR}/devel/p5-Class-MethodMaker +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg PERL_CONFIGURE= yes diff -ruN p5-GnuPG-Interface.orig/distinfo p5-GnuPG-Interface/distinfo --- p5-GnuPG-Interface.orig/distinfo Sun Feb 12 22:58:09 2006 +++ p5-GnuPG-Interface/distinfo Sun Feb 12 09:45:27 2006 @@ -1,3 +1,3 @@ -MD5 (GnuPG-Interface-0.33.tar.gz) = 7349795ec874c2af78eec7f274d96bc8 -SHA256 (GnuPG-Interface-0.33.tar.gz) = 85f8d8e6933b8ee4b1807a2f73c717d4ed11bcc2b5ffc2b075228dfe76772960 -SIZE (GnuPG-Interface-0.33.tar.gz) = 38494 +MD5 (GnuPG-Interface-0.34.tar.gz) = 3cb5f4ae3937df55ffc54a2a0c2f12af +SHA256 (GnuPG-Interface-0.34.tar.gz) = 9e6aaca689e5d3c24adaaba9db50b611ae16a799fd11cb209efa3159affb61c9 +SIZE (GnuPG-Interface-0.34.tar.gz) = 38730 --0-1497671104-1139776743=:69775--
Responsible Changed From-To: freebsd-ports-bugs->lawrance Take
State Changed From-To: open->closed Committed, thanks! Added a build time dependency on gpg.