Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2014 14:01:35 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363068 - head/textproc/py-markdown
Message-ID:  <201407271401.s6RE1Zk0024427@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407271401.s6RE1Zk0024427>