pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-AuthCAS Add missing dependency on p5-IO-So...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1874d5145dc6
branches:  trunk
changeset: 603942:1874d5145dc6
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu May 17 10:52:48 2012 +0000

description:
Add missing dependency on p5-IO-Socket-SSL and p5-libwww (for LWP::UserAgent).

Bump PKGREVISION.

diffstat:

 security/p5-AuthCAS/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 67662de1f3c2 -r 1874d5145dc6 security/p5-AuthCAS/Makefile
--- a/security/p5-AuthCAS/Makefile      Thu May 17 10:37:43 2012 +0000
+++ b/security/p5-AuthCAS/Makefile      Thu May 17 10:52:48 2012 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2012/05/17 10:35:14 obache Exp $
+# $NetBSD: Makefile,v 1.4 2012/05/17 10:52:48 obache Exp $
 
 DISTNAME=      AuthCAS-1.5
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OS/OSALAUN/}
 
@@ -10,7 +11,11 @@
 COMMENT=       AuthCAS - Client library for CAS 2.0 authentication server
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
+DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
+
 PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_LANGUAGES=         #
 
 PERL5_PACKLIST=        auto/AuthCAS/.packlist



Home | Main Index | Thread Index | Old Index