From owner-svn-ports-head@freebsd.org Sun Oct 2 12:11:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F87CAC6BF9; Sun, 2 Oct 2016 12:11:56 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2E6DFF3; Sun, 2 Oct 2016 12:11:55 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u92CBttU052835; Sun, 2 Oct 2016 12:11:55 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u92CBtIs052827; Sun, 2 Oct 2016 12:11:55 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610021211.u92CBtIs052827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 2 Oct 2016 12:11:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423114 - head/devel/py-mailcap-fix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 12:11:56 -0000 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 - 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 -.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 +.include