Bug 178161 - [new ports] finance/trytond24 / finance/tryton24 (replaces old trytond / tryton ports)
Summary: [new ports] finance/trytond24 / finance/tryton24 (replaces old trytond / tryt...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-25 21:00 UTC by Matthias Petermann
Modified: 2013-05-19 16:30 UTC (History)
0 users

See Also:


Attachments
file.shar (37.42 KB, text/plain)
2013-04-25 21:00 UTC, Matthias Petermann
no flags Details
trytond24_2013-04-25.txt (379.60 KB, text/plain)
2013-04-25 21:02 UTC, matthias
no flags Details
plan.ods (16.71 KB, application/octet-stream)
2013-04-25 21:09 UTC, matthias
no flags Details
tryton-patches_2013-05-18.txt (100.91 KB, text/plain; charset=us-ascii)
2013-05-18 16:49 UTC, matthias
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Petermann 2013-04-25 21:00:00 UTC
# Purpose of this PR

The main purpose of this PR is to update all Tryton 2.4 ports 
to their latest patch release.

The secondary purpose is to rename all the Tryton ports to make
it easier to support multiple versions in parallel. 

# Background of the Renaming

Currently, the Tryton ports don't carry a version number in their
name. This is a bit confusing as I am going to support Tryton 
versions 2.4, 2.6 and later 2.8. 

The attached Tryton ports follow the schema:

  trytond24-modulename  (Server and Modules)
  tryton24              (Client)
  
So Tryton 2.6 can easily be added later without impact:

  trytond26-modulename  (Server and Modules)
  tryton26              (Client)

# Update Procedure

As all Tryton ports need to be touched *and* renamed, the following
procedure appears reasonable to me:

* remove all existing tryton-* / trytond-* ports from the ports
  collection
   
* add the ports in the attached shar archives to the ports 
  collection
   
# Contents
   
Attached to this PR are two shar archives:

* tryton24_2013-04-25.txt   (The Tryton 2.4 Client)
* trytond24_2013-04-25.txt  (The Tryton 2.4 Server + Modules)

Fix: Patch attached with submission follows:
Comment 1 matthias 2013-04-25 21:02:52 UTC
Added second attachment: trytond24_2013-04-25.txt
Comment 2 matthias 2013-04-25 21:09:09 UTC
Added third attachment: plan.ods (Libreoffice Spreadsheet with detail 
information on the updated versions)
Comment 3 Wen Heping freebsd_committer freebsd_triage 2013-05-06 07:30:00 UTC
Responsible Changed
From-To: freebsd-bugs->wen

I'll take it.
Comment 4 matthias 2013-05-18 16:49:39 UTC
After discussion with Wen Heping (Committer) it was decided to keep all 
tryton-* ports name for the 2.4 series and update it to newest 2.4 
version. The attached shar archive contains a number of single patches. 
Future tryton versions will be created under tryton26-* and tryton28-* 
prefixes.

Comment 5 dfilter service freebsd_committer freebsd_triage 2013-05-19 02:20:48 UTC
Author: wen
Date: Sun May 19 01:20:35 2013
New Revision: 318468
URL: http://svnweb.freebsd.org/changeset/ports/318468

Log:
  - Update to 2.4.4
  - Add CONFLICTS
  - Update COMMENT
  
  PR:		178161
  Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)

Modified:
  head/finance/tryton/Makefile
  head/finance/tryton/distinfo

Modified: head/finance/tryton/Makefile
==============================================================================
--- head/finance/tryton/Makefile	Sat May 18 23:22:44 2013	(r318467)
+++ head/finance/tryton/Makefile	Sun May 19 01:20:35 2013	(r318468)
@@ -1,22 +1,25 @@
-# Created by: Matthias Petermann <matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	tryton
-PORTVERSION=	2.4.1
+PORTVERSION=	2.4.4
 CATEGORIES=	finance python
-MASTER_SITES=	http://downloads2.tryton.org/2.4/
+MASTER_SITES=	http://downloads.tryton.org/2.4/ \
+		http://downloads2.tryton.org/2.4/
 
 MAINTAINER=	matthias@petermann.it
-COMMENT=	The Tryton Gtk+ client
+COMMENT=	Tryton Application Platform (Gtk+ Client)
 
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \
 		${PYTHON_PKGNAMEPREFIX}pytz>=2012:${PORTSDIR}/devel/py-pytz
 
+CONFLICTS=	tryton-2.[68].*
+
 USE_PYTHON=	-2.7
 USE_PYDISTUTILS=easy_install
 USE_GNOME=	gtk20 desktopfileutils pygtk2
+USE_GETTEXT=	yes
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/tryton.desktop ${PREFIX}/share/applications/tryton.desktop

Modified: head/finance/tryton/distinfo
==============================================================================
--- head/finance/tryton/distinfo	Sat May 18 23:22:44 2013	(r318467)
+++ head/finance/tryton/distinfo	Sun May 19 01:20:35 2013	(r318468)
@@ -1,2 +1,2 @@
-SHA256 (tryton-2.4.1.tar.gz) = 96a4f13677c272c9d8a30ec8c44f087ca30567d1a44bf546e94103dd19acf02f
-SIZE (tryton-2.4.1.tar.gz) = 625710
+SHA256 (tryton-2.4.4.tar.gz) = 1513d51ee5626b322d8090342bd6cea9c2792fe0c4ca83875a725758ec094531
+SIZE (tryton-2.4.4.tar.gz) = 626283
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-05-19 02:24:52 UTC
Author: wen
Date: Sun May 19 01:24:44 2013
New Revision: 318469
URL: http://svnweb.freebsd.org/changeset/ports/318469

Log:
  - Update to 2.4.5
  - Add CONFLICTS
  - Update WWW, COMMENT and MASTER_SITES
  - Trim Makefile headers
  - Pass maintainership to submitter
  
  PR:		178161
  Submitted by:	Matthias Petermann <matthias@petermann.it>

Modified:
  head/finance/trytond/Makefile
  head/finance/trytond/distinfo
  head/finance/trytond/pkg-descr

Modified: head/finance/trytond/Makefile
==============================================================================
--- head/finance/trytond/Makefile	Sun May 19 01:20:35 2013	(r318468)
+++ head/finance/trytond/Makefile	Sun May 19 01:24:44 2013	(r318469)
@@ -1,18 +1,14 @@
-# New ports collection makefile for:	trytond
-# Date created:		09 July, 2009
-# Whom:			Wen Heping<wenheping@gmail.com>
-#
+# Created by: Wen Heping<wenheping@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	trytond
-PORTVERSION=	2.4.1
-PORTREVISION=	3
+PORTVERSION=	2.4.5
 CATEGORIES=	finance python
-MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/
+MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/ \
+		http://downloads2.tryton.org/${PORTVERSION:R}/
 
-MAINTAINER=	wen@FreeBSD.org
-COMMENT=	A three-tiers high-level general purpose application platform
+MAINTAINER=	matthias@petermann.it
+COMMENT=	Tryton Application Platform (Server)
 
 LICENSE=	GPLv3
 
@@ -24,6 +20,8 @@ BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/mx/_
 		${PYTHON_PKGNAMEPREFIX}polib>=0.7.0:${PORTSDIR}/devel/py-polib
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+CONFLICTS=	trytond-2.[68].*
+
 USERS=		trytond
 GROUPS=		trytond
 

Modified: head/finance/trytond/distinfo
==============================================================================
--- head/finance/trytond/distinfo	Sun May 19 01:20:35 2013	(r318468)
+++ head/finance/trytond/distinfo	Sun May 19 01:24:44 2013	(r318469)
@@ -1,2 +1,2 @@
-SHA256 (trytond-2.4.1.tar.gz) = a0d986ee2e4b60f3c98e696ba41c37079bca3d28e06642371fe54fca2fa8970d
-SIZE (trytond-2.4.1.tar.gz) = 440704
+SHA256 (trytond-2.4.5.tar.gz) = 73a8e5c0942b621760026eaaa267eea6db3bd5426ad2eeb26b39e300fac17f27
+SIZE (trytond-2.4.5.tar.gz) = 441771

Modified: head/finance/trytond/pkg-descr
==============================================================================
--- head/finance/trytond/pkg-descr	Sun May 19 01:20:35 2013	(r318468)
+++ head/finance/trytond/pkg-descr	Sun May 19 01:24:44 2013	(r318469)
@@ -3,4 +3,4 @@ under the license GPL-3 written in Pytho
 database engine. It is the core base of a complete business solution
 providing modularity, scalability and security.
 
-WWW:	http://www.tryton.org/
+WWW: http://www.tryton.org/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 7 dfilter service freebsd_committer freebsd_triage 2013-05-19 02:43:39 UTC
Author: wen
Date: Sun May 19 01:43:31 2013
New Revision: 318470
URL: http://svnweb.freebsd.org/changeset/ports/318470

Log:
  - Update to 2.4.1
  - Trim Makefile headers
  - Update COMMENT
  - Add CONFLICTS
  
  PR:		178161
  Submitted by:	Matthias Petermann <matthias@petermann.it>

Modified:
  head/finance/trytond_product/Makefile
  head/finance/trytond_product/distinfo

Modified: head/finance/trytond_product/Makefile
==============================================================================
--- head/finance/trytond_product/Makefile	Sun May 19 01:24:44 2013	(r318469)
+++ head/finance/trytond_product/Makefile	Sun May 19 01:43:31 2013	(r318470)
@@ -1,22 +1,20 @@
-# New ports collection makefile for:	trytond_product
-# Date created:		12 August, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_product
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 CATEGORIES=	finance python
-MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/
+MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/ \
+		http://downloads.tryton.org/${PORTVERSION:R}/
 
 MAINTAINER=	matthias@petermann.it
-COMMENT=	The Product Module for Tryton
+COMMENT=	Tryton Application Platform (Product Module)
 
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond
 
+CONFLICTS=	trytond_product-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_product/distinfo
==============================================================================
--- head/finance/trytond_product/distinfo	Sun May 19 01:24:44 2013	(r318469)
+++ head/finance/trytond_product/distinfo	Sun May 19 01:43:31 2013	(r318470)
@@ -1,2 +1,2 @@
-SHA256 (trytond_product-2.4.0.tar.gz) = 2b0051c5b8576154d61f8f8f8d0817d522932f213197dbec418872695667d6e9
-SIZE (trytond_product-2.4.0.tar.gz) = 43139
+SHA256 (trytond_product-2.4.1.tar.gz) = 8d46795dff46a3b1bf28e94c971372085dd5aa7515dea9566a132c88db8f9d88
+SIZE (trytond_product-2.4.1.tar.gz) = 43054
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 8 dfilter service freebsd_committer freebsd_triage 2013-05-19 03:05:34 UTC
Author: wen
Date: Sun May 19 02:05:22 2013
New Revision: 318473
URL: http://svnweb.freebsd.org/changeset/ports/318473

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

Modified:
  head/finance/trytond_country/Makefile

Modified: head/finance/trytond_country/Makefile
==============================================================================
--- head/finance/trytond_country/Makefile	Sun May 19 01:57:13 2013	(r318472)
+++ head/finance/trytond_country/Makefile	Sun May 19 02:05:22 2013	(r318473)
@@ -1,22 +1,19 @@
-# New ports collection makefile for:	trytond_country
-# Date created:		12 August, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_country
 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=	The Country Module for Tryton
+COMMENT=	Tryton Application Platform (Country Module)
 
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond
 
+CONFLICTS=	trytond_country-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 9 dfilter service freebsd_committer freebsd_triage 2013-05-19 03:46:37 UTC
Author: wen
Date: Sun May 19 02:46:30 2013
New Revision: 318474
URL: http://svnweb.freebsd.org/changeset/ports/318474

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

Modified:
  head/finance/trytond_company/Makefile
  head/finance/trytond_company/distinfo

Modified: head/finance/trytond_company/Makefile
==============================================================================
--- head/finance/trytond_company/Makefile	Sun May 19 02:05:22 2013	(r318473)
+++ head/finance/trytond_company/Makefile	Sun May 19 02:46:30 2013	(r318474)
@@ -1,17 +1,12 @@
-# New ports collection makefile for:	trytond_company
-# Date created:		12 August, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_company
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 CATEGORIES=	finance python
-MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/
+MASTER_SITES=	http://downloads.tryton.org/${PORTVERSION:R}/
 
 MAINTAINER=	matthias@petermann.it
-COMMENT=	The Company Module for Tryton
+COMMENT=	Tryton Application Platform (Company Module)
 
 LICENSE=	GPLv3
 
@@ -19,6 +14,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \
 		trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency
 
+CONFLICTS=	trytond_company-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_company/distinfo
==============================================================================
--- head/finance/trytond_company/distinfo	Sun May 19 02:05:22 2013	(r318473)
+++ head/finance/trytond_company/distinfo	Sun May 19 02:46:30 2013	(r318474)
@@ -1,2 +1,2 @@
-SHA256 (trytond_company-2.4.0.tar.gz) = 17bc3fe4fcca0efcb5833adb4994c88f9d7d917ad56779f06379c473a4fa9d0d
-SIZE (trytond_company-2.4.0.tar.gz) = 51491
+SHA256 (trytond_company-2.4.1.tar.gz) = 84561ff3762086efc22661d224a15fa6f1b97a238c79f114dfa5d24ed9be8d6c
+SIZE (trytond_company-2.4.1.tar.gz) = 51382
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 10 dfilter service freebsd_committer freebsd_triage 2013-05-19 03:49:34 UTC
Author: wen
Date: Sun May 19 02:49:27 2013
New Revision: 318475
URL: http://svnweb.freebsd.org/changeset/ports/318475

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

Modified:
  head/finance/trytond_party/Makefile
  head/finance/trytond_party/distinfo

Modified: head/finance/trytond_party/Makefile
==============================================================================
--- head/finance/trytond_party/Makefile	Sun May 19 02:46:30 2013	(r318474)
+++ head/finance/trytond_party/Makefile	Sun May 19 02:49:27 2013	(r318475)
@@ -1,17 +1,13 @@
-# New ports collection makefile for:	trytond_party
-# Date created:		12 August, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_party
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 CATEGORIES=	finance python
-MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/
+MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/ \
+		http://downloads.tryton.org/${PORTVERSION:R}/
 
 MAINTAINER=	matthias@petermann.it
-COMMENT=	The Party Module for Tryton
+COMMENT=	Tryton Application Platform (Party Module)
 
 LICENSE=	GPLv3
 
@@ -19,6 +15,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_country>=2.4.0:${PORTSDIR}/finance/trytond_country \
 		${PYTHON_PKGNAMEPREFIX}vatnumber>=1.0.0:${PORTSDIR}/finance/py-vatnumber
 
+CONFLICTS=	trytond_party-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_party/distinfo
==============================================================================
--- head/finance/trytond_party/distinfo	Sun May 19 02:46:30 2013	(r318474)
+++ head/finance/trytond_party/distinfo	Sun May 19 02:49:27 2013	(r318475)
@@ -1,2 +1,2 @@
-SHA256 (trytond_party-2.4.0.tar.gz) = d0ba5a6ddf57f254c650239608997ad46950e532d3da9e1af87f0a1e4231e723
-SIZE (trytond_party-2.4.0.tar.gz) = 53011
+SHA256 (trytond_party-2.4.1.tar.gz) = dfe124f98cbaf96566bf88a37a3dccc783965b78709531c2e2d3aad5e919347d
+SIZE (trytond_party-2.4.1.tar.gz) = 52852
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 11 dfilter service freebsd_committer freebsd_triage 2013-05-19 03:52:08 UTC
Author: wen
Date: Sun May 19 02:51:56 2013
New Revision: 318476
URL: http://svnweb.freebsd.org/changeset/ports/318476

Log:
  - Update to 2.4.4
  - 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/Makefile
  head/finance/trytond_account/distinfo

Modified: head/finance/trytond_account/Makefile
==============================================================================
--- head/finance/trytond_account/Makefile	Sun May 19 02:49:27 2013	(r318475)
+++ head/finance/trytond_account/Makefile	Sun May 19 02:51:56 2013	(r318476)
@@ -1,17 +1,12 @@
-# New ports collection makefile for:	trytond_account
-# Date created:		12 August, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_account
-PORTVERSION=	2.4.1
+PORTVERSION=	2.4.4
 CATEGORIES=	finance python
-MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/
+MASTER_SITES=	http://downloads.tryton.org/${PORTVERSION:R}/
 
 MAINTAINER=	matthias@petermann.it
-COMMENT=	The Account Module for Tryton
+COMMENT=	Tryton Application Platform (Account Module)
 
 LICENSE=	GPLv3
 
@@ -19,6 +14,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil
 
+CONFLICTS=	trytond_account-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_account/distinfo
==============================================================================
--- head/finance/trytond_account/distinfo	Sun May 19 02:49:27 2013	(r318475)
+++ head/finance/trytond_account/distinfo	Sun May 19 02:51:56 2013	(r318476)
@@ -1,2 +1,2 @@
-SHA256 (trytond_account-2.4.1.tar.gz) = 1e12c9176fc8007a1304db90c464e4866693ca3da9d01146ecda4e54a242e67e
-SIZE (trytond_account-2.4.1.tar.gz) = 240508
+SHA256 (trytond_account-2.4.4.tar.gz) = 93b1c895f4b8c8bc0c074a2a7da76ce23b41eea9a3e1cee325b5c4c2d8558516
+SIZE (trytond_account-2.4.4.tar.gz) = 240721
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 12 dfilter service freebsd_committer freebsd_triage 2013-05-19 03:55:14 UTC
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
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 13 dfilter service freebsd_committer freebsd_triage 2013-05-19 04:19:25 UTC
Author: wen
Date: Sun May 19 03:19:18 2013
New Revision: 318479
URL: http://svnweb.freebsd.org/changeset/ports/318479

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

Modified:
  head/german/trytond_account_de_skr03/Makefile

Modified: head/german/trytond_account_de_skr03/Makefile
==============================================================================
--- head/german/trytond_account_de_skr03/Makefile	Sun May 19 03:02:19 2013	(r318478)
+++ head/german/trytond_account_de_skr03/Makefile	Sun May 19 03:19:18 2013	(r318479)
@@ -1,19 +1,20 @@
-# Created by:	Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_account_de_skr03
 PORTVERSION=	2.4.0
 CATEGORIES=	german finance python
-MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/
+MASTER_SITES=	http://downloads.tryton.org/${PORTVERSION:R}/
 
 MAINTAINER=	matthias@petermann.it
-COMMENT=	The SKR03 chart of account which is used in Germany
+COMMENT=	Tryton Application Platform (German 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_de_skr03-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 14 dfilter service freebsd_committer freebsd_triage 2013-05-19 04:29:10 UTC
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
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 15 dfilter service freebsd_committer freebsd_triage 2013-05-19 04:44:10 UTC
Author: wen
Date: Sun May 19 03:43:58 2013
New Revision: 318481
URL: http://svnweb.freebsd.org/changeset/ports/318481

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

Modified:
  head/finance/trytond_account_product/Makefile

Modified: head/finance/trytond_account_product/Makefile
==============================================================================
--- head/finance/trytond_account_product/Makefile	Sun May 19 03:28:57 2013	(r318480)
+++ head/finance/trytond_account_product/Makefile	Sun May 19 03:43:58 2013	(r318481)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	trytond_account_product
-# Date created:		12 August, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_account_product
 PORTVERSION=	2.4.1
@@ -11,7 +6,7 @@ CATEGORIES=	finance python
 MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/
 
 MAINTAINER=	matthias@petermann.it
-COMMENT=	The Account Product Module for Tryton
+COMMENT=	Tryton Application Platform (Account Product Module)
 
 LICENSE=	GPLv3
 
@@ -19,6 +14,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account \
 		trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product
 
+CONFLICTS=	trytond_account_product-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 16 dfilter service freebsd_committer freebsd_triage 2013-05-19 04:58:05 UTC
Author: wen
Date: Sun May 19 03:57:57 2013
New Revision: 318482
URL: http://svnweb.freebsd.org/changeset/ports/318482

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

Modified:
  head/finance/trytond_account_invoice/Makefile
  head/finance/trytond_account_invoice/distinfo

Modified: head/finance/trytond_account_invoice/Makefile
==============================================================================
--- head/finance/trytond_account_invoice/Makefile	Sun May 19 03:43:58 2013	(r318481)
+++ head/finance/trytond_account_invoice/Makefile	Sun May 19 03:57:57 2013	(r318482)
@@ -1,23 +1,20 @@
-# New ports collection makefile for:	trytond_account_invoice
-# Date created:		12 August, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_account_invoice
-PORTVERSION=	2.4.1
+PORTVERSION=	2.4.2
 CATEGORIES=	finance python
-MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/
+MASTER_SITES=	http://downloads.tryton.org/${PORTVERSION:R}/
 
 MAINTAINER=	matthias@petermann.it
-COMMENT=	The Account Invoice Module for Tryton
+COMMENT=	Tryton Application Platform (Account Invoice Module)
 
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_account_product>=2.4.1:${PORTSDIR}/finance/trytond_account_product
 
+CONFLICTS=	trytond_account_invoice-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_account_invoice/distinfo
==============================================================================
--- head/finance/trytond_account_invoice/distinfo	Sun May 19 03:43:58 2013	(r318481)
+++ head/finance/trytond_account_invoice/distinfo	Sun May 19 03:57:57 2013	(r318482)
@@ -1,2 +1,2 @@
-SHA256 (trytond_account_invoice-2.4.1.tar.gz) = 8eae98a70a4396390b5a19edf434c8e8ac1c89027199afd111f74547a1bbfa24
-SIZE (trytond_account_invoice-2.4.1.tar.gz) = 101498
+SHA256 (trytond_account_invoice-2.4.2.tar.gz) = 1b6a42d68348405a43eca3b72ed84eea487ff5523ad0ee78c947c006ca70c07b
+SIZE (trytond_account_invoice-2.4.2.tar.gz) = 101617
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 17 dfilter service freebsd_committer freebsd_triage 2013-05-19 05:53:21 UTC
Author: wen
Date: Sun May 19 04:53:13 2013
New Revision: 318485
URL: http://svnweb.freebsd.org/changeset/ports/318485

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

Modified:
  head/finance/trytond_account_invoice_history/Makefile
  head/finance/trytond_account_invoice_history/distinfo

Modified: head/finance/trytond_account_invoice_history/Makefile
==============================================================================
--- head/finance/trytond_account_invoice_history/Makefile	Sun May 19 04:19:15 2013	(r318484)
+++ head/finance/trytond_account_invoice_history/Makefile	Sun May 19 04:53:13 2013	(r318485)
@@ -1,10 +1,10 @@
-# Created by:	Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_account_invoice_history
-PORTVERSION=	2.4.1
+PORTVERSION=	2.4.2
 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=	Tryton Application Platform (Account Invoice History Module)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice
 
+CONFLICTS=	trytond_account_invoice_history-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_account_invoice_history/distinfo
==============================================================================
--- head/finance/trytond_account_invoice_history/distinfo	Sun May 19 04:19:15 2013	(r318484)
+++ head/finance/trytond_account_invoice_history/distinfo	Sun May 19 04:53:13 2013	(r318485)
@@ -1,2 +1,2 @@
-SHA256 (trytond_account_invoice_history-2.4.1.tar.gz) = cbf651d35f3de769eba42c266f1b0117f095f5b1f6b9d1795052adb7211e485f
-SIZE (trytond_account_invoice_history-2.4.1.tar.gz) = 18228
+SHA256 (trytond_account_invoice_history-2.4.2.tar.gz) = 7a4da36b39e58626dad54114b3478752b056df104828214e0f731ed2081d2ed9
+SIZE (trytond_account_invoice_history-2.4.2.tar.gz) = 18276
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 18 dfilter service freebsd_committer freebsd_triage 2013-05-19 05:56:34 UTC
Author: wen
Date: Sun May 19 04:56:26 2013
New Revision: 318486
URL: http://svnweb.freebsd.org/changeset/ports/318486

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

Modified:
  head/finance/trytond_account_invoice_line_standalone/Makefile

Modified: head/finance/trytond_account_invoice_line_standalone/Makefile
==============================================================================
--- head/finance/trytond_account_invoice_line_standalone/Makefile	Sun May 19 04:53:13 2013	(r318485)
+++ head/finance/trytond_account_invoice_line_standalone/Makefile	Sun May 19 04:56:26 2013	(r318486)
@@ -1,10 +1,10 @@
-# Created by:	Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_account_invoice_line_standalone
 PORTVERSION=	2.4.1
 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=	Tryton Application Platform (Account Invoice Line Standalone Module)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice
 
+CONFLICTS=	trytond_account_invoice_line_standalone-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 19 dfilter service freebsd_committer freebsd_triage 2013-05-19 05:58:25 UTC
Author: wen
Date: Sun May 19 04:58:15 2013
New Revision: 318487
URL: http://svnweb.freebsd.org/changeset/ports/318487

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

Modified:
  head/finance/trytond_account_statement/Makefile
  head/finance/trytond_account_statement/distinfo

Modified: head/finance/trytond_account_statement/Makefile
==============================================================================
--- head/finance/trytond_account_statement/Makefile	Sun May 19 04:56:26 2013	(r318486)
+++ head/finance/trytond_account_statement/Makefile	Sun May 19 04:58:15 2013	(r318487)
@@ -1,10 +1,10 @@
-# Created by:	Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_account_statement
-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}/ \
+		http://downloads2.tryton.org/${PORTVERSION:R}/
 
 MAINTAINER=	matthias@petermann.it
 COMMENT=	Tryton Application Platform (Account Statement Module)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice
 
+CONFLICTS=	trytond_account_statement-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_account_statement/distinfo
==============================================================================
--- head/finance/trytond_account_statement/distinfo	Sun May 19 04:56:26 2013	(r318486)
+++ head/finance/trytond_account_statement/distinfo	Sun May 19 04:58:15 2013	(r318487)
@@ -1,2 +1,2 @@
-SHA256 (trytond_account_statement-2.4.1.tar.gz) = be8ff3c46e6fb69a0ec330c8fbe96d42cbe57019c8e1c0b607d8df0408a3ab5a
-SIZE (trytond_account_statement-2.4.1.tar.gz) = 30900
+SHA256 (trytond_account_statement-2.4.3.tar.gz) = ff1925663627e38b543b10027a42f1b1e07d2e2ad89fd86ac9f7d8e463dca1f1
+SIZE (trytond_account_statement-2.4.3.tar.gz) = 31096
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 20 dfilter service freebsd_committer freebsd_triage 2013-05-19 09:04:54 UTC
Author: wen
Date: Sun May 19 08:04:46 2013
New Revision: 318491
URL: http://svnweb.freebsd.org/changeset/ports/318491

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

Modified:
  head/finance/trytond_stock/Makefile
  head/finance/trytond_stock/distinfo

Modified: head/finance/trytond_stock/Makefile
==============================================================================
--- head/finance/trytond_stock/Makefile	Sun May 19 06:15:05 2013	(r318490)
+++ head/finance/trytond_stock/Makefile	Sun May 19 08:04:46 2013	(r318491)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_stock
-# Date created:		07 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_stock
-PORTVERSION=	2.4.0
+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 (Stock Module)
@@ -21,6 +16,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \
 		trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency
 
+CONFLICTS=	trytond_stock-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_stock/distinfo
==============================================================================
--- head/finance/trytond_stock/distinfo	Sun May 19 06:15:05 2013	(r318490)
+++ head/finance/trytond_stock/distinfo	Sun May 19 08:04:46 2013	(r318491)
@@ -1,2 +1,2 @@
-SHA256 (trytond_stock-2.4.0.tar.gz) = 2478ee4e4e8afbf9f13daf9d10ac2eb166bb201dc77b7e88dde52abc7a1f7bf0
-SIZE (trytond_stock-2.4.0.tar.gz) = 156565
+SHA256 (trytond_stock-2.4.3.tar.gz) = c1a08c5a8c6f453c5fad8d283b79694afd1c5b80b2794652e6533917bd60d096
+SIZE (trytond_stock-2.4.3.tar.gz) = 156597
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 21 dfilter service freebsd_committer freebsd_triage 2013-05-19 09:08:56 UTC
Author: wen
Date: Sun May 19 08:08:48 2013
New Revision: 318492
URL: http://svnweb.freebsd.org/changeset/ports/318492

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

Modified:
  head/finance/trytond_account_stock_continental/Makefile
  head/finance/trytond_account_stock_continental/distinfo
  head/finance/trytond_account_stock_continental/pkg-plist

Modified: head/finance/trytond_account_stock_continental/Makefile
==============================================================================
--- head/finance/trytond_account_stock_continental/Makefile	Sun May 19 08:04:46 2013	(r318491)
+++ head/finance/trytond_account_stock_continental/Makefile	Sun May 19 08:08:48 2013	(r318492)
@@ -1,10 +1,10 @@
-# Created by:	Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_account_stock_continental
-PORTVERSION=	2.4.1
+PORTVERSION=	2.4.2
 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=	Tryton Application Platform (Account Stock Continental Module)
@@ -15,6 +15,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_account_product>=2.4.1:${PORTSDIR}/finance/trytond_account_product \
 		trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
 
+CONFLICTS=	trytond_account_stock_continental-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_account_stock_continental/distinfo
==============================================================================
--- head/finance/trytond_account_stock_continental/distinfo	Sun May 19 08:04:46 2013	(r318491)
+++ head/finance/trytond_account_stock_continental/distinfo	Sun May 19 08:08:48 2013	(r318492)
@@ -1,2 +1,2 @@
-SHA256 (trytond_account_stock_continental-2.4.1.tar.gz) = a42dc7bfd6939849e874d81ac5d0c97b9217c6039cbf7654ba2ba23b2803306b
-SIZE (trytond_account_stock_continental-2.4.1.tar.gz) = 25449
+SHA256 (trytond_account_stock_continental-2.4.2.tar.gz) = af4634a485e46619f44d172d1b2e6e281a8c80f520294ed364c3a790826b7acd
+SIZE (trytond_account_stock_continental-2.4.2.tar.gz) = 25533

Modified: head/finance/trytond_account_stock_continental/pkg-plist
==============================================================================
--- head/finance/trytond_account_stock_continental/pkg-plist	Sun May 19 08:04:46 2013	(r318491)
+++ head/finance/trytond_account_stock_continental/pkg-plist	Sun May 19 08:08:48 2013	(r318492)
@@ -1,3 +1,4 @@
+
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 22 dfilter service freebsd_committer freebsd_triage 2013-05-19 09:16:38 UTC
Author: wen
Date: Sun May 19 08:16:30 2013
New Revision: 318494
URL: http://svnweb.freebsd.org/changeset/ports/318494

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

Modified:
  head/finance/trytond_account_stock_anglo_saxon/Makefile
  head/finance/trytond_account_stock_anglo_saxon/distinfo

Modified: head/finance/trytond_account_stock_anglo_saxon/Makefile
==============================================================================
--- head/finance/trytond_account_stock_anglo_saxon/Makefile	Sun May 19 08:13:15 2013	(r318493)
+++ head/finance/trytond_account_stock_anglo_saxon/Makefile	Sun May 19 08:16:30 2013	(r318494)
@@ -1,10 +1,10 @@
-# Created by:	Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_account_stock_anglo_saxon
-PORTVERSION=	2.4.1
+PORTVERSION=	2.4.4
 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=	Tryton Application Platform (Account Stock Anglo Saxon Module)
@@ -15,6 +15,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \
 		trytond_account_stock_continental>=2.4.1:${PORTSDIR}/finance/trytond_account_stock_continental
 
+CONFLICTS=	trytond_account_stock_anglo_saxon-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_account_stock_anglo_saxon/distinfo
==============================================================================
--- head/finance/trytond_account_stock_anglo_saxon/distinfo	Sun May 19 08:13:15 2013	(r318493)
+++ head/finance/trytond_account_stock_anglo_saxon/distinfo	Sun May 19 08:16:30 2013	(r318494)
@@ -1,2 +1,2 @@
-SHA256 (trytond_account_stock_anglo_saxon-2.4.1.tar.gz) = 54fa51fca993223ad3847bd416632a5bda001ab20dcfc09a6866face156f4467
-SIZE (trytond_account_stock_anglo_saxon-2.4.1.tar.gz) = 21784
+SHA256 (trytond_account_stock_anglo_saxon-2.4.4.tar.gz) = a3ed4321ea0eb95ea7d3ec6ba87a8113bd9b9f1bab436a67b0c39153451d0c40
+SIZE (trytond_account_stock_anglo_saxon-2.4.4.tar.gz) = 21926
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 23 dfilter service freebsd_committer freebsd_triage 2013-05-19 09:29:19 UTC
Author: wen
Date: Sun May 19 08:29:12 2013
New Revision: 318495
URL: http://svnweb.freebsd.org/changeset/ports/318495

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

Modified:
  head/finance/trytond_analytic_account/Makefile

Modified: head/finance/trytond_analytic_account/Makefile
==============================================================================
--- head/finance/trytond_analytic_account/Makefile	Sun May 19 08:16:30 2013	(r318494)
+++ head/finance/trytond_analytic_account/Makefile	Sun May 19 08:29:12 2013	(r318495)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_analytic_account
 PORTVERSION=	2.4.1
 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=	Tryton Application Platform (Analytic Account Module)
@@ -17,6 +17,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency \
 		trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account
 
+CONFLICTS=	trytond_analytic_account-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 24 dfilter service freebsd_committer freebsd_triage 2013-05-19 09:32:19 UTC
Author: wen
Date: Sun May 19 08:32:06 2013
New Revision: 318497
URL: http://svnweb.freebsd.org/changeset/ports/318497

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

Modified:
  head/finance/trytond_analytic_invoice/Makefile
  head/finance/trytond_analytic_invoice/distinfo

Modified: head/finance/trytond_analytic_invoice/Makefile
==============================================================================
--- head/finance/trytond_analytic_invoice/Makefile	Sun May 19 08:29:29 2013	(r318496)
+++ head/finance/trytond_analytic_invoice/Makefile	Sun May 19 08:32:06 2013	(r318497)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_analytic_invoice
 PORTVERSION=	2.4.1
 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=	Tryton Application Platform (Analytic Invoice Module)
@@ -15,6 +15,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_analytic_account>=2.4.1:${PORTSDIR}/finance/trytond_analytic_account \
 		trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice
 
+CONFLICTS=	trytond_analytic_invoice-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_analytic_invoice/distinfo
==============================================================================
--- head/finance/trytond_analytic_invoice/distinfo	Sun May 19 08:29:29 2013	(r318496)
+++ head/finance/trytond_analytic_invoice/distinfo	Sun May 19 08:32:06 2013	(r318497)
@@ -1,2 +1,2 @@
-SHA256 (trytond_analytic_invoice-2.4.1.tar.gz) = 395723b30311a9afd9e4a788d2c6e3bce07c020994a4f1d93d5f1cbd371883f5 
+SHA256 (trytond_analytic_invoice-2.4.1.tar.gz) = 395723b30311a9afd9e4a788d2c6e3bce07c020994a4f1d93d5f1cbd371883f5
 SIZE (trytond_analytic_invoice-2.4.1.tar.gz) = 19643
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 25 dfilter service freebsd_committer freebsd_triage 2013-05-19 09:49:48 UTC
Author: wen
Date: Sun May 19 08:49:40 2013
New Revision: 318498
URL: http://svnweb.freebsd.org/changeset/ports/318498

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

Modified:
  head/finance/trytond_purchase/Makefile
  head/finance/trytond_purchase/distinfo

Modified: head/finance/trytond_purchase/Makefile
==============================================================================
--- head/finance/trytond_purchase/Makefile	Sun May 19 08:32:06 2013	(r318497)
+++ head/finance/trytond_purchase/Makefile	Sun May 19 08:49:40 2013	(r318498)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_purchase
-# Date created:		08 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_purchase
-PORTVERSION=	2.4.0
+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 (Purchase Module)
@@ -19,6 +14,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \
 		trytond_account_invoice>=2.4.0:${PORTSDIR}/finance/trytond_account_invoice
 
+CONFLICTS=	trytond_purchase-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_purchase/distinfo
==============================================================================
--- head/finance/trytond_purchase/distinfo	Sun May 19 08:32:06 2013	(r318497)
+++ head/finance/trytond_purchase/distinfo	Sun May 19 08:49:40 2013	(r318498)
@@ -1,2 +1,2 @@
-SHA256 (trytond_purchase-2.4.0.tar.gz) = 49daf884bfdf7252c429f69f30684d507db574994fbe160298a8d353a563dc58
-SIZE (trytond_purchase-2.4.0.tar.gz) = 74050
+SHA256 (trytond_purchase-2.4.3.tar.gz) = 079bd959ea40b0730a00919367e23570e1ee407ca989b66257820e4297c34bad
+SIZE (trytond_purchase-2.4.3.tar.gz) = 73861
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 26 dfilter service freebsd_committer freebsd_triage 2013-05-19 09:54:25 UTC
Author: wen
Date: Sun May 19 08:54:17 2013
New Revision: 318499
URL: http://svnweb.freebsd.org/changeset/ports/318499

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

Modified:
  head/finance/trytond_analytic_purchase/Makefile
  head/finance/trytond_analytic_purchase/distinfo

Modified: head/finance/trytond_analytic_purchase/Makefile
==============================================================================
--- head/finance/trytond_analytic_purchase/Makefile	Sun May 19 08:49:40 2013	(r318498)
+++ head/finance/trytond_analytic_purchase/Makefile	Sun May 19 08:54:17 2013	(r318499)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_analytic_purchase
-PORTVERSION=	2.4.1
+PORTVERSION=	2.4.2
 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=	Tryton Application Platform (Analytic Purchase Module)
@@ -16,6 +16,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_analytic_invoice>=2.4.1:${PORTSDIR}/finance/trytond_analytic_invoice \
 		trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase
 
+CONFLICTS=	trytond_analytic_purchase-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_analytic_purchase/distinfo
==============================================================================
--- head/finance/trytond_analytic_purchase/distinfo	Sun May 19 08:49:40 2013	(r318498)
+++ head/finance/trytond_analytic_purchase/distinfo	Sun May 19 08:54:17 2013	(r318499)
@@ -1,2 +1,2 @@
-SHA256 (trytond_analytic_purchase-2.4.1.tar.gz) = 9f3bfca6f8cf6c41d88931bea72577a4bece4db57eb76124025b70d3ed4fda0e
-SIZE (trytond_analytic_purchase-2.4.1.tar.gz) = 22574
+SHA256 (trytond_analytic_purchase-2.4.2.tar.gz) = ef3147f8efe74140d9058a56c390ef4deeb740b446be85fe9bec1ef18cfeb4ae
+SIZE (trytond_analytic_purchase-2.4.2.tar.gz) = 22630
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 27 dfilter service freebsd_committer freebsd_triage 2013-05-19 09:59:00 UTC
Author: wen
Date: Sun May 19 08:58:53 2013
New Revision: 318500
URL: http://svnweb.freebsd.org/changeset/ports/318500

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

Modified:
  head/finance/trytond_sale/Makefile
  head/finance/trytond_sale/distinfo

Modified: head/finance/trytond_sale/Makefile
==============================================================================
--- head/finance/trytond_sale/Makefile	Sun May 19 08:54:17 2013	(r318499)
+++ head/finance/trytond_sale/Makefile	Sun May 19 08:58:53 2013	(r318500)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_sale
-# Date created:		08 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_sale
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.2
 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 (Sale Module)
@@ -19,6 +14,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \
 		trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
 
+CONFLICTS=	trytond_sale-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_sale/distinfo
==============================================================================
--- head/finance/trytond_sale/distinfo	Sun May 19 08:54:17 2013	(r318499)
+++ head/finance/trytond_sale/distinfo	Sun May 19 08:58:53 2013	(r318500)
@@ -1,2 +1,2 @@
-SHA256 (trytond_sale-2.4.0.tar.gz) = 636a0fa8e8cf535db1c3a55e629f177ac370ba421a5f9081df77d2a4b6842b54
-SIZE (trytond_sale-2.4.0.tar.gz) = 69054
+SHA256 (trytond_sale-2.4.2.tar.gz) = 893d5783e12fc2b8cbd22c1ff254e922e878293c639d8d2cd76d61c167714bad
+SIZE (trytond_sale-2.4.2.tar.gz) = 69229
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 28 dfilter service freebsd_committer freebsd_triage 2013-05-19 10:01:41 UTC
Author: wen
Date: Sun May 19 09:01:32 2013
New Revision: 318502
URL: http://svnweb.freebsd.org/changeset/ports/318502

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

Modified:
  head/finance/trytond_analytic_sale/Makefile
  head/finance/trytond_analytic_sale/distinfo

Modified: head/finance/trytond_analytic_sale/Makefile
==============================================================================
--- head/finance/trytond_analytic_sale/Makefile	Sun May 19 09:00:32 2013	(r318501)
+++ head/finance/trytond_analytic_sale/Makefile	Sun May 19 09:01:32 2013	(r318502)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_analytic_sale
-PORTVERSION=	2.4.1
+PORTVERSION=	2.4.2
 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=	Tryton Application Platform (Analytic Sale Module)
@@ -16,6 +16,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_analytic_invoice>=2.4.1:${PORTSDIR}/finance/trytond_analytic_invoice \
 		trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale
 
+CONFLICTS=	trytond_analytic_sale-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_analytic_sale/distinfo
==============================================================================
--- head/finance/trytond_analytic_sale/distinfo	Sun May 19 09:00:32 2013	(r318501)
+++ head/finance/trytond_analytic_sale/distinfo	Sun May 19 09:01:32 2013	(r318502)
@@ -1,2 +1,2 @@
-SHA256 (trytond_analytic_sale-2.4.1.tar.gz) = 6d5230613ba046af5621f3de287412fa82e374dd23f278801f537c3b5a5c2a12
-SIZE (trytond_analytic_sale-2.4.1.tar.gz) = 19288
+SHA256 (trytond_analytic_sale-2.4.2.tar.gz) = 80a9989bf43a04c144de498fe7e16873a998ca146ec0417b812ed9eeccf81025
+SIZE (trytond_analytic_sale-2.4.2.tar.gz) = 19331
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 29 dfilter service freebsd_committer freebsd_triage 2013-05-19 10:12:15 UTC
Author: wen
Date: Sun May 19 09:12:07 2013
New Revision: 318503
URL: http://svnweb.freebsd.org/changeset/ports/318503

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

Modified:
  head/finance/trytond_calendar/Makefile
  head/finance/trytond_calendar/distinfo

Modified: head/finance/trytond_calendar/Makefile
==============================================================================
--- head/finance/trytond_calendar/Makefile	Sun May 19 09:01:32 2013	(r318502)
+++ head/finance/trytond_calendar/Makefile	Sun May 19 09:12:07 2013	(r318503)
@@ -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}/
 		${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
 

Modified: head/finance/trytond_calendar/distinfo
==============================================================================
--- head/finance/trytond_calendar/distinfo	Sun May 19 09:01:32 2013	(r318502)
+++ head/finance/trytond_calendar/distinfo	Sun May 19 09:12:07 2013	(r318503)
@@ -1,2 +1,2 @@
-SHA256 (trytond_calendar-2.4.1.tar.gz) = 164fe8132230e784724b6f45ccd411fb41efa9b172de329fd8fe265a9d2102e7
-SIZE (trytond_calendar-2.4.1.tar.gz) = 56082
+SHA256 (trytond_calendar-2.4.3.tar.gz) = 25e268c7d4556592b7a4b6ff7fab8dbda6afc6eec69cd571946bc15463423795
+SIZE (trytond_calendar-2.4.3.tar.gz) = 56246
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 30 dfilter service freebsd_committer freebsd_triage 2013-05-19 10:16:37 UTC
Author: wen
Date: Sun May 19 09:16:29 2013
New Revision: 318505
URL: http://svnweb.freebsd.org/changeset/ports/318505

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

Modified:
  head/finance/trytond_calendar_classification/Makefile
  head/finance/trytond_calendar_classification/distinfo

Modified: head/finance/trytond_calendar_classification/Makefile
==============================================================================
--- head/finance/trytond_calendar_classification/Makefile	Sun May 19 09:15:02 2013	(r318504)
+++ head/finance/trytond_calendar_classification/Makefile	Sun May 19 09:16:29 2013	(r318505)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_calendar_classification
-PORTVERSION=	2.4.1
+PORTVERSION=	2.4.2
 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=	Tryton Application Platform (Calendar Classification Module)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_calendar>=2.4.1:${PORTSDIR}/finance/trytond_calendar
 
+CONFLICTS=	trytond_calendar_classification-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_calendar_classification/distinfo
==============================================================================
--- head/finance/trytond_calendar_classification/distinfo	Sun May 19 09:15:02 2013	(r318504)
+++ head/finance/trytond_calendar_classification/distinfo	Sun May 19 09:16:29 2013	(r318505)
@@ -1,2 +1,2 @@
-SHA256 (trytond_calendar_classification-2.4.1.tar.gz) = 3cce69f38a4b21a4e0d8100e3b08dc593499d3b3c9e2520b8c653a4b738ad10c
-SIZE (trytond_calendar_classification-2.4.1.tar.gz) = 18205
+SHA256 (trytond_calendar_classification-2.4.2.tar.gz) = ddc65478003eeb5986310f1563707c1e88a9384b77a84ece53e80d604d1641f2
+SIZE (trytond_calendar_classification-2.4.2.tar.gz) = 18242
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 31 dfilter service freebsd_committer freebsd_triage 2013-05-19 10:22:39 UTC
Author: wen
Date: Sun May 19 09:22:30 2013
New Revision: 318506
URL: http://svnweb.freebsd.org/changeset/ports/318506

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

Modified:
  head/finance/trytond_calendar_scheduling/Makefile
  head/finance/trytond_calendar_scheduling/distinfo

Modified: head/finance/trytond_calendar_scheduling/Makefile
==============================================================================
--- head/finance/trytond_calendar_scheduling/Makefile	Sun May 19 09:16:29 2013	(r318505)
+++ head/finance/trytond_calendar_scheduling/Makefile	Sun May 19 09:22:30 2013	(r318506)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_calendar_scheduling
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 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=	Tryton Application Platform (Calendar Scheduling Module)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_calendar>=2.4.1:${PORTSDIR}/finance/trytond_calendar
 
+CONFLICTS=	trytond_calendar_scheduling-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_calendar_scheduling/distinfo
==============================================================================
--- head/finance/trytond_calendar_scheduling/distinfo	Sun May 19 09:16:29 2013	(r318505)
+++ head/finance/trytond_calendar_scheduling/distinfo	Sun May 19 09:22:30 2013	(r318506)
@@ -1,2 +1,2 @@
-SHA256 (trytond_calendar_scheduling-2.4.0.tar.gz) = 221ec7eb24c00863af94ce5e48b76fd8a1298d2bcbd9bd24773fd7c25f296ac6
-SIZE (trytond_calendar_scheduling-2.4.0.tar.gz) = 27792
+SHA256 (trytond_calendar_scheduling-2.4.1.tar.gz) = 200ea2496e4ceba5e0bbad803a96d40f444d25565ed2083db421a0f1792ac781
+SIZE (trytond_calendar_scheduling-2.4.1.tar.gz) = 27643
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 32 dfilter service freebsd_committer freebsd_triage 2013-05-19 10:26:58 UTC
Author: wen
Date: Sun May 19 09:26:42 2013
New Revision: 318507
URL: http://svnweb.freebsd.org/changeset/ports/318507

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

Modified:
  head/finance/trytond_calendar_todo/Makefile
  head/finance/trytond_calendar_todo/distinfo

Modified: head/finance/trytond_calendar_todo/Makefile
==============================================================================
--- head/finance/trytond_calendar_todo/Makefile	Sun May 19 09:22:30 2013	(r318506)
+++ head/finance/trytond_calendar_todo/Makefile	Sun May 19 09:26:42 2013	(r318507)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_calendar_todo
-PORTVERSION=	2.4.1
+PORTVERSION=	2.4.4
 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=	Tryton Application Platform (Calendar Todo Module)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_calendar>=2.4.1:${PORTSDIR}/finance/trytond_calendar
 
+CONFLICTS=	trytond_calendar_todo-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_calendar_todo/distinfo
==============================================================================
--- head/finance/trytond_calendar_todo/distinfo	Sun May 19 09:22:30 2013	(r318506)
+++ head/finance/trytond_calendar_todo/distinfo	Sun May 19 09:26:42 2013	(r318507)
@@ -1,2 +1,2 @@
-SHA256 (trytond_calendar_todo-2.4.1.tar.gz) = eeb337049e2f59b8db644b5c4a106ba440f07af8714fca3fa1d125b6cbbb167d
-SIZE (trytond_calendar_todo-2.4.1.tar.gz) = 37114
+SHA256 (trytond_calendar_todo-2.4.4.tar.gz) = a0a0d317ae5a5df2fb23fa695644554b5fcb9ccb5c9c21f4c5841d22b2a4ed17
+SIZE (trytond_calendar_todo-2.4.4.tar.gz) = 37303
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 33 dfilter service freebsd_committer freebsd_triage 2013-05-19 10:36:03 UTC
Author: wen
Date: Sun May 19 09:35:50 2013
New Revision: 318508
URL: http://svnweb.freebsd.org/changeset/ports/318508

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

Modified:
  head/finance/trytond_carrier/Makefile

Modified: head/finance/trytond_carrier/Makefile
==============================================================================
--- head/finance/trytond_carrier/Makefile	Sun May 19 09:26:42 2013	(r318507)
+++ head/finance/trytond_carrier/Makefile	Sun May 19 09:35:50 2013	(r318508)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_carrier
-# Date created:		08 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_carrier
 PORTVERSION=	2.4.1
 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 (Carrier Module)
@@ -19,6 +14,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \
 		trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product
 
+CONFLICTS=	trytond_carrier-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 34 dfilter service freebsd_committer freebsd_triage 2013-05-19 10:41:15 UTC
Author: wen
Date: Sun May 19 09:41:08 2013
New Revision: 318509
URL: http://svnweb.freebsd.org/changeset/ports/318509

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

Modified:
  head/finance/trytond_carrier_percentage/Makefile

Modified: head/finance/trytond_carrier_percentage/Makefile
==============================================================================
--- head/finance/trytond_carrier_percentage/Makefile	Sun May 19 09:35:50 2013	(r318508)
+++ head/finance/trytond_carrier_percentage/Makefile	Sun May 19 09:41:08 2013	(r318509)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_carrier_percentage
-# Date created:		08 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_carrier_percentage
 PORTVERSION=	2.4.1
 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 (Carrier Percentage Module)
@@ -19,6 +14,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier \
 		trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency
 
+CONFLICTS=	trytond_carrier_percentage-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 35 dfilter service freebsd_committer freebsd_triage 2013-05-19 10:56:45 UTC
Author: wen
Date: Sun May 19 09:56:38 2013
New Revision: 318510
URL: http://svnweb.freebsd.org/changeset/ports/318510

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

Modified:
  head/finance/trytond_company_work_time/Makefile

Modified: head/finance/trytond_company_work_time/Makefile
==============================================================================
--- head/finance/trytond_company_work_time/Makefile	Sun May 19 09:41:08 2013	(r318509)
+++ head/finance/trytond_company_work_time/Makefile	Sun May 19 09:56:38 2013	(r318510)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_company_work_time
-# Date created:		08 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $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
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 36 dfilter service freebsd_committer freebsd_triage 2013-05-19 11:00:44 UTC
Author: wen
Date: Sun May 19 10:00:37 2013
New Revision: 318511
URL: http://svnweb.freebsd.org/changeset/ports/318511

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

Modified:
  head/finance/trytond_currency/Makefile

Modified: head/finance/trytond_currency/Makefile
==============================================================================
--- head/finance/trytond_currency/Makefile	Sun May 19 09:56:38 2013	(r318510)
+++ head/finance/trytond_currency/Makefile	Sun May 19 10:00:37 2013	(r318511)
@@ -1,22 +1,19 @@
-# New ports collection makefile for:	trytond_currency
-# Date created:		12 August, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_currency
 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=	The Currency Module for Tryton
+COMMENT=	Tryton Application Platform (Currency Module)
 
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond
 
+CONFLICTS=	trytond_currency-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 37 dfilter service freebsd_committer freebsd_triage 2013-05-19 11:01:57 UTC
Author: wen
Date: Sun May 19 10:01:49 2013
New Revision: 318512
URL: http://svnweb.freebsd.org/changeset/ports/318512

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

Modified:
  head/finance/trytond_dashboard/Makefile
  head/finance/trytond_dashboard/distinfo

Modified: head/finance/trytond_dashboard/Makefile
==============================================================================
--- head/finance/trytond_dashboard/Makefile	Sun May 19 10:00:37 2013	(r318511)
+++ head/finance/trytond_dashboard/Makefile	Sun May 19 10:01:49 2013	(r318512)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_dashboard
-# Date created:		09 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_dashboard
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 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 (Dashboard Module)
@@ -17,6 +12,8 @@ LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond
 
+CONFLICTS=	trytond_dashboard-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_dashboard/distinfo
==============================================================================
--- head/finance/trytond_dashboard/distinfo	Sun May 19 10:00:37 2013	(r318511)
+++ head/finance/trytond_dashboard/distinfo	Sun May 19 10:01:49 2013	(r318512)
@@ -1,2 +1,2 @@
-SHA256 (trytond_dashboard-2.4.0.tar.gz) = 381e8612ee2d3abe0829af048032e6109a727928af36eb099789a51abbefa95e
-SIZE (trytond_dashboard-2.4.0.tar.gz) = 21891
+SHA256 (trytond_dashboard-2.4.1.tar.gz) = 3fc5281f568b0781ee1410e2fcf69f5c49b8990931414ccc1b4fe839c61550ba
+SIZE (trytond_dashboard-2.4.1.tar.gz) = 21864
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 38 dfilter service freebsd_committer freebsd_triage 2013-05-19 12:55:23 UTC
Author: wen
Date: Sun May 19 11:55:09 2013
New Revision: 318514
URL: http://svnweb.freebsd.org/changeset/ports/318514

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

Modified:
  head/finance/trytond_carrier_weight/Makefile
  head/finance/trytond_ldap_authentication/Makefile
  head/finance/trytond_ldap_connection/Makefile
  head/www/trytond_google_maps/Makefile

Modified: head/finance/trytond_carrier_weight/Makefile
==============================================================================
--- head/finance/trytond_carrier_weight/Makefile	Sun May 19 10:13:03 2013	(r318513)
+++ head/finance/trytond_carrier_weight/Makefile	Sun May 19 11:55:09 2013	(r318514)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_carrier_weight
-# Date created:		08 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_carrier_weight
 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 (Carrier Weight Module)
@@ -19,6 +14,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_product_measurements>=2.4.0:${PORTSDIR}/finance/trytond_product_measurements \
 		trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier
 
+CONFLICTS=	trytond_carrier_weight-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_ldap_authentication/Makefile
==============================================================================
--- head/finance/trytond_ldap_authentication/Makefile	Sun May 19 10:13:03 2013	(r318513)
+++ head/finance/trytond_ldap_authentication/Makefile	Sun May 19 11:55:09 2013	(r318514)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_ldap_authentication
-# Date created:		09 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_ldap_authentication
 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 (LDAP Authentication Module)
@@ -18,6 +13,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_ldap_connection>=2.4.0:${PORTSDIR}/finance/trytond_ldap_connection
 
+CONFLICTS=	trytond_ldap_authentication-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_ldap_connection/Makefile
==============================================================================
--- head/finance/trytond_ldap_connection/Makefile	Sun May 19 10:13:03 2013	(r318513)
+++ head/finance/trytond_ldap_connection/Makefile	Sun May 19 11:55:09 2013	(r318514)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_ldap_connection
-# Date created:		09 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_ldap_connection
 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 (LDAP Connection Module)
@@ -18,6 +13,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		${PYTHON_PKGNAMEPREFIX}ldap2>=2.4.10:${PORTSDIR}/net/py-ldap2
 
+CONFLICTS=	trytond_ldap_connection-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/www/trytond_google_maps/Makefile
==============================================================================
--- head/www/trytond_google_maps/Makefile	Sun May 19 10:13:03 2013	(r318513)
+++ head/www/trytond_google_maps/Makefile	Sun May 19 11:55:09 2013	(r318514)
@@ -1,10 +1,9 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_google_maps
 PORTVERSION=	2.4.0
 CATEGORIES=	www 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 (Google Maps Module)
@@ -14,6 +13,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party
 
+CONFLICTS=	trytond_google_maps-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 39 dfilter service freebsd_committer freebsd_triage 2013-05-19 13:42:30 UTC
Author: wen
Date: Sun May 19 12:42:22 2013
New Revision: 318518
URL: http://svnweb.freebsd.org/changeset/ports/318518

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

Modified:
  head/finance/trytond_timesheet/Makefile
  head/finance/trytond_timesheet/distinfo

Modified: head/finance/trytond_timesheet/Makefile
==============================================================================
--- head/finance/trytond_timesheet/Makefile	Sun May 19 12:36:00 2013	(r318517)
+++ head/finance/trytond_timesheet/Makefile	Sun May 19 12:42:22 2013	(r318518)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_timesheet
-# Date created:		08 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_timesheet
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 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 (Timesheet Module)
@@ -18,6 +13,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_company_work_time>=2.4.0:${PORTSDIR}/finance/trytond_company_work_time
 
+CONFLICTS=	trytond_timesheet-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_timesheet/distinfo
==============================================================================
--- head/finance/trytond_timesheet/distinfo	Sun May 19 12:36:00 2013	(r318517)
+++ head/finance/trytond_timesheet/distinfo	Sun May 19 12:42:22 2013	(r318518)
@@ -1,2 +1,2 @@
-SHA256 (trytond_timesheet-2.4.0.tar.gz) = 756b0d879ab87c3396d2a2dc69cedf8cd92d9e7042df76408648227424a8bf5d
-SIZE (trytond_timesheet-2.4.0.tar.gz) = 32539
+SHA256 (trytond_timesheet-2.4.1.tar.gz) = 42112e9cd835c3d9b5d530a4c61eee3e2574ec75284ce09af2bf659f712abbea
+SIZE (trytond_timesheet-2.4.1.tar.gz) = 32404
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 40 dfilter service freebsd_committer freebsd_triage 2013-05-19 13:48:17 UTC
Author: wen
Date: Sun May 19 12:48:04 2013
New Revision: 318519
URL: http://svnweb.freebsd.org/changeset/ports/318519

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

Modified:
  head/finance/trytond_party_siret/Makefile
  head/finance/trytond_party_siret/distinfo
  head/finance/trytond_party_vcarddav/Makefile
  head/finance/trytond_party_vcarddav/distinfo

Modified: head/finance/trytond_party_siret/Makefile
==============================================================================
--- head/finance/trytond_party_siret/Makefile	Sun May 19 12:42:22 2013	(r318518)
+++ head/finance/trytond_party_siret/Makefile	Sun May 19 12:48:04 2013	(r318519)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_party_siret
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 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=	Tryton Application Platform (Party Siret Module)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party
 
+CONFLICTS=	trytond_party_siret-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_party_siret/distinfo
==============================================================================
--- head/finance/trytond_party_siret/distinfo	Sun May 19 12:42:22 2013	(r318518)
+++ head/finance/trytond_party_siret/distinfo	Sun May 19 12:48:04 2013	(r318519)
@@ -1,2 +1,2 @@
-SHA256 (trytond_party_siret-2.4.0.tar.gz) = 449d001b8605aa5312935671a6407ce8ab91679f3d2a3817d6c3b28edd75e27e
-SIZE (trytond_party_siret-2.4.0.tar.gz) = 19629
+SHA256 (trytond_party_siret-2.4.1.tar.gz) = 4e95cfa2021734cfbb108251ea487badec9442fa8d0612a089a3d171fb06caf4
+SIZE (trytond_party_siret-2.4.1.tar.gz) = 19496

Modified: head/finance/trytond_party_vcarddav/Makefile
==============================================================================
--- head/finance/trytond_party_vcarddav/Makefile	Sun May 19 12:42:22 2013	(r318518)
+++ head/finance/trytond_party_vcarddav/Makefile	Sun May 19 12:48:04 2013	(r318519)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_party_vcarddav
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 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=	Tryton Application Platform (Party VCardDAV Module)
@@ -16,6 +16,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:${PORTSDIR}/deskutils/py-vobject \
 		${PYTHON_PKGNAMEPREFIX}PyWebDAV>=0:${PORTSDIR}/www/py-pywebdav
 
+CONFLICTS=	trytond_party_vcarddav-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_party_vcarddav/distinfo
==============================================================================
--- head/finance/trytond_party_vcarddav/distinfo	Sun May 19 12:42:22 2013	(r318518)
+++ head/finance/trytond_party_vcarddav/distinfo	Sun May 19 12:48:04 2013	(r318519)
@@ -1,2 +1,2 @@
-SHA256 (trytond_party_vcarddav-2.4.0.tar.gz) = 4785a9b77390093eb3ae7b85448e53a072cc8383c1bb1f7e79e72705f2b65151
-SIZE (trytond_party_vcarddav-2.4.0.tar.gz) = 23359
+SHA256 (trytond_party_vcarddav-2.4.1.tar.gz) = 11d260bec7f6c5793657f5a0217ec166f19e889a66469999252d18efc4a56944
+SIZE (trytond_party_vcarddav-2.4.1.tar.gz) = 23323
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 41 dfilter service freebsd_committer freebsd_triage 2013-05-19 13:52:01 UTC
Author: wen
Date: Sun May 19 12:51:48 2013
New Revision: 318520
URL: http://svnweb.freebsd.org/changeset/ports/318520

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

Modified:
  head/finance/trytond_project/Makefile
  head/finance/trytond_project/distinfo
  head/finance/trytond_project_plan/Makefile
  head/finance/trytond_project_plan/distinfo
  head/finance/trytond_project_revenue/Makefile
  head/finance/trytond_project_revenue/distinfo

Modified: head/finance/trytond_project/Makefile
==============================================================================
--- head/finance/trytond_project/Makefile	Sun May 19 12:48:04 2013	(r318519)
+++ head/finance/trytond_project/Makefile	Sun May 19 12:51:48 2013	(r318520)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_project
-# Date created:		08 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_project
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 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 (Project Module)
@@ -19,6 +14,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_timesheet>=2.4.0:${PORTSDIR}/finance/trytond_timesheet \
 		trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party
 
+CONFLICTS=	trytond_project-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_project/distinfo
==============================================================================
--- head/finance/trytond_project/distinfo	Sun May 19 12:48:04 2013	(r318519)
+++ head/finance/trytond_project/distinfo	Sun May 19 12:51:48 2013	(r318520)
@@ -1,2 +1,2 @@
-SHA256 (trytond_project-2.4.0.tar.gz) = 6bb77e89496354a15c9308a0aa35d171d5c230e6f98a967f54a681e87774ff8a
-SIZE (trytond_project-2.4.0.tar.gz) = 30868
+SHA256 (trytond_project-2.4.1.tar.gz) = 66a264ad09c63cf8497fdcd59ac9ea314cbe4739ded8721fed06d7468bb509b6
+SIZE (trytond_project-2.4.1.tar.gz) = 30789

Modified: head/finance/trytond_project_plan/Makefile
==============================================================================
--- head/finance/trytond_project_plan/Makefile	Sun May 19 12:48:04 2013	(r318519)
+++ head/finance/trytond_project_plan/Makefile	Sun May 19 12:51:48 2013	(r318520)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_project_plan
-# Date created:		08 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_project_plan
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 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 (Project Plan Module)
@@ -18,6 +13,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_project>=2.4.0:${PORTSDIR}/finance/trytond_project
 
+CONFLICTS=	trytond_project_plan-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_project_plan/distinfo
==============================================================================
--- head/finance/trytond_project_plan/distinfo	Sun May 19 12:48:04 2013	(r318519)
+++ head/finance/trytond_project_plan/distinfo	Sun May 19 12:51:48 2013	(r318520)
@@ -1,2 +1,2 @@
-SHA256 (trytond_project_plan-2.4.0.tar.gz) = 3eeb08cf45698a9c4c5be1625fcb55db4dc0de89b4d387e761d4b09c9ead8caf
-SIZE (trytond_project_plan-2.4.0.tar.gz) = 27872
+SHA256 (trytond_project_plan-2.4.1.tar.gz) = 250e09fca583ebf16ea2d262b042c342e5cd5da811c37dcac77d31b072fecce0
+SIZE (trytond_project_plan-2.4.1.tar.gz) = 27814

Modified: head/finance/trytond_project_revenue/Makefile
==============================================================================
--- head/finance/trytond_project_revenue/Makefile	Sun May 19 12:48:04 2013	(r318519)
+++ head/finance/trytond_project_revenue/Makefile	Sun May 19 12:51:48 2013	(r318520)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_project_revenue
-# Date created:		08 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_project_revenue
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 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 (Project Revenue Module)
@@ -19,6 +14,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_project>=2.4.0:${PORTSDIR}/finance/trytond_project \
 		trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product
 
+CONFLICTS=	trytond_project_revenue-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_project_revenue/distinfo
==============================================================================
--- head/finance/trytond_project_revenue/distinfo	Sun May 19 12:48:04 2013	(r318519)
+++ head/finance/trytond_project_revenue/distinfo	Sun May 19 12:51:48 2013	(r318520)
@@ -1,2 +1,2 @@
-SHA256 (trytond_project_revenue-2.4.0.tar.gz) = 199b177f4d5ec3ac4886cac76013e987311c9ec330b468e0569d6634007ddcc1
-SIZE (trytond_project_revenue-2.4.0.tar.gz) = 22978
+SHA256 (trytond_project_revenue-2.4.1.tar.gz) = 528ad7a2ba6f3cb6feaf5ffc76ded815dbc57b2da1f5f92cdf5bf3132e3238bb
+SIZE (trytond_project_revenue-2.4.1.tar.gz) = 22904
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 42 dfilter service freebsd_committer freebsd_triage 2013-05-19 14:30:22 UTC
Author: wen
Date: Sun May 19 13:30:14 2013
New Revision: 318522
URL: http://svnweb.freebsd.org/changeset/ports/318522

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

Modified:
  head/finance/trytond_product_cost_fifo/Makefile
  head/finance/trytond_product_cost_history/Makefile
  head/finance/trytond_product_measurements/Makefile
  head/finance/trytond_product_price_list/Makefile

Modified: head/finance/trytond_product_cost_fifo/Makefile
==============================================================================
--- head/finance/trytond_product_cost_fifo/Makefile	Sun May 19 13:26:55 2013	(r318521)
+++ head/finance/trytond_product_cost_fifo/Makefile	Sun May 19 13:30:14 2013	(r318522)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_product_cost_fifo
 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=	Tryton Application Platform (Product Cost Fifo Module)
@@ -15,6 +15,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \
 		trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
 
+CONFLICTS=	trytond_product_cost_fifo-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_product_cost_history/Makefile
==============================================================================
--- head/finance/trytond_product_cost_history/Makefile	Sun May 19 13:26:55 2013	(r318521)
+++ head/finance/trytond_product_cost_history/Makefile	Sun May 19 13:30:14 2013	(r318522)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_product_cost_history
 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=	Tryton Application Platform (Product Cost History Module)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product
 
+CONFLICTS=	trytond_product_cost_history-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_product_measurements/Makefile
==============================================================================
--- head/finance/trytond_product_measurements/Makefile	Sun May 19 13:26:55 2013	(r318521)
+++ head/finance/trytond_product_measurements/Makefile	Sun May 19 13:30:14 2013	(r318522)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_product_measurements
-# Date created:		07 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_product_measurements
 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 (Product Measurements Module)
@@ -18,6 +13,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product
 
+CONFLICTS=	trytond_product_measurements-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_product_price_list/Makefile
==============================================================================
--- head/finance/trytond_product_price_list/Makefile	Sun May 19 13:26:55 2013	(r318521)
+++ head/finance/trytond_product_price_list/Makefile	Sun May 19 13:30:14 2013	(r318522)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_product_price_list
-# Date created:		07 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_product_price_list
 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 (Product Price List Module)
@@ -20,6 +15,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \
 		trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company
 
+CONFLICTS=	trytond_product_price_list-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 43 dfilter service freebsd_committer freebsd_triage 2013-05-19 15:44:12 UTC
Author: wen
Date: Sun May 19 14:44:03 2013
New Revision: 318529
URL: http://svnweb.freebsd.org/changeset/ports/318529

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

Modified:
  head/finance/trytond_purchase_invoice_line_standalone/Makefile
  head/finance/trytond_purchase_invoice_line_standalone/distinfo
  head/finance/trytond_purchase_shipment_cost/Makefile
  head/finance/trytond_purchase_shipment_cost/distinfo

Modified: head/finance/trytond_purchase_invoice_line_standalone/Makefile
==============================================================================
--- head/finance/trytond_purchase_invoice_line_standalone/Makefile	Sun May 19 14:34:47 2013	(r318528)
+++ head/finance/trytond_purchase_invoice_line_standalone/Makefile	Sun May 19 14:44:03 2013	(r318529)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_purchase_invoice_line_standalone
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 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=	Tryton Application Platform (Purchase Invoice Line Standalone Module)
@@ -15,6 +15,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase \
 		trytond_account_invoice_line_standalone>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice_line_standalone
 
+CONFLICTS=	trytond_purchase_invoice_line_standalone-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_purchase_invoice_line_standalone/distinfo
==============================================================================
--- head/finance/trytond_purchase_invoice_line_standalone/distinfo	Sun May 19 14:34:47 2013	(r318528)
+++ head/finance/trytond_purchase_invoice_line_standalone/distinfo	Sun May 19 14:44:03 2013	(r318529)
@@ -1,2 +1,2 @@
-SHA256 (trytond_purchase_invoice_line_standalone-2.4.0.tar.gz) = a8d7987d4f63a1d5b58c1a2c8e732e8a4d8540f645a826c1cd44a4654c84cd15
-SIZE (trytond_purchase_invoice_line_standalone-2.4.0.tar.gz) = 21682
+SHA256 (trytond_purchase_invoice_line_standalone-2.4.1.tar.gz) = 05ef097aba6e22e1842b6c5544dcfd53ed73620215a73a7e5c8f5f8621c18ae9
+SIZE (trytond_purchase_invoice_line_standalone-2.4.1.tar.gz) = 21579

Modified: head/finance/trytond_purchase_shipment_cost/Makefile
==============================================================================
--- head/finance/trytond_purchase_shipment_cost/Makefile	Sun May 19 14:34:47 2013	(r318528)
+++ head/finance/trytond_purchase_shipment_cost/Makefile	Sun May 19 14:44:03 2013	(r318529)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_purchase_shipment_cost
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 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=	Tryton Application Platform (Purchase Shipment Cost Module)
@@ -16,6 +16,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency \
 		trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
 
+CONFLICTS=	trytond_purchase_shipment_cost-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_purchase_shipment_cost/distinfo
==============================================================================
--- head/finance/trytond_purchase_shipment_cost/distinfo	Sun May 19 14:34:47 2013	(r318528)
+++ head/finance/trytond_purchase_shipment_cost/distinfo	Sun May 19 14:44:03 2013	(r318529)
@@ -1,2 +1,2 @@
-SHA256 (trytond_purchase_shipment_cost-2.4.0.tar.gz) = 50b86d944b335a5f336c8e220c1ba70c8501d7beec33dcb91ff2bb9eae725ee2
-SIZE (trytond_purchase_shipment_cost-2.4.0.tar.gz) = 21114
+SHA256 (trytond_purchase_shipment_cost-2.4.1.tar.gz) = 4a84425e4fc3170c9e59344e9e46e4d394d42a84eb7b594b7505dba83301966b
+SIZE (trytond_purchase_shipment_cost-2.4.1.tar.gz) = 21089
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 44 dfilter service freebsd_committer freebsd_triage 2013-05-19 15:47:22 UTC
Author: wen
Date: Sun May 19 14:47:09 2013
New Revision: 318530
URL: http://svnweb.freebsd.org/changeset/ports/318530

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

Modified:
  head/finance/trytond_sale_price_list/Makefile

Modified: head/finance/trytond_sale_price_list/Makefile
==============================================================================
--- head/finance/trytond_sale_price_list/Makefile	Sun May 19 14:44:03 2013	(r318529)
+++ head/finance/trytond_sale_price_list/Makefile	Sun May 19 14:47:09 2013	(r318530)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_sale_price_list
-# Date created:		08 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_sale_price_list
 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 (Sale Price List Module)
@@ -20,6 +15,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale \
 		trytond_product_price_list>=2.4.0:${PORTSDIR}/finance/trytond_product_price_list
 
+CONFLICTS=	trytond_sale_price_list-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 45 dfilter service freebsd_committer freebsd_triage 2013-05-19 15:48:34 UTC
Author: wen
Date: Sun May 19 14:48:21 2013
New Revision: 318531
URL: http://svnweb.freebsd.org/changeset/ports/318531

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

Modified:
  head/finance/trytond_sale_opportunity/Makefile
  head/finance/trytond_sale_opportunity/distinfo

Modified: head/finance/trytond_sale_opportunity/Makefile
==============================================================================
--- head/finance/trytond_sale_opportunity/Makefile	Sun May 19 14:47:09 2013	(r318530)
+++ head/finance/trytond_sale_opportunity/Makefile	Sun May 19 14:48:21 2013	(r318531)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_sale_opportunity
-# Date created:		08 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_sale_opportunity
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 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 (Sale Opportunity Module)
@@ -18,6 +13,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale
 
+CONFLICTS=	trytond_sale_opportunity-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_sale_opportunity/distinfo
==============================================================================
--- head/finance/trytond_sale_opportunity/distinfo	Sun May 19 14:47:09 2013	(r318530)
+++ head/finance/trytond_sale_opportunity/distinfo	Sun May 19 14:48:21 2013	(r318531)
@@ -1,2 +1,2 @@
-SHA256 (trytond_sale_opportunity-2.4.0.tar.gz) = dbf9a1866bef82c923327e706914886fd60248d9fd5d623c83354a1053340f97
-SIZE (trytond_sale_opportunity-2.4.0.tar.gz) = 38902
+SHA256 (trytond_sale_opportunity-2.4.1.tar.gz) = ea26049098b7e5e865ef18888212e17f1e921a7c28476e98fa6e35354340cfb5
+SIZE (trytond_sale_opportunity-2.4.1.tar.gz) = 37757
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 46 dfilter service freebsd_committer freebsd_triage 2013-05-19 15:53:45 UTC
Author: wen
Date: Sun May 19 14:53:37 2013
New Revision: 318533
URL: http://svnweb.freebsd.org/changeset/ports/318533

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

Modified:
  head/finance/trytond_stock_forecast/Makefile
  head/finance/trytond_stock_inventory_location/Makefile
  head/finance/trytond_stock_location_sequence/Makefile
  head/finance/trytond_stock_lot/Makefile
  head/finance/trytond_stock_split/Makefile
  head/finance/trytond_stock_supply_forecast/Makefile

Modified: head/finance/trytond_stock_forecast/Makefile
==============================================================================
--- head/finance/trytond_stock_forecast/Makefile	Sun May 19 14:50:45 2013	(r318532)
+++ head/finance/trytond_stock_forecast/Makefile	Sun May 19 14:53:37 2013	(r318533)
@@ -1,11 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_stock_forecast
 PORTVERSION=	2.4.0
-PORTREVISION=	1
 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=	Tryton Application Platform (Stock Forecast Module)
@@ -18,6 +17,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}date
 		trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \
 		trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company
 
+CONFLICTS=	trytond_stock_forecast-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_stock_inventory_location/Makefile
==============================================================================
--- head/finance/trytond_stock_inventory_location/Makefile	Sun May 19 14:50:45 2013	(r318532)
+++ head/finance/trytond_stock_inventory_location/Makefile	Sun May 19 14:53:37 2013	(r318533)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_stock_inventory_location
 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=	Tryton Application Platform (Stock Inventory Location Module)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
 
+CONFLICTS=	trytond_stock_inventory_location-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_stock_location_sequence/Makefile
==============================================================================
--- head/finance/trytond_stock_location_sequence/Makefile	Sun May 19 14:50:45 2013	(r318532)
+++ head/finance/trytond_stock_location_sequence/Makefile	Sun May 19 14:53:37 2013	(r318533)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_stock_location_sequence
 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=	Tryton Application Platform (Stock Location Sequence Module)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
 
+CONFLICTS=	trytond_stock_location_sequence-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_stock_lot/Makefile
==============================================================================
--- head/finance/trytond_stock_lot/Makefile	Sun May 19 14:50:45 2013	(r318532)
+++ head/finance/trytond_stock_lot/Makefile	Sun May 19 14:53:37 2013	(r318533)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_stock_lot
 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=	Tryton Application Platform (Stock Lot Module)
@@ -15,6 +15,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \
 		trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
 
+CONFLICTS=	trytond_stock_lot-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_stock_split/Makefile
==============================================================================
--- head/finance/trytond_stock_split/Makefile	Sun May 19 14:50:45 2013	(r318532)
+++ head/finance/trytond_stock_split/Makefile	Sun May 19 14:53:37 2013	(r318533)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_stock_split
 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=	Tryton Application Platform (Stock Split Module)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
 
+CONFLICTS=	trytond_stock_split-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_stock_supply_forecast/Makefile
==============================================================================
--- head/finance/trytond_stock_supply_forecast/Makefile	Sun May 19 14:50:45 2013	(r318532)
+++ head/finance/trytond_stock_supply_forecast/Makefile	Sun May 19 14:53:37 2013	(r318533)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_stock_supply_forecast
 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=	Tryton Application Platform (Stock Supply Forecast Module)
@@ -15,6 +15,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_stock_supply>=2.4.0:${PORTSDIR}/finance/trytond_stock_supply \
 		trytond_stock_forecast>=2.4.0:${PORTSDIR}/finance/trytond_stock_forecast
 
+CONFLICTS=	trytond_stock_supply_forecast-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 47 dfilter service freebsd_committer freebsd_triage 2013-05-19 16:08:55 UTC
Author: wen
Date: Sun May 19 15:08:47 2013
New Revision: 318534
URL: http://svnweb.freebsd.org/changeset/ports/318534

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

Modified:
  head/finance/trytond_sale_shipment_cost/Makefile

Modified: head/finance/trytond_sale_shipment_cost/Makefile
==============================================================================
--- head/finance/trytond_sale_shipment_cost/Makefile	Sun May 19 14:53:37 2013	(r318533)
+++ head/finance/trytond_sale_shipment_cost/Makefile	Sun May 19 15:08:47 2013	(r318534)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_sale_shipment_cost
-# Date created:		08 September, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_sale_shipment_cost
 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 (Sale Shipment Cost Module)
@@ -21,6 +16,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \
 		trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
 
+CONFLICTS=	trytond_sale_shipment_cost-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 48 dfilter service freebsd_committer freebsd_triage 2013-05-19 16:14:00 UTC
Author: wen
Date: Sun May 19 15:13:47 2013
New Revision: 318535
URL: http://svnweb.freebsd.org/changeset/ports/318535

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

Modified:
  head/finance/trytond_stock_product_location/Makefile

Modified: head/finance/trytond_stock_product_location/Makefile
==============================================================================
--- head/finance/trytond_stock_product_location/Makefile	Sun May 19 15:08:47 2013	(r318534)
+++ head/finance/trytond_stock_product_location/Makefile	Sun May 19 15:13:47 2013	(r318535)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_stock_product_location
 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=	Tryton Application Platform (Stock Product Location Module)
@@ -15,6 +15,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \
 		trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
 
+CONFLICTS=	trytond_stock_product_location-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 49 dfilter service freebsd_committer freebsd_triage 2013-05-19 16:17:48 UTC
Author: wen
Date: Sun May 19 15:17:41 2013
New Revision: 318536
URL: http://svnweb.freebsd.org/changeset/ports/318536

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

Modified:
  head/finance/trytond_stock_supply/Makefile
  head/finance/trytond_stock_supply/distinfo

Modified: head/finance/trytond_stock_supply/Makefile
==============================================================================
--- head/finance/trytond_stock_supply/Makefile	Sun May 19 15:13:47 2013	(r318535)
+++ head/finance/trytond_stock_supply/Makefile	Sun May 19 15:17:41 2013	(r318536)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_stock_supply
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.2
 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=	Tryton Application Platform (Stock Supply Module)
@@ -15,6 +15,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \
 		trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase
 
+CONFLICTS=	trytond_stock_supply-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_stock_supply/distinfo
==============================================================================
--- head/finance/trytond_stock_supply/distinfo	Sun May 19 15:13:47 2013	(r318535)
+++ head/finance/trytond_stock_supply/distinfo	Sun May 19 15:17:41 2013	(r318536)
@@ -1,2 +1,2 @@
-SHA256 (trytond_stock_supply-2.4.0.tar.gz) = 1215af6a815ad8d20226d68e26190d539468df7677ca616873aed5b6014c2557
-SIZE (trytond_stock_supply-2.4.0.tar.gz) = 38993
+SHA256 (trytond_stock_supply-2.4.2.tar.gz) = b7218db47b91041624566b6f228232e854f5f7033f20f21f87aaa2f732359ae9
+SIZE (trytond_stock_supply-2.4.2.tar.gz) = 38863
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 50 dfilter service freebsd_committer freebsd_triage 2013-05-19 16:25:51 UTC
Author: wen
Date: Sun May 19 15:25:43 2013
New Revision: 318537
URL: http://svnweb.freebsd.org/changeset/ports/318537

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

Modified:
  head/finance/trytond_stock_supply_day/Makefile
  head/finance/trytond_stock_supply_day/distinfo

Modified: head/finance/trytond_stock_supply_day/Makefile
==============================================================================
--- head/finance/trytond_stock_supply_day/Makefile	Sun May 19 15:17:41 2013	(r318536)
+++ head/finance/trytond_stock_supply_day/Makefile	Sun May 19 15:25:43 2013	(r318537)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_stock_supply_day
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 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=	Tryton Application Platform (Stock Supply Day Module)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase
 
+CONFLICTS=	trytond_stock_supply_day-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_stock_supply_day/distinfo
==============================================================================
--- head/finance/trytond_stock_supply_day/distinfo	Sun May 19 15:17:41 2013	(r318536)
+++ head/finance/trytond_stock_supply_day/distinfo	Sun May 19 15:25:43 2013	(r318537)
@@ -1,2 +1,2 @@
-SHA256 (trytond_stock_supply_day-2.4.0.tar.gz) = 70d4209873eae798b1a9639277d059d949b1313753ab46c1c7bf3baf90a58601
-SIZE (trytond_stock_supply_day-2.4.0.tar.gz) = 21744
+SHA256 (trytond_stock_supply_day-2.4.1.tar.gz) = 442c1c05f208b48266eae186e73860399565e7c48da54ec52eb4c6e07f453ca2
+SIZE (trytond_stock_supply_day-2.4.1.tar.gz) = 21627
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 51 Wen Heping freebsd_committer freebsd_triage 2013-05-19 16:27:16 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!