FreeBSD Bugzilla – Attachment 129142 Details for
Bug 173101
www/trac-navadd: do not directly depend on setuptools
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.36 KB, created by
Ruslan Makhmatkhanov
on 2012-10-26 08:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ruslan Makhmatkhanov
Created:
2012-10-26 08:20:00 UTC
Size:
1.36 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 306424) >+++ Makefile (working copy) >@@ -1,13 +1,9 @@ >-# New ports collection makefile for: trac-navadd >-# Date created: January 23, 2009 >-# Whom: Brooks Davis <brooks@freebsd.org> >-# >+# Created by: Brooks Davis <brooks@freebsd.org> > # $FreeBSD$ >-# > > PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L} > PORTVERSION= 0.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= www devel python > MASTER_SITES= ${MASTER_SITE_LOCAL} > MASTER_SITE_SUBDIR= brooks >@@ -15,21 +11,14 @@ > DISTNAME= ${PORTNAME}plugin-${PORTVERSION} > > MAINTAINER= brooks@FreeBSD.org >-COMMENT= A plugin for adding navigation items into Trac navigation bars >+COMMENT= Plugin for adding navigation items into Trac navigation bars > > RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac >-BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools > >-USE_PYTHON= yes >-NO_BUILD= yes >-USE_PYDISTUTILS=yes >+USE_PYTHON= -2.7 >+USE_PYDISTUTILS= easy_install > PYDISTUTILS_PKGNAME= NavAdd >-WRKSRC= ${WRKDIR}/${PORTNAME}plugin >-PYDISTUTILS_NOEGGINFO= yes >+WRKSRC= ${WRKDIR}/${PORTNAME}plugin >+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% > >-PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg >- >-do-build: >- @${DO_NADA} >- > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173101
: 129142