pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security Add HOMEPAGE, adapt to buildlink3 and add BUI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5914f63f94b
branches:  trunk
changeset: 471168:f5914f63f94b
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Mar 20 17:21:32 2004 +0000

description:
Add HOMEPAGE, adapt to buildlink3 and add BUILD_DEPENDS on p5-Crypt-CBC for testing.

diffstat:

 security/p5-Crypt-Blowfish/Makefile |  10 +++++++---
 security/p5-Crypt-DES/Makefile      |   9 +++++++--
 2 files changed, 14 insertions(+), 5 deletions(-)

diffs (52 lines):

diff -r ff4b4027954d -r f5914f63f94b security/p5-Crypt-Blowfish/Makefile
--- a/security/p5-Crypt-Blowfish/Makefile       Sat Mar 20 16:37:40 2004 +0000
+++ b/security/p5-Crypt-Blowfish/Makefile       Sat Mar 20 17:21:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/21 17:20:13 martti Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/20 17:21:32 heinz Exp $
 #
 
 DISTNAME=              Crypt-Blowfish-2.09
@@ -8,11 +8,15 @@
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Crypt-Blowfish/
 COMMENT=               Perl5 Blowfish implementation
 
+BUILD_DEPENDS+=                p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 CRYPTO=                        YES
-
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Crypt/Blowfish/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r ff4b4027954d -r f5914f63f94b security/p5-Crypt-DES/Makefile
--- a/security/p5-Crypt-DES/Makefile    Sat Mar 20 16:37:40 2004 +0000
+++ b/security/p5-Crypt-DES/Makefile    Sat Mar 20 17:21:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:53:02 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/03/20 17:23:29 heinz Exp $
 #
 
 DISTNAME=              Crypt-DES-2.03
@@ -8,9 +8,14 @@
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Crypt-DES/
 COMMENT=               XS-based DES implementation for Perl
 
-USE_BUILDLINK2=                YES
+BUILD_DEPENDS+=                p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                YES
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Crypt/DES/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index