From owner-svn-ports-all@freebsd.org Mon Jan 25 16:26:15 2016 Return-Path: Delivered-To: svn-ports-all@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 68895A455CD; Mon, 25 Jan 2016 16:26:15 +0000 (UTC) (envelope-from feld@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 3928737C; Mon, 25 Jan 2016 16:26:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PGQE6b055762; Mon, 25 Jan 2016 16:26:14 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PGQETd055761; Mon, 25 Jan 2016 16:26:14 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601251626.u0PGQETd055761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 25 Jan 2016 16:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407227 - branches/2016Q1/security/py-pyaff4 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 16:26:15 -0000 Author: feld Date: Mon Jan 25 16:26:14 2016 New Revision: 407227 URL: https://svnweb.freebsd.org/changeset/ports/407227 Log: Revert MFH Only affects version 0.20 which is not in 2016Q1 Submitted by: antoine Approved by: ports-secteam (with hat) Modified: branches/2016Q1/security/py-pyaff4/Makefile Modified: branches/2016Q1/security/py-pyaff4/Makefile ============================================================================== --- branches/2016Q1/security/py-pyaff4/Makefile Mon Jan 25 16:21:29 2016 (r407226) +++ branches/2016Q1/security/py-pyaff4/Makefile Mon Jan 25 16:26:14 2016 (r407227) @@ -3,7 +3,6 @@ PORTNAME= PyAFF4 PORTVERSION= 0.17 -PORTREVISION= 1 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +19,4 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inte USES= python USE_PYTHON= distutils autoplist -post-extract: - @${CHMOD} -R a+rX ${WRKSRC} - .include