FreeBSD Bugzilla – Attachment 118199 Details for
Bug 160388
[PATCH] deskutils/deskbar-applet: conditionally depend on simplejson
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1013 bytes, created by
R.Mahmatkhanov
on 2011-09-02 11:10:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
R.Mahmatkhanov
Created:
2011-09-02 11:10:11 UTC
Size:
1013 bytes
patch
obsolete
>diff -ruNa deskbar-applet.orig/Makefile deskbar-applet/Makefile >--- deskbar-applet.orig/Makefile 2011-02-25 13:59:08.000000000 +0300 >+++ deskbar-applet/Makefile 2011-09-02 14:01:03.000000000 +0400 >@@ -8,7 +8,7 @@ > > PORTNAME= deskbar-applet > PORTVERSION= 2.32.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= deskutils gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome2 >@@ -17,8 +17,7 @@ > COMMENT= Omnipresent versatile search interface > > BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus >-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ >- ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson >+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus > > USE_BZIP2= yes > USE_GETTEXT= yes >@@ -38,6 +37,10 @@ > > .include <bsd.port.pre.mk> > >+.if ${PYTHON_REL} < 260 >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson >+.endif >+ > _OSRELEASE!= ${UNAME} -r > > .if !defined(WITHOUT_EVO)
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 160388
: 118199