svn commit: r419961 - in head/devel: . py-mailcap-fix

Tilman Keskinoz arved at FreeBSD.org
Tue Aug 9 19:36:48 UTC 2016


Author: arved
Date: Tue Aug  9 19:36:46 2016
New Revision: 419961
URL: https://svnweb.freebsd.org/changeset/ports/419961

Log:
  Add py-mailcap-fix, a module to fix a bug in the python mailcap module
  
  This port is a dependency of the upcoming update to www/rtv

Added:
  head/devel/py-mailcap-fix/
  head/devel/py-mailcap-fix/Makefile   (contents, props changed)
  head/devel/py-mailcap-fix/distinfo   (contents, props changed)
  head/devel/py-mailcap-fix/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Aug  9 18:28:54 2016	(r419960)
+++ head/devel/Makefile	Tue Aug  9 19:36:46 2016	(r419961)
@@ -4224,6 +4224,7 @@
     SUBDIR += py-louie
     SUBDIR += py-lxml
     SUBDIR += py-magic
+    SUBDIR += py-mailcap-fix
     SUBDIR += py-manuel
     SUBDIR += py-matrix-angular-sdk
     SUBDIR += py-mccabe

Added: head/devel/py-mailcap-fix/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-mailcap-fix/Makefile	Tue Aug  9 19:36:46 2016	(r419961)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	mailcap_fix
+PORTVERSION=	0.1.3
+CATEGORIES=	devel python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	arved at FreeBSD.org
+COMMENT=	Mailcap module that correctly handles windcard entries
+
+LICENSE=	PD
+LICENSE_FILE=	${WRKSRC}/UNLICENSE
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	michael-lazar
+GH_TAGNAME=	${PORTVERSION}
+USES=		python:3.3+
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.pre.mk>
+
+.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
+IGNORE=	you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
+.endif
+
+.include <bsd.port.post.mk>

Added: head/devel/py-mailcap-fix/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-mailcap-fix/distinfo	Tue Aug  9 19:36:46 2016	(r419961)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1470771315
+SHA256 (michael-lazar-mailcap_fix-0.1.3_GH0.tar.gz) = fba24851100573acb38ffb86639846096961f458c10e923510faed7994e73664
+SIZE (michael-lazar-mailcap_fix-0.1.3_GH0.tar.gz) = 17514

Added: head/devel/py-mailcap-fix/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-mailcap-fix/pkg-descr	Tue Aug  9 19:36:46 2016	(r419961)
@@ -0,0 +1,6 @@
+This package patches the python standard library's mailcap module in order to 
+correctly handle windcard entries.
+
+The bug is documented on the bug tracker here: issue 14977
+
+WWW: https://github.com/michael-lazar/mailcap_fix


More information about the svn-ports-all mailing list