Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2012 08:55:30 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301304 - head/mail/p5-Mail-GnuPG
Message-ID:  <201207220855.q6M8tU7i059108@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Sun Jul 22 08:55:30 2012
New Revision: 301304
URL: http://svn.freebsd.org/changeset/ports/301304

Log:
  - Update to 0.18
  - Add BUILD_DEPENDS to silence build warnings
  
  Changes:	http://search.cpan.org/dist/Mail-GnuPG/Changes

Modified:
  head/mail/p5-Mail-GnuPG/Makefile
  head/mail/p5-Mail-GnuPG/distinfo

Modified: head/mail/p5-Mail-GnuPG/Makefile
==============================================================================
--- head/mail/p5-Mail-GnuPG/Makefile	Sun Jul 22 08:51:23 2012	(r301303)
+++ head/mail/p5-Mail-GnuPG/Makefile	Sun Jul 22 08:55:30 2012	(r301304)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Mail-GnuPG
-PORTVERSION=	0.17
+PORTVERSION=	0.18
 CATEGORIES=	mail security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +14,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl5 interface to process and/or create PGP email
 
-RUN_DEPENDS=	p5-GnuPG-Interface>=0:${PORTSDIR}/security/p5-GnuPG-Interface \
+BUILD_DEPENDS=	p5-GnuPG-Interface>=0:${PORTSDIR}/security/p5-GnuPG-Interface \
 		p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
 		p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_MODBUILD=	yes
 

Modified: head/mail/p5-Mail-GnuPG/distinfo
==============================================================================
--- head/mail/p5-Mail-GnuPG/distinfo	Sun Jul 22 08:51:23 2012	(r301303)
+++ head/mail/p5-Mail-GnuPG/distinfo	Sun Jul 22 08:55:30 2012	(r301304)
@@ -1,2 +1,2 @@
-SHA256 (Mail-GnuPG-0.17.tar.gz) = 4ebcbae4fdb8fbb3af97e07127a7854fe4eeabf8e7e5f4970c3fa28ab8818024
-SIZE (Mail-GnuPG-0.17.tar.gz) = 59990
+SHA256 (Mail-GnuPG-0.18.tar.gz) = 15056c511ee4c5de58b3250e8bf10ad1b4bc99be7382a19390368c9481698477
+SIZE (Mail-GnuPG-0.18.tar.gz) = 60325



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