diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:11:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:11:00 +0800 |
commit | f480daa48375b0c0626d58bfd92a8a5ef4ae025f (patch) | |
tree | 49a0da26868242030c7b6024d6c14c872490d113 /finance | |
parent | de53546679294abf690c696211e526c6c4c5a104 (diff) | |
download | freebsd-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/Makefile | 4 |
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} |