Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  9 Oct 2008 11:17:59 +0200 (CEST)
From:      Martin Matuska <mm@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/127965: [PATCH] www/trac-customfieldadmin
Message-ID:  <20081009091759.DB4514B148@mail.vx.sk>
Resent-Message-ID: <200810090920.m999K2Sc090032@freefall.freebsd.org>

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

>Number:         127965
>Category:       ports
>Synopsis:       [PATCH] www/trac-customfieldadmin
>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:   Thu Oct 09 09:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 7.1-PRERELEASE i386/amd64
>Organization:
>Environment:
FreeBSD 7.1-PRERELEASE i386/amd64
>Description:
- Simplify port (use more of bsd.python.mk)
- Fix package build (register with easy-install)
>How-To-Repeat:
>Fix:
Index: ports/www/trac-customfieldadmin/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-customfieldadmin/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- ports/www/trac-customfieldadmin/Makefile	18 Jul 2008 22:21:09 -0000	1.6
+++ ports/www/trac-customfieldadmin/Makefile	9 Oct 2008 08:49:18 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	customfieldadmin
 PORTVERSION=	0.2.4016
+PORTREVISION=	1
 CATEGORIES=	www devel python
 MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
 		LOCAL/glarkin
@@ -16,15 +17,15 @@
 MAINTAINER=	glarkin@FreeBSD.org
 COMMENT=	Web interface to administer Trac ticket custom fields
 
-BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
 RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
 
 USE_ZIP=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.11
-NO_BUILD=	yes
 USE_PYTHON=	2.3+
-USE_PYDISTUTILS=yes
+USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_PKGNAME=    TracCustomFieldAdmin
+PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
 PLIST_SUB+=	EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
 PYDISTUTILS_NOEGGINFO=	yes
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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