svn commit: r423114 - head/devel/py-mailcap-fix
Thomas Zander
riggs at FreeBSD.org
Sun Oct 2 12:11:56 UTC 2016
Author: riggs
Date: Sun Oct 2 12:11:54 2016
New Revision: 423114
URL: https://svnweb.freebsd.org/changeset/ports/423114
Log:
Remove python3 build limitation, new maintainer
Detailed log:
- Remove python version limit 3.3-3.4
- Set architecture neutral
- New maintainer: Danilo G. Baio <dbaio at bsd.com.br>
- Bump PORTREVISION
PR: 213146
Submitted by: dbaio at bsd.com.br (maintainer)
Modified:
head/devel/py-mailcap-fix/Makefile
Modified: head/devel/py-mailcap-fix/Makefile
==============================================================================
--- head/devel/py-mailcap-fix/Makefile Sun Oct 2 12:09:05 2016 (r423113)
+++ head/devel/py-mailcap-fix/Makefile Sun Oct 2 12:11:54 2016 (r423114)
@@ -2,10 +2,11 @@
PORTNAME= mailcap_fix
PORTVERSION= 0.2.0
+PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= dbaio at bsd.com.br
COMMENT= Mailcap module that correctly handles windcard entries
LICENSE= PD
@@ -14,13 +15,9 @@ LICENSE_FILE= ${WRKSRC}/UNLICENSE
USE_GITHUB= yes
GH_ACCOUNT= michael-lazar
GH_TAGNAME= v${PORTVERSION}
-USES= python:3.3-3.4
-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
+NO_ARCH= yes
+USES= python
+USE_PYTHON= distutils autoplist
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list