Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2013 03:28:58 +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: r318480 - head/french/trytond_account_fr
Message-ID:  <201305190328.r4J3SwHU064035@svn.freebsd.org>

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

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

Modified:
  head/french/trytond_account_fr/Makefile

Modified: head/french/trytond_account_fr/Makefile
==============================================================================
--- head/french/trytond_account_fr/Makefile	Sun May 19 03:19:18 2013	(r318479)
+++ head/french/trytond_account_fr/Makefile	Sun May 19 03:28:57 2013	(r318480)
@@ -1,19 +1,20 @@
-# Created by:	Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_account_fr
 PORTVERSION=	2.4.0
 CATEGORIES=	french finance python
-MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/
+MASTER_SITES=	http://downloads.tryton.org/${PORTVERSION:R}/
 
 MAINTAINER=	matthias@petermann.it
-COMMENT=	The chart of account which is used in France
+COMMENT=	Tryton Application Platform (French 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_fr-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?201305190328.r4J3SwHU064035>