aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-11-05 04:11:00 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-11-05 04:11:00 +0800
commitf480daa48375b0c0626d58bfd92a8a5ef4ae025f (patch)
tree49a0da26868242030c7b6024d6c14c872490d113 /finance
parentde53546679294abf690c696211e526c6c4c5a104 (diff)
downloadfreebsd-ports-gnome-f480daa48375b0c0626d58bfd92a8a5ef4ae025f.tar.gz
freebsd-ports-gnome-f480daa48375b0c0626d58bfd92a8a5ef4ae025f.tar.zst
freebsd-ports-gnome-f480daa48375b0c0626d58bfd92a8a5ef4ae025f.zip
- Move devel/py-parsing to devel/py-pyparsing
- Change MASTER_SITES to CHEESESHOP - Remove DISTNAME - While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile
Diffstat (limited to 'finance')
-rw-r--r--finance/openerp-web/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/openerp-web/Makefile b/finance/openerp-web/Makefile
index 7ab1d2bbfa8d..35d5778b0271 100644
--- a/finance/openerp-web/Makefile
+++ b/finance/openerp-web/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openerp-web
PORTVERSION= 5.0.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= finance python
MASTER_SITES= http://openerp.com/download/stable/source/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>0:${PORTSDIR}/www/py-cherrypy \
${PYTHON_PKGNAMEPREFIX}mako>0:${PORTSDIR}/textproc/py-mako \
${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \
${PYTHON_PKGNAMEPREFIX}formencode>0:${PORTSDIR}/www/py-formencode \
- ${PYTHON_PKGNAMEPREFIX}parsing>0:${PORTSDIR}/devel/py-parsing \
+ ${PYTHON_PKGNAMEPREFIX}pyparsing>0:${PORTSDIR}/devel/py-pyparsing \
${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \
${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt
RUN_DEPENDS:= ${BUILD_DEPENDS}