pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-Random Updated to version 1.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0635b7418174
branches:  trunk
changeset: 469398:0635b7418174
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Feb 22 22:18:10 2004 +0000

description:
Updated to version 1.13.
Taking maintainership.

Adapted to buildlink3.

Changes sinces 1.11
===================
  * Changed the die() message at provider contruction to include the
    name of the provider.
  * Updated documentation.

diffstat:

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

diffs (47 lines):

diff -r 922b41a8a24b -r 0635b7418174 security/p5-Crypt-Random/Makefile
--- a/security/p5-Crypt-Random/Makefile Sun Feb 22 22:07:27 2004 +0000
+++ b/security/p5-Crypt-Random/Makefile Sun Feb 22 22:18:10 2004 +0000
@@ -1,21 +1,24 @@
-# $NetBSD: Makefile,v 1.8 2003/07/21 17:20:17 martti Exp $
+# $NetBSD: Makefile,v 1.9 2004/02/22 22:18:10 heinz Exp $
 #
 
-DISTNAME=              Crypt-Random-1.11
+DISTNAME=              Crypt-Random-1.13
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
+PKGREVISION=           # empty
 SVR4_PKGNAME=          p5cra
 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-Random/
 COMMENT=               Perl5 interface to /dev/random
 
-DEPENDS+=              p5-Class-Loader-[0-9]*:../../devel/p5-Class-Loader
-DEPENDS+=              p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari
+DEPENDS+=              p5-Class-Loader>=2.00:../../devel/p5-Class-Loader
+DEPENDS+=              p5-Math-Pari>=2.001804:../../math/p5-Math-Pari
 
-USE_BUILDLINK2=                YES
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                YES
+USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Crypt/Random/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 922b41a8a24b -r 0635b7418174 security/p5-Crypt-Random/distinfo
--- a/security/p5-Crypt-Random/distinfo Sun Feb 22 22:07:27 2004 +0000
+++ b/security/p5-Crypt-Random/distinfo Sun Feb 22 22:18:10 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2001/10/01 01:58:47 mcr Exp $
+$NetBSD: distinfo,v 1.2 2004/02/22 22:18:10 heinz Exp $
 
-SHA1 (Crypt-Random-1.11.tar.gz) = e768180cbba95f72bfd1c9264998bba03ad506fe
-Size (Crypt-Random-1.11.tar.gz) = 6557 bytes
+SHA1 (Crypt-Random-1.13.tar.gz) = f7de75d0b61a64e80f91488f46459c8eaa4bd55f
+Size (Crypt-Random-1.13.tar.gz) = 7072 bytes



Home | Main Index | Thread Index | Old Index