svn commit: r363068 - head/textproc/py-markdown

Kubilay Kocak koobs at FreeBSD.org
Sun Jul 27 14:01:36 UTC 2014


Author: koobs
Date: Sun Jul 27 14:01:35 2014
New Revision: 363068
URL: http://svnweb.freebsd.org/changeset/ports/363068
QAT: https://qat.redports.org/buildarchive/r363068/

Log:
  textproc/py-markdown: Update to 2.4.1
  
  - Update to 2.4.1
  - Update COMMENT (ala upstream)
  - Add LICENSE_FILE
  - Update TEST_DEPENDS
  - Update pkg-descr and WWW: URL (ala upstream)

Modified:
  head/textproc/py-markdown/Makefile
  head/textproc/py-markdown/distinfo
  head/textproc/py-markdown/pkg-descr

Modified: head/textproc/py-markdown/Makefile
==============================================================================
--- head/textproc/py-markdown/Makefile	Sun Jul 27 13:51:55 2014	(r363067)
+++ head/textproc/py-markdown/Makefile	Sun Jul 27 14:01:35 2014	(r363068)
@@ -2,18 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	markdown
-PORTVERSION=	2.4
+PORTVERSION=	2.4.1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Markdown-${PORTVERSION}
 
 MAINTAINER=	koobs at FreeBSD.org
-COMMENT=	Text markup to HTML conversion engine for Python
+COMMENT=	Python implementation of Markdown
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-TEST_DEPENDS=	nosetests:${PORTSDIR}/devel/py-nose
+TEST_DEPENDS=	nosetests:${PORTSDIR}/devel/py-nose \
+		${PYTHON_PKGNAMEPREFIX}pytidylib:${PORTSDIR}/textproc/py-pytidylib
 
 USES=			dos2unix
 USE_PYTHON=		yes

Modified: head/textproc/py-markdown/distinfo
==============================================================================
--- head/textproc/py-markdown/distinfo	Sun Jul 27 13:51:55 2014	(r363067)
+++ head/textproc/py-markdown/distinfo	Sun Jul 27 14:01:35 2014	(r363068)
@@ -1,2 +1,2 @@
-SHA256 (Markdown-2.4.tar.gz) = b8370fce4fbcd6b68b6b36c0fb0f4ec24d6ba37ea22988740f4701536611f1ae
-SIZE (Markdown-2.4.tar.gz) = 260026
+SHA256 (Markdown-2.4.1.tar.gz) = 812ec5249f45edc31330b7fb06e52aaf6ab2d83aa27047df7cb6837ef2d269b6
+SIZE (Markdown-2.4.1.tar.gz) = 279760

Modified: head/textproc/py-markdown/pkg-descr
==============================================================================
--- head/textproc/py-markdown/pkg-descr	Sun Jul 27 13:51:55 2014	(r363067)
+++ head/textproc/py-markdown/pkg-descr	Sun Jul 27 14:01:35 2014	(r363068)
@@ -1,7 +1,13 @@
-Markdown is two things: (1) a plain text formatting syntax; and (2) a
-software tool that converts the plain text formatting to (X)HTML. The
-formatting syntax is designed to be easy and intuitive for web authors
-and resembles typical email formatting conventions. The resultant
-(X)HTML is structurally valid.
+This is a Python implementation of John Gruber's Markdown. It is almost
+completely compliant with the reference implementation, though there are a
+few very minor differences.
 
-WWW: https://pypi.python.org/pypi/Markdown
+Features:
+
+  * International Input
+  * Extensions
+  * Output Formats
+  * "Safe Modes"
+  * Command Line Interface
+
+WWW: http://packages.python.org/Markdown


More information about the svn-ports-all mailing list