Update from version 1.0.21nb1 to 1.0.24.
Upstream changes: 1.0.24 2008-11-16T14:33:30 - Add trust_list_start_value patch from Ricardo Signes (RT#40814) to enable <li value='X'> output for list numbering. This feature is disabled by default. 1.0.23 2008-11-02T18:24:30 - Ship a release with the correct contents so that the tests pass. 1.0.22 2008-10-23T18:24:44 - RT#37909 - Fix + in email addresses. - RT#40303 - Fix use in Mason by adding "use re 'eval'" to both files. - Add SVN repository to Makefile.PL - Remove META.yml from source control so it is regenerated automatically.
This commit is contained in:
parent
5bc5b96564
commit
ca41162e8c
2 changed files with 7 additions and 8 deletions
|
@ -1,11 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.6 2008/10/19 19:18:56 he Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2008/11/22 00:15:22 he Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Text-Markdown-1.0.21
|
||||
DISTNAME= Text-Markdown-1.0.24
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Text-Markdown/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2008/07/27 16:31:20 he Exp $
|
||||
$NetBSD: distinfo,v 1.5 2008/11/22 00:15:22 he Exp $
|
||||
|
||||
SHA1 (Text-Markdown-1.0.21.tar.gz) = 1d3c8e704a799dc3b3973c366bb8d4a36754a8a7
|
||||
RMD160 (Text-Markdown-1.0.21.tar.gz) = 1ef47e44f45726604874b40e0ea11ac280323f3a
|
||||
Size (Text-Markdown-1.0.21.tar.gz) = 142481 bytes
|
||||
SHA1 (Text-Markdown-1.0.24.tar.gz) = 0cdefc25e84d6bdce1cf362200a4bd5a04509a8f
|
||||
RMD160 (Text-Markdown-1.0.24.tar.gz) = 9c5bf5eca4ac03774d004a56a3b0ee620749c6c5
|
||||
Size (Text-Markdown-1.0.24.tar.gz) = 143401 bytes
|
||||
SHA1 (patch-aa) = da3a68afe0ecd5b68d3ea4e0dfa6d2f07cec46df
|
||||
|
|
Loading…
Reference in a new issue