diff options
author | riggs <riggs@FreeBSD.org> | 2016-10-02 20:11:54 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2016-10-02 20:11:54 +0800 |
commit | 7e03844ab6266911409e1343e1fda3db56630c06 (patch) | |
tree | ae47ec6c722ee74f51fe5c6d4a27c78140d86445 /devel | |
parent | 98eb3d0d8252fc8c06fae8e7e1a4fc92d62b2941 (diff) | |
download | freebsd-ports-gnome-7e03844ab6266911409e1343e1fda3db56630c06.tar.gz freebsd-ports-gnome-7e03844ab6266911409e1343e1fda3db56630c06.tar.zst freebsd-ports-gnome-7e03844ab6266911409e1343e1fda3db56630c06.zip |
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@bsd.com.br>
- Bump PORTREVISION
PR: 213146
Submitted by: dbaio@bsd.com.br (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-mailcap-fix/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/py-mailcap-fix/Makefile b/devel/py-mailcap-fix/Makefile index bce5493a172f..227a365149d6 100644 --- a/devel/py-mailcap-fix/Makefile +++ b/devel/py-mailcap-fix/Makefile @@ -2,10 +2,11 @@ PORTNAME= mailcap_fix PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@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> |