ports/127966: [UPDATE] www/trac-iniadmin to 0.2.3915

Martin Matuska mm at FreeBSD.org
Thu Oct 9 09:20:03 UTC 2008


>Number:         127966
>Category:       ports
>Synopsis:       [UPDATE] www/trac-iniadmin to 0.2.3915
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 09 09:20:03 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:
- Update trac-iniadmin from to 0.1 0.2.3915
- Match with trac 0.11
- Simplify port (use more of bsd.python.mk)
- Fix package build (register with easy-install)
- Request maintainership
>How-To-Repeat:
>Fix:
Index: ports/www/trac-iniadmin/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/trac-iniadmin/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- ports/www/trac-iniadmin/Makefile	7 Jul 2008 11:45:23 -0000	1.4
+++ ports/www/trac-iniadmin/Makefile	9 Oct 2008 08:49:34 -0000
@@ -6,25 +6,24 @@
 #
 
 PORTNAME=	iniadmin
-PORTVERSION=	0.1
-PORTREVISION=	2
+PORTVERSION=	0.2.3915
 CATEGORIES=	www devel python
-MASTER_SITES=	http://www.gerritbeine.de/download/trac/
+MASTER_SITES=	http://people.freebsd.org/~mm/trac/
 PKGNAMEPREFIX=	trac-
 DISTNAME=	${PORTNAME}plugin-${PORTVERSION}
 
-MAINTAINER=	gerrit.beine at gmx.de
+MAINTAINER=	mm at FreeBSD.org
 COMMENT=	Edit all trac.ini option via the WebAdminPlugin
 
-BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
 RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac \
 		${PYTHON_SITELIBDIR}/TracWebAdmin-0.1.2dev-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-webadmin
 
-WRKSRC=		${WRKDIR}/${PORTNAME}plugin
-NO_BUILD=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.11
 USE_PYTHON=	2.3+
-USE_PYDISTUTILS=yes
-PLIST_SUB+=	PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
+USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_PKGNAME=	IniAdmin
+PYDISTUTILS_PKGVERSION=	${PORTVERSION:R}
+PLIST_SUB+=	PORTVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
 PYDISTUTILS_NOEGGINFO=	yes
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list