From owner-svn-ports-head@FreeBSD.ORG Sun May 19 14:44:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2411FF40; Sun, 19 May 2013 14:44:05 +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 15EB7CEA; Sun, 19 May 2013 14:44:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4JEi4qh002852; Sun, 19 May 2013 14:44:04 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4JEi4Ti002844; Sun, 19 May 2013 14:44:04 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201305191444.r4JEi4Ti002844@svn.freebsd.org> From: Wen Heping Date: Sun, 19 May 2013 14:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318529 - in head/finance: trytond_purchase_invoice_line_standalone trytond_purchase_shipment_cost 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 14:44:05 -0000 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 (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 # $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 # $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