svn commit: r318477 - head/finance/trytond_account_be

Wen Heping wen at FreeBSD.org
Sun May 19 02:55:02 UTC 2013


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 at 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 at 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 at 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
 


More information about the svn-ports-all mailing list