pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-MultiMarkdown p5-Text-MultiMarkdown: ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c7cbbec91601
branches: trunk
changeset: 377203:c7cbbec91601
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Apr 17 22:51:41 2022 +0000
description:
p5-Text-MultiMarkdown: simplify
diffstat:
textproc/p5-Text-MultiMarkdown/Makefile | 3 ++-
textproc/p5-Text-MultiMarkdown/distinfo | 3 +--
textproc/p5-Text-MultiMarkdown/patches/patch-Makefile.PL | 12 ------------
3 files changed, 3 insertions(+), 15 deletions(-)
diffs (44 lines):
diff -r 24fb6362e500 -r c7cbbec91601 textproc/p5-Text-MultiMarkdown/Makefile
--- a/textproc/p5-Text-MultiMarkdown/Makefile Sun Apr 17 22:50:47 2022 +0000
+++ b/textproc/p5-Text-MultiMarkdown/Makefile Sun Apr 17 22:51:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/05/24 19:54:44 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/17 22:51:41 wiz Exp $
DISTNAME= Text-MultiMarkdown-1.000035
PKGNAME= p5-${DISTNAME}
@@ -11,6 +11,7 @@
COMMENT= Convert MultiMarkdown syntax to (X)HTML
LICENSE= modified-bsd
+BUILD_DEPENDS+= p5-Module-Install-[0-9]*:../../devel/p5-Module-Install
DEPENDS+= p5-Text-Markdown>=1.0.26:../../textproc/p5-Text-Markdown
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
diff -r 24fb6362e500 -r c7cbbec91601 textproc/p5-Text-MultiMarkdown/distinfo
--- a/textproc/p5-Text-MultiMarkdown/distinfo Sun Apr 17 22:50:47 2022 +0000
+++ b/textproc/p5-Text-MultiMarkdown/distinfo Sun Apr 17 22:51:41 2022 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:22:42 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/04/17 22:51:41 wiz Exp $
BLAKE2s (Text-MultiMarkdown-1.000035.tar.gz) = 24670c58776c7d7e7e1a5fb6362b9826e10253a6e9b2a3115d5932debd0f4ae3
SHA512 (Text-MultiMarkdown-1.000035.tar.gz) = adb7db3c2293e268761c537d9415c98c3a88808c772618813a21656facf5afab0cbe7d1fa9707f920416a34be1dab13700755594c79ed822ae44420e05da6ab7
Size (Text-MultiMarkdown-1.000035.tar.gz) = 112893 bytes
-SHA1 (patch-Makefile.PL) = 4fdc0bcb3754eae8249da924141261058348f16b
diff -r 24fb6362e500 -r c7cbbec91601 textproc/p5-Text-MultiMarkdown/patches/patch-Makefile.PL
--- a/textproc/p5-Text-MultiMarkdown/patches/patch-Makefile.PL Sun Apr 17 22:50:47 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2019/08/31 19:55:58 schmonz Exp $
-
-Find the bundled Module::Install.
-
---- Makefile.PL.orig 2014-07-19 16:58:56.000000000 +0000
-+++ Makefile.PL
-@@ -1,4 +1,5 @@
- # Load the Module::Install bundled in ./inc/
-+use lib '.';
- use inc::Module::Install;
-
- # Define metadata
Home |
Main Index |
Thread Index |
Old Index