diff options
Diffstat (limited to 'finance/trytond_calendar/Makefile')
-rw-r--r-- | finance/trytond_calendar/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/finance/trytond_calendar/Makefile b/finance/trytond_calendar/Makefile index 0ea724d7ac6e..a42f7c8335ac 100644 --- a/finance/trytond_calendar/Makefile +++ b/finance/trytond_calendar/Makefile @@ -1,14 +1,9 @@ -# New ports collection makefile for: trytond_calendar -# Date created: 08 September, 2012 -# Whom: Matthias Petermann<matthias@petermann.it> -# # $FreeBSD$ -# PORTNAME= trytond_calendar -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.3 CATEGORIES= finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Calendar Module) @@ -21,6 +16,8 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil +CONFLICTS= trytond_calendar-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install |