Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Apr 2011 17:03:02 -0400 (EDT)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ashish@FreeBSD.org
Subject:   ports/156209: [PATCH] security/p5-Crypt-GPG: Depend on p5-TimeDate
Message-ID:  <201104052103.p35L32dN061745@exit2shell.com>
Resent-Message-ID: <201104052110.p35LA98Y012565@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156209
>Category:       ports
>Synopsis:       [PATCH] security/p5-Crypt-GPG: Depend on p5-TimeDate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 05 21:10:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steven Kreuzer
>Release:        FreeBSD 7.3-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD slurry.exit2shell.com 7.3-PRERELEASE FreeBSD 7.3-PRERELEASE #4: Wed Mar  3 11:32:49 EST
>Description:
Crypt::GPG depends on Date::Parse which is part of p5-TimeDate

Port maintainer (ashish@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Crypt-GPG-1.63_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/share/cvs/freebsd/ports/security/p5-Crypt-GPG/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	14 Jun 2010 12:56:40 -0000	1.9
+++ Makefile	5 Apr 2011 21:00:59 -0000
@@ -5,7 +5,7 @@
 
 PORTNAME=	Crypt-GPG
 PORTVERSION=	1.63
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,7 +13,8 @@
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Perl extension for GnuPG
 
-RUN_DEPENDS=	p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
+RUN_DEPENDS=	p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
+		p5-TimeDate>=1.20:${PORTSDIR}/devel/p5-TimeDate
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /usr/share/cvs/freebsd/ports/security/p5-Crypt-GPG/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	16 Apr 2007 11:13:13 -0000	1.3
+++ distinfo	5 Apr 2011 21:01:36 -0000
@@ -1,3 +1,2 @@
-MD5 (Crypt-GPG-1.63.tar.gz) = 9a2ab2edf9740cfef789f17c998f3fe2
 SHA256 (Crypt-GPG-1.63.tar.gz) = df7faacebbdf43a9fee35345a6ce64a153cef4852bdfe0ce268b029c911e0de7
 SIZE (Crypt-GPG-1.63.tar.gz) = 18983
--- p5-Crypt-GPG-1.63_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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