Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2006 12:18:02 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96885: [PATCH] devel/py-twisted: portlint(1) fixes
Message-ID:  <200605061918.k46JI2wM005202@Laptop.mine.box>
Resent-Message-ID: <200605061920.k46JK8Sb091574@freefall.freebsd.org>

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

>Number:         96885
>Category:       ports
>Synopsis:       [PATCH] devel/py-twisted: portlint(1) fixes
>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:   Sat May 06 19:20:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.1-RC i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.1-RC FreeBSD 6.1-RC #4: Fri May  5 23:54:44 PDT
>Description:
- Move WRKSRC to make portlint(1) happy 

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- py24-twisted-1.3.0_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-twisted/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/py-twisted/Makefile
--- /usr/ports/devel/py-twisted/Makefile	Sat Oct 15 19:13:30 2005
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/py-twisted/Makefile	Sat May  6 12:17:08 2006
@@ -15,7 +15,6 @@
 MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Twisted_NoDocs-${PORTVERSION}
-WRKSRC=		${WRKDIR}/Twisted-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An event-based Python framework for internet applications
@@ -32,6 +31,8 @@
 USE_PYDISTUTILS=	yes
 
 PLIST_SUB+=	S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
+
+WRKSRC=		${WRKDIR}/Twisted-${PORTVERSION}
 
 post-install:
 	@ ${MKDIR} ${DATADIR}/admin
--- py24-twisted-1.3.0_2.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?200605061918.k46JI2wM005202>