Date: Thu, 21 Mar 2013 15:26:02 +0400 From: Ruslan Makhmatkhanov <cvs-src@yandex.ru> To: Martin Wilke <miwi@freebsd.org> Cc: wen heping <wenheping@gmail.com>, python <python@FreeBSD.org> Subject: Re: Fwd: py27-scriptaculous-1.8.1.1_2 failed on amd64 9 Message-ID: <514AEE4A.2090508@yandex.ru> In-Reply-To: <0C54B03A-E227-4FD8-B641-D6341176DEEE@freebsd.org> References: <201303210903.r2L932Mt059616@pointyhat.freebsd.org> <0C54B03A-E227-4FD8-B641-D6341176DEEE@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------010809060401020205010702 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Martin Wilke wrote on 21.03.2013 13:34: > > > Begin forwarded message: > >> From: Portbuild user <portbuild@FreeBSD.org> >> Subject: py27-scriptaculous-1.8.1.1_2 failed on amd64 9 >> Date: March 21, 2013 5:03:02 PM GMT+08:00 >> To: erwin@freebsd.org, miwi@freebsd.org >> >> You can also find this build log at >> >> http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.9.20130321030640.pointyhat/py27-scriptaculous-1.8.1.1_2.log Finally got it. This patch (against devel/py-TGScheduler) will fix the issue. Sorry for delay. Wen, would you please approve the patch attached? -- Regards, Ruslan Tinderboxing kills... the drives. --------------010809060401020205010702 Content-Type: text/plain; charset=UTF-8; name="tgs.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="tgs.diff.txt" Index: Makefile =================================================================== --- Makefile (revision 314836) +++ Makefile (working copy) @@ -1,12 +1,9 @@ -# Ports collection makefile for: py-TGScheduler -# Date created: Dec 16, 2011 -# Whom: Wen Heping<wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= TGScheduler PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +11,16 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Turbogears Scheduler +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil USE_PYTHON= yes USE_PYDISTUTILS=easy_install +post-patch: + @${REINPLACE_CMD} -e 's,<2.0dev,!=2.0,g' ${WRKSRC}/setup.py + +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + .include <bsd.port.mk> --------------010809060401020205010702--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?514AEE4A.2090508>