pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-SOAP-Lite Add p5-version dependency. Noted miss...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c8af3249fef
branches:  trunk
changeset: 548666:0c8af3249fef
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 20 13:05:37 2008 +0000

description:
Add p5-version dependency. Noted missing by Jörn Clausen in PR 39773.
Bump PKGREVISION.

diffstat:

 net/p5-SOAP-Lite/Makefile |  12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 1aa1b5d19a2f -r 0c8af3249fef net/p5-SOAP-Lite/Makefile
--- a/net/p5-SOAP-Lite/Makefile Mon Oct 20 12:30:16 2008 +0000
+++ b/net/p5-SOAP-Lite/Makefile Mon Oct 20 13:05:37 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2008/10/19 19:18:44 he Exp $
+# $NetBSD: Makefile,v 1.19 2008/10/20 13:05:37 wiz Exp $
 #
 
 DISTNAME=      SOAP-Lite-0.710.08
 PKGNAME=       p5-${DISTNAME:S/710.08/71.08/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SOAP/}
 
@@ -12,12 +12,14 @@
 #HOMEPAGE=     http://search.cpan.org/dist/SOAP-Lite/
 COMMENT=       Perl5 module providing a lightweight interface to SOAP
 
+DEPENDS+=      p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
+DEPENDS+=      p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
+DEPENDS+=      p5-version-[0-9]*:../../devel/p5-version
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 WRKSRC=                ${WRKDIR}/${DISTNAME:C|[a-z]$||}
-DEPENDS+=      p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
-DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
-DEPENDS+=      p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
 
 REPLACE_PERL+= bin/SOAPsh.pl bin/XMLRPCsh.pl bin/stubmaker.pl
 



Home | Main Index | Thread Index | Old Index