FreeBSD Bugzilla – Attachment 118205 Details for
Bug 160394
[UPDATE] www/py-surl: 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), 888 bytes, created by
R.Mahmatkhanov
on 2011-09-02 15:10:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
R.Mahmatkhanov
Created:
2011-09-02 15:10:09 UTC
Size:
888 bytes
patch
obsolete
>diff -ruNa py-surl.orig/Makefile py-surl/Makefile >--- py-surl.orig/Makefile 2010-10-19 18:56:40.000000000 +0400 >+++ py-surl/Makefile 2011-09-02 17:58:41.000000000 +0400 >@@ -7,6 +7,7 @@ > > PORTNAME= surl > PORTVERSION= 0.7.0 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= http://launchpadlibrarian.net/37026875/ \ > http://www.c-s.li/ports/ >@@ -15,13 +16,16 @@ > MAINTAINER= c-s@c-s.li > COMMENT= URL shortening command line application > >-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson >- > LICENSE= GPLv3 > > USE_PYTHON= 2.5+ > USE_PYDISTUTILS=yes > USE_BZIP2= yes > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PYTHON_REL} < 260 >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${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 160394
: 118205