pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-HTML-FormatText-WithLinks



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep  2 12:13:31 UTC 2019

Modified Files:
        pkgsrc/textproc/p5-HTML-FormatText-WithLinks: Makefile
Removed Files:
        pkgsrc/textproc/p5-HTML-FormatText-WithLinks: PLIST

Log Message:
p5-HTML-FormatText-WithLinks: remove PLIST since PERL5_PACKLIST is in use


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
    pkgsrc/textproc/p5-HTML-FormatText-WithLinks/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/p5-HTML-FormatText-WithLinks/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-HTML-FormatText-WithLinks/Makefile
diff -u pkgsrc/textproc/p5-HTML-FormatText-WithLinks/Makefile:1.10 pkgsrc/textproc/p5-HTML-FormatText-WithLinks/Makefile:1.11
--- pkgsrc/textproc/p5-HTML-FormatText-WithLinks/Makefile:1.10  Sun Aug 11 13:23:29 2019
+++ pkgsrc/textproc/p5-HTML-FormatText-WithLinks/Makefile       Mon Sep  2 12:13:31 2019
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2019/08/11 13:23:29 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.11 2019/09/02 12:13:31 adam Exp $
 
 DISTNAME=      HTML-FormatText-WithLinks-0.15
 PKGNAME=       p5-${DISTNAME}
 PKGREVISION=   5
-CATEGORIES=    textproc
+CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=HTML/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,12 +11,13 @@ HOMEPAGE=   https://metacpan.org/release/H
 COMMENT=       HTML to text conversion with links as footnotes
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
+DEPENDS+=      p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
+DEPENDS+=      p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format
+
 PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=                auto/HTML/FormatText/WithLinks/.packlist
 USE_LANGUAGES=         # none
 
-DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
-DEPENDS+=      p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
-DEPENDS+=      p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index