Date: Thu, 06 Feb 2014 13:55:59 +0400 From: Ruslan Makhmatkhanov <cvs-src@yandex.ru> To: Antoine Brodin <antoine@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r342811 - head/devel/py-Products.MimetypesRegistry Message-ID: <52F35C2F.3090707@yandex.ru> In-Reply-To: <201402051824.s15IOQfM077081@svn.freebsd.org> References: <201402051824.s15IOQfM077081@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Antoine Brodin wrote on 05.02.2014 22:24: > 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 <bsd.port.mk> Thanks a lot for this! But why you changed UZE_ZIP with EXTRACT_SUFX? -- Regards, Ruslan T.O.S. Of Reality
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52F35C2F.3090707>