Fwd: py27-scriptaculous-1.8.1.1_2 failed on amd64 9

Ruslan Makhmatkhanov cvs-src at yandex.ru
Thu Mar 21 11:26:37 UTC 2013


Hi,

Martin Wilke wrote on 21.03.2013 13:34:
>
>
> Begin forwarded message:
>
>> From: Portbuild user <portbuild at 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 at freebsd.org, miwi at 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.
-------------- next part --------------
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 at gmail.com>
-#
+# Created by: Wen Heping <wenheping at 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 at 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>


More information about the freebsd-python mailing list