svn commit: r325354 - head/devel/py-jira
Jimmy Olgeni
olgeni at FreeBSD.org
Sun Aug 25 16:13:50 UTC 2013
Author: olgeni
Date: Sun Aug 25 16:13:49 2013
New Revision: 325354
URL: http://svnweb.freebsd.org/changeset/ports/325354
Log:
Update iPython package name.
Modified:
head/devel/py-jira/Makefile
Modified: head/devel/py-jira/Makefile
==============================================================================
--- head/devel/py-jira/Makefile Sun Aug 25 16:13:06 2013 (r325353)
+++ head/devel/py-jira/Makefile Sun Aug 25 16:13:49 2013 (r325354)
@@ -3,6 +3,7 @@
PORTNAME= jira
PORTVERSION= 0.13
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT= Library to ease use of the JIRA
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:${PORTSDIR}/www/py-requests \
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:${PORTSDIR}/www/py-requests-oauthlib \
- ipython${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/devel/ipython \
+ ${PYTHON_PKGNAMEPREFIX}ipython>=0:${PORTSDIR}/devel/ipython \
${PYTHON_PKGNAMEPREFIX}tlslite>=0.4.1:${PORTSDIR}/security/py-tlslite \
${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto
More information about the svn-ports-head
mailing list