1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 2.3.1

- Update USE_PYTHON version
- Add LICENSE
- Add TEST_DEPENDS and regression-test target

PR:		ports/177317
Submitted by:	Gary J. Hayers
Approved by:	eadler (mentor)
This commit is contained in:
Kubilay Kocak 2013-03-24 03:08:36 +00:00
parent f50bec50b9
commit 0d35689c9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315090
2 changed files with 11 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= markdown
PORTVERSION= 2.3
PORTVERSION= 2.3.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,9 +11,16 @@ DISTNAME= Markdown-${PORTVERSION}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Text markup to HTML conversion engine for Python
USE_PYTHON= 2.5+
LICENSE= BSD
TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Markdown
regression-test: build
@cd ${WRKSRC} && nosetests
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Markdown-2.3.tar.gz) = b2175e573eedf4cff47f116f06a53ba50aeb0656ff58a9577e0547cd5b0be3ab
SIZE (Markdown-2.3.tar.gz) = 268514
SHA256 (Markdown-2.3.1.tar.gz) = ffebd9385717aba00ff4e95b705b7693ddf12a7d483483d441218b6d3f4cf290
SIZE (Markdown-2.3.1.tar.gz) = 267131