From owner-svn-ports-head@FreeBSD.ORG Mon May 20 08:01:05 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 5C0B5334; Mon, 20 May 2013 08:01: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 3F508218; Mon, 20 May 2013 08:01: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 r4K815D8074517; Mon, 20 May 2013 08:01:05 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4K80wtu074438; Mon, 20 May 2013 08:00:58 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201305200800.r4K80wtu074438@svn.freebsd.org> From: Wen Heping Date: Mon, 20 May 2013 08:00:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318580 - in head/finance: tryton trytond trytond_account_be trytond_account_invoice_history trytond_account_invoice_line_standalone trytond_account_product trytond_account_statement tr... 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: Mon, 20 May 2013 08:01:05 -0000 Author: wen Date: Mon May 20 08:00:57 2013 New Revision: 318580 URL: http://svnweb.freebsd.org/changeset/ports/318580 Log: - Remove dead mirror Approved by: maintainer(via email) Modified: head/finance/tryton/Makefile head/finance/trytond/Makefile head/finance/trytond_account_be/Makefile head/finance/trytond_account_invoice_history/Makefile head/finance/trytond_account_invoice_line_standalone/Makefile head/finance/trytond_account_product/Makefile head/finance/trytond_account_statement/Makefile head/finance/trytond_account_stock_anglo_saxon/Makefile head/finance/trytond_account_stock_continental/Makefile head/finance/trytond_analytic_account/Makefile head/finance/trytond_analytic_invoice/Makefile head/finance/trytond_analytic_purchase/Makefile head/finance/trytond_analytic_sale/Makefile head/finance/trytond_calendar_classification/Makefile head/finance/trytond_calendar_scheduling/Makefile head/finance/trytond_calendar_todo/Makefile head/finance/trytond_party/Makefile head/finance/trytond_party_siret/Makefile head/finance/trytond_party_vcarddav/Makefile head/finance/trytond_product/Makefile head/finance/trytond_product_cost_fifo/Makefile head/finance/trytond_product_cost_history/Makefile head/finance/trytond_production/Makefile head/finance/trytond_purchase_invoice_line_standalone/Makefile head/finance/trytond_purchase_shipment_cost/Makefile 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_product_location/Makefile head/finance/trytond_stock_split/Makefile head/finance/trytond_stock_supply/Makefile head/finance/trytond_stock_supply_day/Makefile head/finance/trytond_stock_supply_forecast/Makefile head/finance/trytond_stock_supply_production/Makefile Modified: head/finance/tryton/Makefile ============================================================================== --- head/finance/tryton/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/tryton/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= tryton PORTVERSION= 2.4.4 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/2.4/ \ - http://downloads2.tryton.org/2.4/ +MASTER_SITES= http://downloads.tryton.org/2.4/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Gtk+ Client) Modified: head/finance/trytond/Makefile ============================================================================== --- head/finance/trytond/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -4,8 +4,7 @@ PORTNAME= trytond PORTVERSION= 2.4.5 CATEGORIES= finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Server) Modified: head/finance/trytond_account_be/Makefile ============================================================================== --- head/finance/trytond_account_be/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_account_be/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_account_be PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Belgian Account Chart) Modified: head/finance/trytond_account_invoice_history/Makefile ============================================================================== --- head/finance/trytond_account_invoice_history/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_account_invoice_history/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_account_invoice_history PORTVERSION= 2.4.2 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Account Invoice History Module) Modified: head/finance/trytond_account_invoice_line_standalone/Makefile ============================================================================== --- head/finance/trytond_account_invoice_line_standalone/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_account_invoice_line_standalone/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_account_invoice_line_standalone PORTVERSION= 2.4.1 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Account Invoice Line Standalone Module) Modified: head/finance/trytond_account_product/Makefile ============================================================================== --- head/finance/trytond_account_product/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_account_product/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,7 +3,7 @@ PORTNAME= trytond_account_product 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 (Account Product Module) Modified: head/finance/trytond_account_statement/Makefile ============================================================================== --- head/finance/trytond_account_statement/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_account_statement/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_account_statement PORTVERSION= 2.4.3 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Account Statement Module) Modified: head/finance/trytond_account_stock_anglo_saxon/Makefile ============================================================================== --- head/finance/trytond_account_stock_anglo_saxon/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_account_stock_anglo_saxon/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_account_stock_anglo_saxon PORTVERSION= 2.4.4 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Account Stock Anglo Saxon Module) Modified: head/finance/trytond_account_stock_continental/Makefile ============================================================================== --- head/finance/trytond_account_stock_continental/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_account_stock_continental/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_account_stock_continental PORTVERSION= 2.4.2 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Account Stock Continental Module) Modified: head/finance/trytond_analytic_account/Makefile ============================================================================== --- head/finance/trytond_analytic_account/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_analytic_account/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_analytic_account PORTVERSION= 2.4.1 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Analytic Account Module) Modified: head/finance/trytond_analytic_invoice/Makefile ============================================================================== --- head/finance/trytond_analytic_invoice/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_analytic_invoice/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_analytic_invoice PORTVERSION= 2.4.1 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Analytic Invoice Module) Modified: head/finance/trytond_analytic_purchase/Makefile ============================================================================== --- head/finance/trytond_analytic_purchase/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_analytic_purchase/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_analytic_purchase PORTVERSION= 2.4.2 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Analytic Purchase Module) Modified: head/finance/trytond_analytic_sale/Makefile ============================================================================== --- head/finance/trytond_analytic_sale/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_analytic_sale/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_analytic_sale PORTVERSION= 2.4.2 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Analytic Sale Module) Modified: head/finance/trytond_calendar_classification/Makefile ============================================================================== --- head/finance/trytond_calendar_classification/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_calendar_classification/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_calendar_classification PORTVERSION= 2.4.2 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Calendar Classification Module) Modified: head/finance/trytond_calendar_scheduling/Makefile ============================================================================== --- head/finance/trytond_calendar_scheduling/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_calendar_scheduling/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_calendar_scheduling PORTVERSION= 2.4.1 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Calendar Scheduling Module) Modified: head/finance/trytond_calendar_todo/Makefile ============================================================================== --- head/finance/trytond_calendar_todo/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_calendar_todo/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_calendar_todo PORTVERSION= 2.4.4 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Calendar Todo Module) Modified: head/finance/trytond_party/Makefile ============================================================================== --- head/finance/trytond_party/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_party/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_party PORTVERSION= 2.4.1 CATEGORIES= finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ \ - http://downloads.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Party Module) Modified: head/finance/trytond_party_siret/Makefile ============================================================================== --- head/finance/trytond_party_siret/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_party_siret/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_party_siret PORTVERSION= 2.4.1 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Party Siret Module) Modified: head/finance/trytond_party_vcarddav/Makefile ============================================================================== --- head/finance/trytond_party_vcarddav/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_party_vcarddav/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_party_vcarddav PORTVERSION= 2.4.1 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Party VCardDAV Module) Modified: head/finance/trytond_product/Makefile ============================================================================== --- head/finance/trytond_product/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_product/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_product PORTVERSION= 2.4.1 CATEGORIES= finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ \ - http://downloads.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Product Module) Modified: head/finance/trytond_product_cost_fifo/Makefile ============================================================================== --- head/finance/trytond_product_cost_fifo/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_product_cost_fifo/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_product_cost_fifo PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Product Cost Fifo Module) Modified: head/finance/trytond_product_cost_history/Makefile ============================================================================== --- head/finance/trytond_product_cost_history/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_product_cost_history/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_product_cost_history PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Product Cost History Module) Modified: head/finance/trytond_production/Makefile ============================================================================== --- head/finance/trytond_production/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_production/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_production PORTVERSION= 2.4.2 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Production Module) Modified: head/finance/trytond_purchase_invoice_line_standalone/Makefile ============================================================================== --- head/finance/trytond_purchase_invoice_line_standalone/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_purchase_invoice_line_standalone/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_purchase_invoice_line_standalone PORTVERSION= 2.4.1 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Purchase Invoice Line Standalone Module) Modified: head/finance/trytond_purchase_shipment_cost/Makefile ============================================================================== --- head/finance/trytond_purchase_shipment_cost/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_purchase_shipment_cost/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_purchase_shipment_cost PORTVERSION= 2.4.1 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Purchase Shipment Cost Module) Modified: head/finance/trytond_stock_forecast/Makefile ============================================================================== --- head/finance/trytond_stock_forecast/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_stock_forecast/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_stock_forecast PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Forecast Module) Modified: head/finance/trytond_stock_inventory_location/Makefile ============================================================================== --- head/finance/trytond_stock_inventory_location/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_stock_inventory_location/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_stock_inventory_location PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Inventory Location Module) Modified: head/finance/trytond_stock_location_sequence/Makefile ============================================================================== --- head/finance/trytond_stock_location_sequence/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_stock_location_sequence/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_stock_location_sequence PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Location Sequence Module) Modified: head/finance/trytond_stock_lot/Makefile ============================================================================== --- head/finance/trytond_stock_lot/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_stock_lot/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_stock_lot PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Lot Module) Modified: head/finance/trytond_stock_product_location/Makefile ============================================================================== --- head/finance/trytond_stock_product_location/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_stock_product_location/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_stock_product_location PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Product Location Module) Modified: head/finance/trytond_stock_split/Makefile ============================================================================== --- head/finance/trytond_stock_split/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_stock_split/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_stock_split PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Split Module) Modified: head/finance/trytond_stock_supply/Makefile ============================================================================== --- head/finance/trytond_stock_supply/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_stock_supply/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_stock_supply PORTVERSION= 2.4.2 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Supply Module) Modified: head/finance/trytond_stock_supply_day/Makefile ============================================================================== --- head/finance/trytond_stock_supply_day/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_stock_supply_day/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_stock_supply_day PORTVERSION= 2.4.1 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Supply Day Module) Modified: head/finance/trytond_stock_supply_forecast/Makefile ============================================================================== --- head/finance/trytond_stock_supply_forecast/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_stock_supply_forecast/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_stock_supply_forecast PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Supply Forecast Module) Modified: head/finance/trytond_stock_supply_production/Makefile ============================================================================== --- head/finance/trytond_stock_supply_production/Makefile Mon May 20 07:50:28 2013 (r318579) +++ head/finance/trytond_stock_supply_production/Makefile Mon May 20 08:00:57 2013 (r318580) @@ -3,8 +3,7 @@ PORTNAME= trytond_stock_supply_production PORTVERSION= 2.4.2 CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ - http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Stock Supply Production Module)