Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Apr 2014 19:50:52 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        wen@FreeBSD.org
Subject:   ports/188700: [PATCH] www/py-WebError: stage
Message-ID:  <201404161750.s3GHoqbq064574@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404161800.s3GI01FK050778@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188700
>Category:       ports
>Synopsis:       [PATCH] www/py-WebError: stage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 16 18:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
- Stage
- Convert away from easy_install
- Use auto pkg-plist

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-WebError/0.10.3_1/

Port maintainer (wen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- py-WebError-0.10.3.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351406)
+++ Makefile	(working copy)
@@ -19,9 +19,9 @@
 		${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 260
--- py-WebError-0.10.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404161750.s3GHoqbq064574>