Bug 177317 - [UPDATE] textptoc/py-markdown to 2.3.1 and request maintainership
Summary: [UPDATE] textptoc/py-markdown to 2.3.1 and request maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-23 16:00 UTC by Gary J. Hayers
Modified: 2013-03-24 03:10 UTC (History)
0 users

See Also:


Attachments
file.shar (6.55 KB, text/plain)
2013-03-23 16:00 UTC, Gary J. Hayers
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gary J. Hayers 2013-03-23 16:00:00 UTC
Update textptoc/py-markdown to 2.3.1 and request maintainership

Fix: Patch attached with submission follows:
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2013-03-24 01:48:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->koobs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-24 03:08:43 UTC
Author: koobs
Date: Sun Mar 24 03:08:36 2013
New Revision: 315090
URL: http://svnweb.freebsd.org/changeset/ports/315090

Log:
  - 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)

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

Modified: head/textproc/py-markdown/Makefile
==============================================================================
--- head/textproc/py-markdown/Makefile	Sun Mar 24 01:44:44 2013	(r315089)
+++ head/textproc/py-markdown/Makefile	Sun Mar 24 03:08:36 2013	(r315090)
@@ -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>

Modified: head/textproc/py-markdown/distinfo
==============================================================================
--- head/textproc/py-markdown/distinfo	Sun Mar 24 01:44:44 2013	(r315089)
+++ head/textproc/py-markdown/distinfo	Sun Mar 24 03:08:36 2013	(r315090)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2013-03-24 03:10:34 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!