From owner-svn-ports-head@FreeBSD.ORG Sun May 19 13:30:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 25853B87; Sun, 19 May 2013 13:30:16 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0790E9E7; Sun, 19 May 2013 13:30:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4JDUFkO075935; Sun, 19 May 2013 13:30:15 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4JDUFuB075924; Sun, 19 May 2013 13:30:15 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201305191330.r4JDUFuB075924@svn.freebsd.org> From: Wen Heping Date: Sun, 19 May 2013 13:30:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318522 - in head/finance: trytond_product_cost_fifo trytond_product_cost_history trytond_product_measurements trytond_product_price_list X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 May 2013 13:30:16 -0000 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 (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 # $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 # $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 -# # $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 -# # $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