ports/167856: [PATCH] textproc/py-markdown2: update to 1.4.2

William Grzybowski william88 at gmail.com
Mon May 14 00:20:03 UTC 2012


>Number:         167856
>Category:       ports
>Synopsis:       [PATCH] textproc/py-markdown2: update to 1.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 14 00:20:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
>Description:

        Since 1.4.0 it fixes the following isses:
        - Fix problems with fenced-code-blocks getting double-processed.
        - Fix an sub-ul inside a ol not working with an indent less than 4 spaces.
        - Fix code blocks and fenced-code-blocks to work with a single leading newline at the start of the input.
        - Fix fenced code blocks not being parsed out before other syntax elements, like headers.
        - Allow 'cssclass' code coloring option (passed to pygments) to be overridden.

>How-To-Repeat:
>Fix:

	See attached patch


--- py-markdown2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/py-markdown2/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	26 Apr 2012 13:59:07 -0000	1.17
+++ Makefile	14 May 2012 00:07:51 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	markdown2
-PORTVERSION=	1.4.0
+PORTVERSION=	1.4.2
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/py-markdown2/distinfo,v
retrieving revision 1.16
diff -u -r1.16 distinfo
--- distinfo	26 Apr 2012 13:59:07 -0000	1.16
+++ distinfo	14 May 2012 00:07:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (markdown2-1.4.0.zip) = 4afe07b72f31f7010d19a2d96139014acd22a478912979438057b18991731c19
-SIZE (markdown2-1.4.0.zip) = 124522
+SHA256 (markdown2-1.4.2.zip) = 0187f8758fc57c7faf534fb1ca49092dce860ce6052693aab2e040ac5352582a
+SIZE (markdown2-1.4.2.zip) = 124382
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/py-markdown2/pkg-descr,v
retrieving revision 1.3
diff -u -r1.3 pkg-descr
--- pkg-descr	13 Jun 2009 23:51:23 -0000	1.3
+++ pkg-descr	14 May 2012 00:07:51 -0000
@@ -6,4 +6,4 @@
 Markdown is a light text markup format and a processor to convert
 that to HTML.
 
-WWW: http://code.google.com/p/python-markdown2/
+WWW: https://github.com/simplegeo/python-oauth2
--- py-markdown2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list