Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www p5-HTML-Lint & weblint: note these packages conflict



details:   https://anonhg.NetBSD.org/pkgsrc/rev/282d470cc1ba
branches:  trunk
changeset: 435996:282d470cc1ba
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Jul 23 04:07:58 2020 +0000

description:
p5-HTML-Lint & weblint: note these packages conflict

Issue reported by Stefan Schaeckeler in PR pkg/55511.

diffstat:

 www/p5-HTML-Lint/Makefile |  4 +++-
 www/weblint/Makefile      |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r c42958c254c9 -r 282d470cc1ba www/p5-HTML-Lint/Makefile
--- a/www/p5-HTML-Lint/Makefile Wed Jul 22 21:55:15 2020 +0000
+++ b/www/p5-HTML-Lint/Makefile Thu Jul 23 04:07:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/11/04 22:10:04 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2020/07/23 04:07:58 gutteridge Exp $
 
 DISTNAME=      HTML-Lint-2.32
 PKGNAME=       p5-${DISTNAME}
@@ -11,6 +11,8 @@
 COMMENT=       Perl 5 module to check for HTML errors in a string or file
 LICENSE=       artistic-2.0
 
+CONFLICTS=     weblint-[0-9]*
+
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/HTML/Lint/.packlist
 
diff -r c42958c254c9 -r 282d470cc1ba www/weblint/Makefile
--- a/www/weblint/Makefile      Wed Jul 22 21:55:15 2020 +0000
+++ b/www/weblint/Makefile      Thu Jul 23 04:07:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/07/22 21:45:41 gutteridge Exp $
+# $NetBSD: Makefile,v 1.31 2020/07/23 04:07:58 gutteridge Exp $
 
 DISTNAME=      weblint-1.020
 PKGREVISION=   8
@@ -9,6 +9,8 @@
 #HOMEPAGE=     http://www.weblint.org/
 COMMENT=       HTML validator and sanity checker
 
+CONFLICTS=     p5-HTML-Lint-[0-9]*
+
 USE_TOOLS+=            perl:run
 INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index