Date: Fri, 2 Jun 2006 20:24:24 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mharo@FreeBSD.org Subject: ports/98371: [PATCH] security/p5-Crypt-DSA: update to 0.14 Message-ID: <20060602122424.236C3B29D1A@utopia.leeym.com> Resent-Message-ID: <200606021230.k52CUG8V032081@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98371 >Category: ports >Synopsis: [PATCH] security/p5-Crypt-DSA: update to 0.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 02 12:30:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed May 31 10:17:34 CST 2006 >Description: - Update to 0.14 Port maintainer (mharo@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Crypt-DSA-0.14.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/p5-Crypt-DSA/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 30 Dec 2005 03:05:29 -0000 1.9 +++ Makefile 2 Jun 2006 12:22:49 -0000 @@ -6,8 +6,7 @@ # PORTNAME= Crypt-DSA -PORTVERSION= 0.13 -PORTREVISION= 2 +PORTVERSION= 0.14 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -16,11 +15,11 @@ MAINTAINER= mharo@FreeBSD.org COMMENT= DSA signature and key generation -BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \ +RUN_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${SITE_PERL}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \ ${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -28,4 +27,10 @@ Crypt::DSA::Key::PEM.3 Crypt::DSA::Signature.3 \ Crypt::DSA::KeyChain.3 Crypt::DSA::Util.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/p5-Crypt-DSA/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 24 Jan 2006 01:03:12 -0000 1.4 +++ distinfo 2 Jun 2006 12:22:49 -0000 @@ -1,3 +1,3 @@ -MD5 (Crypt-DSA-0.13.tar.gz) = 269261448ecc6b3b82a854e3b774c4ae -SHA256 (Crypt-DSA-0.13.tar.gz) = 96d868b31579f2e84b81a882bf0849deaff7754c67a295a8c4d9bb7f427cb9dd -SIZE (Crypt-DSA-0.13.tar.gz) = 28178 +MD5 (Crypt-DSA-0.14.tar.gz) = 5ff5ab4be5501f5547bbe46cdc3de442 +SHA256 (Crypt-DSA-0.14.tar.gz) = eec62500ccf6abdc627cacbfca38362dc118895b772778c39cd1882ca095b51f +SIZE (Crypt-DSA-0.14.tar.gz) = 31595 --- p5-Crypt-DSA-0.14.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?20060602122424.236C3B29D1A>