FreeBSD Bugzilla – Attachment 118589 Details for
Bug 160858
[PATCH] www/py-pyramid: depend on simplejson conditionally
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.16 KB, created by
R.Mahmatkhanov
on 2011-09-20 22:00:20 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
R.Mahmatkhanov
Created:
2011-09-20 22:00:20 UTC
Size:
1.16 KB
patch
obsolete
>diff --git a/Makefile b/Makefile >index e8c9fdc..6e9b166 100644 >--- a/Makefile >+++ b/Makefile >@@ -7,6 +7,7 @@ > > PORTNAME= pyramid > PORTVERSION= 1.1.2 >+PORTREVISION= 1 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -20,7 +21,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Chameleon>=1.2.3:${PORTSDIR}/textproc/py-C > ${PYTHON_PKGNAMEPREFIX}PasteScript>=1.7.3:${PORTSDIR}/www/py-pastescript \ > ${PYTHON_PKGNAMEPREFIX}mako>=0.3.6:${PORTSDIR}/textproc/py-mako \ > ${PYTHON_PKGNAMEPREFIX}repoze.lru>=0:${PORTSDIR}/devel/py-repoze.lru \ >- ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.8:${PORTSDIR}/devel/py-simplejson \ > ${PYTHON_PKGNAMEPREFIX}translationstring>=0:${PORTSDIR}/textproc/py-translationstring \ > ${PYTHON_PKGNAMEPREFIX}venusian>=0.5:${PORTSDIR}/devel/py-venusian \ > ${PYTHON_PKGNAMEPREFIX}webob>=1.0:${PORTSDIR}/www/py-webob \ >@@ -37,4 +37,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} > USE_PYTHON= 2.5+ > USE_PYDISTUTILS= easy_install > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PYTHON_REL} < 260 >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.8:${PORTSDIR}/devel/py-simplejson >+.endif >+ >+.include <bsd.port.post.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 160858
: 118589