Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2016 12:11:55 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423114 - head/devel/py-mailcap-fix
Message-ID:  <201610021211.u92CBtIs052827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@bsd.com.br>
  - Bump PORTREVISION
  
  PR:		213146
  Submitted by:	dbaio@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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610021211.u92CBtIs052827>