svn commit: r301304 - head/mail/p5-Mail-GnuPG
Frederic Culot
culot at FreeBSD.org
Sun Jul 22 08:55:31 UTC 2012
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 at 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
More information about the svn-ports-head
mailing list