pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Pod-Simple It seems that the Perl module P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9234fc437644
branches:  trunk
changeset: 482668:9234fc437644
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Oct 31 22:16:38 2004 +0000

description:
It seems that the Perl module Pod::Escapes is needed by Pod::Simple: add
a dependency on it. Now the 'test' target pass.

Bump PKGREVISION.

diffstat:

 textproc/p5-Pod-Simple/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 06be8dfffaf0 -r 9234fc437644 textproc/p5-Pod-Simple/Makefile
--- a/textproc/p5-Pod-Simple/Makefile   Sun Oct 31 22:14:44 2004 +0000
+++ b/textproc/p5-Pod-Simple/Makefile   Sun Oct 31 22:16:38 2004 +0000
@@ -1,13 +1,16 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:41:03 epg Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/31 22:16:38 seb Exp $
 
 DISTNAME=      Pod-Simple-3.02
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Pod/}
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 COMMENT=       Simple framework for parsing Pod
 
+DEPENDS+=      p5-Pod-Escapes-[0-9]*:../../textproc/p5-Pod-Escapes
+
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_BUILDLINK3=                YES



Home | Main Index | Thread Index | Old Index