pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Check against version >=0, instead of just omitting it.
Module Name: pkgsrc-wip
Committed By: Jeff Rizzo <riz%tastylime.net@localhost>
Pushed By: riz
Date: Sun Dec 6 14:19:35 2015 -0800
Changeset: efe64cf667404e0925102c8dc0c6103bb8f70910
Modified Files:
py-graphite-web/Makefile
Log Message:
Check against version >=0, instead of just omitting it.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=efe64cf667404e0925102c8dc0c6103bb8f70910
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-graphite-web/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/py-graphite-web/Makefile b/py-graphite-web/Makefile
index 6a7be90..62e82e8 100644
--- a/py-graphite-web/Makefile
+++ b/py-graphite-web/Makefile
@@ -13,7 +13,7 @@ LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-carbon>=${PKGREVISION_NOREV}:../../wip/py-carbon
DEPENDS+= ${PYPKGPREFIX}-django>=1.3.1:../../www/py-django
DEPENDS+= ${PYPKGPREFIX}-django-tagging>=0.3.1:../../www/py-django-tagging
-DEPENDS+= ${PYPKGPREFIX}-pytz:../../time/py-pytz
+DEPENDS+= ${PYPKGPREFIX}-pytz>=0:../../time/py-pytz
EGG_NAME= ${DISTNAME:S/graphite-/graphite_/}
Home |
Main Index |
Thread Index |
Old Index