1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

textproc/py-markdown: Update to 2.4, Use dos2unix

- Update to 2.4
- Use dos2unix on all sources [1]

Changes: https://pythonhosted.org/Markdown/release-2.4.html

[1] https://github.com/waylan/Python-Markdown/issues/289
This commit is contained in:
Kubilay Kocak 2014-02-19 12:40:03 +00:00
parent 6a2076f011
commit e7f180442d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345087
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= markdown
PORTVERSION= 2.3.1
PORTVERSION= 2.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,6 +15,7 @@ LICENSE= BSD3CLAUSE
TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose
USES= dos2unix
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes

View File

@ -1,2 +1,2 @@
SHA256 (Markdown-2.3.1.tar.gz) = ffebd9385717aba00ff4e95b705b7693ddf12a7d483483d441218b6d3f4cf290
SIZE (Markdown-2.3.1.tar.gz) = 267131
SHA256 (Markdown-2.4.tar.gz) = b8370fce4fbcd6b68b6b36c0fb0f4ec24d6ba37ea22988740f4701536611f1ae
SIZE (Markdown-2.4.tar.gz) = 260026