Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2013 02:55:02 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318477 - head/finance/trytond_account_be
Message-ID:  <201305190255.r4J2t21q051888@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sun May 19 02:55:02 2013
New Revision: 318477
URL: http://svnweb.freebsd.org/changeset/ports/318477

Log:
  - Update MASTER_SITES and COMMENT
  - Add CONFLICTS
  - Trim Makefile headers
  
  PR:		178161
  Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)

Modified:
  head/finance/trytond_account_be/Makefile

Modified: head/finance/trytond_account_be/Makefile
==============================================================================
--- head/finance/trytond_account_be/Makefile	Sun May 19 02:51:56 2013	(r318476)
+++ head/finance/trytond_account_be/Makefile	Sun May 19 02:55:02 2013	(r318477)
@@ -1,19 +1,21 @@
-# Created by:	Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_account_be
 PORTVERSION=	2.4.0
 CATEGORIES=	finance python
-MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/
+MASTER_SITES=	http://downloads.tryton.org/${PORTVERSION:R}/ \
+		http://downloads2.tryton.org/${PORTVERSION:R}/
 
 MAINTAINER=	matthias@petermann.it
-COMMENT=	The chart of account which is used in Belgium
+COMMENT=	Tryton Application Platform (Belgian Account Chart)
 
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account
 
+CONFLICTS=	trytond_account-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305190255.r4J2t21q051888>