pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-Primes Updated to version 0.50.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9027fe8df07a
branches:  trunk
changeset: 469399:9027fe8df07a
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Feb 22 22:24:38 2004 +0000

description:
Updated to version 0.50.
Taking maintainership.
Adapted to buildlink3.

Changes sinces 0.49
===================
    * Patch by Dave Paris to fix a limit problem in trialdiv().

diffstat:

 security/p5-Crypt-Primes/Makefile |  19 +++++++++++--------
 security/p5-Crypt-Primes/distinfo |   6 +++---
 2 files changed, 14 insertions(+), 11 deletions(-)

diffs (47 lines):

diff -r 0635b7418174 -r 9027fe8df07a security/p5-Crypt-Primes/Makefile
--- a/security/p5-Crypt-Primes/Makefile Sun Feb 22 22:18:10 2004 +0000
+++ b/security/p5-Crypt-Primes/Makefile Sun Feb 22 22:24:38 2004 +0000
@@ -1,21 +1,24 @@
-# $NetBSD: Makefile,v 1.8 2003/07/21 17:20:16 martti Exp $
+# $NetBSD: Makefile,v 1.9 2004/02/22 22:24:38 heinz Exp $
 #
 
-DISTNAME=              Crypt-Primes-0.49
+DISTNAME=              Crypt-Primes-0.50
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
+PKGREVISION=           # empty
 SVR4_PKGNAME=          p5cpr
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 
-MAINTAINER=            tech-pkg%NetBSD.org@localhost
-#HOMEPAGE=     
+MAINTAINER=            heinz%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Crypt-Primes/
 COMMENT=               Perl5 module for provable prime number generation
 
-DEPENDS+=              p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari
-DEPENDS+=              p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random
+DEPENDS+=              p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
+DEPENDS+=              p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random
 
-USE_BUILDLINK2=                YES
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                YES
+USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Crypt/Primes/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 0635b7418174 -r 9027fe8df07a security/p5-Crypt-Primes/distinfo
--- a/security/p5-Crypt-Primes/distinfo Sun Feb 22 22:18:10 2004 +0000
+++ b/security/p5-Crypt-Primes/distinfo Sun Feb 22 22:24:38 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2001/10/01 00:33:14 mcr Exp $
+$NetBSD: distinfo,v 1.2 2004/02/22 22:24:38 heinz Exp $
 
-SHA1 (Crypt-Primes-0.49.tar.gz) = 8da71a3b2631890ab610f20853cb154f99026067
-Size (Crypt-Primes-0.49.tar.gz) = 136219 bytes
+SHA1 (Crypt-Primes-0.50.tar.gz) = 1b61c6693b7d703514082ddb5821cdfd45274e81
+Size (Crypt-Primes-0.50.tar.gz) = 136299 bytes



Home | Main Index | Thread Index | Old Index