From owner-svn-ports-all@FreeBSD.ORG Wed Feb 5 18:24:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D8176E0; Wed, 5 Feb 2014 18:24:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56C0B1885; Wed, 5 Feb 2014 18:24:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15IOQQq077082; Wed, 5 Feb 2014 18:24:26 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15IOQfM077081; Wed, 5 Feb 2014 18:24:26 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402051824.s15IOQfM077081@svn.freebsd.org> From: Antoine Brodin Date: Wed, 5 Feb 2014 18:24:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342811 - head/devel/py-Products.MimetypesRegistry X-SVN-Group: ports-head 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.17 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: Wed, 05 Feb 2014 18:24:26 -0000 Author: antoine Date: Wed Feb 5 18:24:25 2014 New Revision: 342811 URL: http://svnweb.freebsd.org/changeset/ports/342811 QAT: https://qat.redports.org/buildarchive/r342811/ Log: Fix a typo that caused generated package to be empty While here, drop infozip depedency Modified: head/devel/py-Products.MimetypesRegistry/Makefile Modified: head/devel/py-Products.MimetypesRegistry/Makefile ============================================================================== --- head/devel/py-Products.MimetypesRegistry/Makefile Wed Feb 5 18:23:56 2014 (r342810) +++ head/devel/py-Products.MimetypesRegistry/Makefile Wed Feb 5 18:24:25 2014 (r342811) @@ -2,10 +2,11 @@ PORTNAME= Products.MimetypesRegistry PORTVERSION= 2.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +EXTRACT_SUFX= .zip DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org @@ -21,7 +22,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope USE_PYTHON= 2 USE_PYDISTUTILS= yes -PYDISTUTILS_ATOPLIST= yes -USE_ZIP= yes +PYDISTUTILS_AUTOPLIST= yes .include