pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-Text-Markdown-Discount
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Jan 21 10:28:51 UTC 2020
Modified Files:
pkgsrc/textproc/p5-Text-Markdown-Discount: Makefile distinfo
pkgsrc/textproc/p5-Text-Markdown-Discount/patches: patch-Makefile.PL
Log Message:
Update to 0.12. From the changelog:
- Added cpan repository metadata @dsteinbrunner
- Removed unnecessary comment in POD @anirvan
- Use <br /> instead of <br/> @utgwkk
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/p5-Text-Markdown-Discount/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/p5-Text-Markdown-Discount/distinfo
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL
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-Text-Markdown-Discount/Makefile
diff -u pkgsrc/textproc/p5-Text-Markdown-Discount/Makefile:1.19 pkgsrc/textproc/p5-Text-Markdown-Discount/Makefile:1.20
--- pkgsrc/textproc/p5-Text-Markdown-Discount/Makefile:1.19 Sun Aug 11 13:23:45 2019
+++ pkgsrc/textproc/p5-Text-Markdown-Discount/Makefile Tue Jan 21 10:28:50 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2019/08/11 13:23:45 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2020/01/21 10:28:50 schmonz Exp $
#
-DISTNAME= Text-Markdown-Discount-0.11
+DISTNAME= Text-Markdown-Discount-0.12
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 7
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
@@ -13,7 +12,6 @@ COMMENT= Convert Markdown to (X)HTML
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Text/Markdown/Discount/.packlist
-USE_LANGUAGES= c
SUBST_CLASSES+= paths
SUBST_FILES.paths= Makefile.PL
Index: pkgsrc/textproc/p5-Text-Markdown-Discount/distinfo
diff -u pkgsrc/textproc/p5-Text-Markdown-Discount/distinfo:1.11 pkgsrc/textproc/p5-Text-Markdown-Discount/distinfo:1.12
--- pkgsrc/textproc/p5-Text-Markdown-Discount/distinfo:1.11 Sat Jul 28 15:52:34 2018
+++ pkgsrc/textproc/p5-Text-Markdown-Discount/distinfo Tue Jan 21 10:28:50 2020
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.11 2018/07/28 15:52:34 schmonz Exp $
+$NetBSD: distinfo,v 1.12 2020/01/21 10:28:50 schmonz Exp $
-SHA1 (Text-Markdown-Discount-0.11.tar.gz) = cd0b2bdc3479f90a0f3e68421984bb47f015d1d2
-RMD160 (Text-Markdown-Discount-0.11.tar.gz) = a4484f181746789b7bfb7c0faa95011bb374e383
-SHA512 (Text-Markdown-Discount-0.11.tar.gz) = 0f748330f76cfd5153f9bcd8bb9f1f67732657a2ee511a7ca7f0f4d9e29a085ad97373b8716d7c7436d2b6f262e8d8223393664a9c079c63b16ea417cb5c0614
-Size (Text-Markdown-Discount-0.11.tar.gz) = 177087 bytes
+SHA1 (Text-Markdown-Discount-0.12.tar.gz) = 7f43e3405e25fc59535c275658aec29b9742a782
+RMD160 (Text-Markdown-Discount-0.12.tar.gz) = 4affb2c7e6fc7bcfd157337e53116f23d4849b5a
+SHA512 (Text-Markdown-Discount-0.12.tar.gz) = dd7196173d739e61cbbf2189342bddbdb2b847b2cffd35dbc2d25588fe56afb4f173af488292a834baede4321027d90623685bc5feb5916f238280a625c9a4b9
+Size (Text-Markdown-Discount-0.12.tar.gz) = 186097 bytes
SHA1 (patch-Discount.xs) = 6851538b8c894a9069eb70994a6c32b533510601
SHA1 (patch-MANIFEST) = 6ff1d67f8210d7a72ac1a000010bd944c06c25ac
-SHA1 (patch-Makefile.PL) = a0bbf8acc769933b429385dd9c2126b69052d93d
+SHA1 (patch-Makefile.PL) = 10327cd69ef77c13d66bcdf3b8f519568c468743
SHA1 (patch-t_12.utf8.t) = cea58d7c8a4e50d97cf031b2e7913314fe46b056
Index: pkgsrc/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL
diff -u pkgsrc/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL:1.3 pkgsrc/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL:1.4
--- pkgsrc/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL:1.3 Sat Mar 10 05:45:02 2018
+++ pkgsrc/textproc/p5-Text-Markdown-Discount/patches/patch-Makefile.PL Tue Jan 21 10:28:51 2020
@@ -1,8 +1,8 @@
-$NetBSD: patch-Makefile.PL,v 1.3 2018/03/10 05:45:02 schmonz Exp $
+$NetBSD: patch-Makefile.PL,v 1.4 2020/01/21 10:28:51 schmonz Exp $
Remove build instructions for the local copy of libdiscount.
---- Makefile.PL.orig 2013-08-09 20:06:59.000000000 +0000
+--- Makefile.PL.orig 2020-01-21 00:16:59.000000000 +0000
+++ Makefile.PL
@@ -4,66 +4,6 @@ use warnings;
use ExtUtils::MakeMaker;
@@ -71,7 +71,7 @@ Remove build instructions for the local
WriteMakefile(
NAME => 'Text::Markdown::Discount',
VERSION_FROM => 'lib/Text/Markdown/Discount.pm',
-@@ -71,8 +11,5 @@ WriteMakefile(
+@@ -71,10 +11,7 @@ WriteMakefile(
($] >= 5.005 ?
(ABSTRACT_FROM => 'lib/Text/Markdown/Discount.pm',
AUTHOR => 'Masayoshi Sekimura <sekimura%cpan.org@localhost>') : ()),
@@ -79,5 +79,7 @@ Remove build instructions for the local
- INC => '-I. -I' . $extdir,
- MYEXTLIB => $myextlib,
- clean => { FILES => $clean_files },
-+ LIBS => '-L@PREFIX@/lib -lmarkdown',
- );
++ LIBS => '-L@PREFIX@/lib -lmarkdown',
+ META_MERGE => {
+ 'meta-spec' => { version => 2 },
+ resources => {
Home |
Main Index |
Thread Index |
Old Index