From 4048acf4c5c160eeb7b7a7d74ce6f4a05d27de10 Mon Sep 17 00:00:00 2001 From: wen Date: Sun, 19 May 2013 09:56:38 +0000 Subject: - Update MASTER_SITES - Add CONFLICTS - Trim Makefile headers PR: 178161 Submitted by: Matthias Petermann (maintainer) --- finance/trytond_company_work_time/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'finance') diff --git a/finance/trytond_company_work_time/Makefile b/finance/trytond_company_work_time/Makefile index ef940c049b32..12a568a6e4fc 100644 --- a/finance/trytond_company_work_time/Makefile +++ b/finance/trytond_company_work_time/Makefile @@ -1,14 +1,9 @@ -# New ports collection makefile for: trytond_company_work_time -# Date created: 08 September, 2012 -# Whom: Matthias Petermann -# # $FreeBSD$ -# PORTNAME= trytond_company_work_time PORTVERSION= 2.4.0 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 (Company Work Time Module) @@ -18,6 +13,8 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company +CONFLICTS= trytond_company_work_time-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install -- cgit