From owner-svn-ports-head@FreeBSD.ORG Mon Nov 18 15:12:04 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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99A559C1; Mon, 18 Nov 2013 15:12:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 86EA9210F; Mon, 18 Nov 2013 15:12:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAIFC4xr047163; Mon, 18 Nov 2013 15:12:04 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAIFBtwH047053; Mon, 18 Nov 2013 15:11:55 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201311181511.rAIFBtwH047053@svn.freebsd.org> From: Boris Samorodov Date: Mon, 18 Nov 2013 15:11:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334207 - in head: finance/trytond_account_be finance/trytond_account_invoice_history finance/trytond_account_invoice_line_standalone finance/trytond_account_product finance/trytond_acc... 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.16 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, 18 Nov 2013 15:12:04 -0000 Author: bsam Date: Mon Nov 18 15:11:55 2013 New Revision: 334207 URL: http://svnweb.freebsd.org/changeset/ports/334207 Log: Restore "created by" header missing at some trytond* ports (in preparation to commit PR/181691). PR: ports/181691 Submitted by: Matthias Petermann (maintainer) Patch by: bsam (me) Approved by: Matthias Petermann (maintainer) Modified: 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_analytic_account/Makefile head/finance/trytond_analytic_purchase/Makefile head/finance/trytond_analytic_sale/Makefile head/finance/trytond_calendar/Makefile head/finance/trytond_calendar_classification/Makefile head/finance/trytond_calendar_scheduling/Makefile head/finance/trytond_calendar_todo/Makefile head/finance/trytond_carrier/Makefile head/finance/trytond_carrier_percentage/Makefile head/finance/trytond_carrier_weight/Makefile head/finance/trytond_company/Makefile head/finance/trytond_company_work_time/Makefile head/finance/trytond_country/Makefile head/finance/trytond_currency/Makefile head/finance/trytond_dashboard/Makefile head/finance/trytond_ldap_authentication/Makefile head/finance/trytond_ldap_connection/Makefile head/finance/trytond_party/Makefile head/finance/trytond_party_siret/Makefile head/finance/trytond_product/Makefile 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 head/finance/trytond_project/Makefile head/finance/trytond_project_revenue/Makefile head/finance/trytond_purchase_invoice_line_standalone/Makefile head/finance/trytond_sale_opportunity/Makefile head/finance/trytond_sale_price_list/Makefile head/finance/trytond_stock_inventory_location/Makefile head/finance/trytond_stock_location_sequence/Makefile head/finance/trytond_stock_product_location/Makefile head/finance/trytond_stock_supply_day/Makefile head/finance/trytond_stock_supply_production/Makefile head/french/trytond_account_fr/Makefile head/german/trytond_account_de_skr03/Makefile head/www/trytond_google_maps/Makefile Modified: head/finance/trytond_account_be/Makefile ============================================================================== --- head/finance/trytond_account_be/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_account_be/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_be Modified: head/finance/trytond_account_invoice_history/Makefile ============================================================================== --- head/finance/trytond_account_invoice_history/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_account_invoice_history/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_invoice_history Modified: head/finance/trytond_account_invoice_line_standalone/Makefile ============================================================================== --- head/finance/trytond_account_invoice_line_standalone/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_account_invoice_line_standalone/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_invoice_line_standalone Modified: head/finance/trytond_account_product/Makefile ============================================================================== --- head/finance/trytond_account_product/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_account_product/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_product Modified: head/finance/trytond_account_statement/Makefile ============================================================================== --- head/finance/trytond_account_statement/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_account_statement/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_statement Modified: head/finance/trytond_analytic_account/Makefile ============================================================================== --- head/finance/trytond_analytic_account/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_analytic_account/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_analytic_account Modified: head/finance/trytond_analytic_purchase/Makefile ============================================================================== --- head/finance/trytond_analytic_purchase/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_analytic_purchase/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_analytic_purchase Modified: head/finance/trytond_analytic_sale/Makefile ============================================================================== --- head/finance/trytond_analytic_sale/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_analytic_sale/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_analytic_sale Modified: head/finance/trytond_calendar/Makefile ============================================================================== --- head/finance/trytond_calendar/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_calendar/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_calendar Modified: head/finance/trytond_calendar_classification/Makefile ============================================================================== --- head/finance/trytond_calendar_classification/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_calendar_classification/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_calendar_classification Modified: head/finance/trytond_calendar_scheduling/Makefile ============================================================================== --- head/finance/trytond_calendar_scheduling/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_calendar_scheduling/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_calendar_scheduling Modified: head/finance/trytond_calendar_todo/Makefile ============================================================================== --- head/finance/trytond_calendar_todo/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_calendar_todo/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_calendar_todo Modified: head/finance/trytond_carrier/Makefile ============================================================================== --- head/finance/trytond_carrier/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_carrier/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_carrier Modified: head/finance/trytond_carrier_percentage/Makefile ============================================================================== --- head/finance/trytond_carrier_percentage/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_carrier_percentage/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_carrier_percentage Modified: head/finance/trytond_carrier_weight/Makefile ============================================================================== --- head/finance/trytond_carrier_weight/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_carrier_weight/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_carrier_weight Modified: head/finance/trytond_company/Makefile ============================================================================== --- head/finance/trytond_company/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_company/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_company Modified: head/finance/trytond_company_work_time/Makefile ============================================================================== --- head/finance/trytond_company_work_time/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_company_work_time/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_company_work_time Modified: head/finance/trytond_country/Makefile ============================================================================== --- head/finance/trytond_country/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_country/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_country Modified: head/finance/trytond_currency/Makefile ============================================================================== --- head/finance/trytond_currency/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_currency/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_currency Modified: head/finance/trytond_dashboard/Makefile ============================================================================== --- head/finance/trytond_dashboard/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_dashboard/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_dashboard Modified: head/finance/trytond_ldap_authentication/Makefile ============================================================================== --- head/finance/trytond_ldap_authentication/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_ldap_authentication/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_ldap_authentication Modified: head/finance/trytond_ldap_connection/Makefile ============================================================================== --- head/finance/trytond_ldap_connection/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_ldap_connection/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_ldap_connection Modified: head/finance/trytond_party/Makefile ============================================================================== --- head/finance/trytond_party/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_party/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_party Modified: head/finance/trytond_party_siret/Makefile ============================================================================== --- head/finance/trytond_party_siret/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_party_siret/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_party_siret Modified: head/finance/trytond_product/Makefile ============================================================================== --- head/finance/trytond_product/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_product/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_product Modified: head/finance/trytond_product_cost_fifo/Makefile ============================================================================== --- head/finance/trytond_product_cost_fifo/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_product_cost_fifo/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_product_cost_fifo Modified: head/finance/trytond_product_cost_history/Makefile ============================================================================== --- head/finance/trytond_product_cost_history/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_product_cost_history/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_product_cost_history Modified: head/finance/trytond_product_measurements/Makefile ============================================================================== --- head/finance/trytond_product_measurements/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_product_measurements/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_product_measurements Modified: head/finance/trytond_product_price_list/Makefile ============================================================================== --- head/finance/trytond_product_price_list/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_product_price_list/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_product_price_list Modified: head/finance/trytond_project/Makefile ============================================================================== --- head/finance/trytond_project/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_project/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_project Modified: head/finance/trytond_project_revenue/Makefile ============================================================================== --- head/finance/trytond_project_revenue/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_project_revenue/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_project_revenue Modified: head/finance/trytond_purchase_invoice_line_standalone/Makefile ============================================================================== --- head/finance/trytond_purchase_invoice_line_standalone/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_purchase_invoice_line_standalone/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_purchase_invoice_line_standalone Modified: head/finance/trytond_sale_opportunity/Makefile ============================================================================== --- head/finance/trytond_sale_opportunity/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_sale_opportunity/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_sale_opportunity Modified: head/finance/trytond_sale_price_list/Makefile ============================================================================== --- head/finance/trytond_sale_price_list/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_sale_price_list/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_sale_price_list Modified: head/finance/trytond_stock_inventory_location/Makefile ============================================================================== --- head/finance/trytond_stock_inventory_location/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_stock_inventory_location/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_inventory_location Modified: head/finance/trytond_stock_location_sequence/Makefile ============================================================================== --- head/finance/trytond_stock_location_sequence/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_stock_location_sequence/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_location_sequence Modified: head/finance/trytond_stock_product_location/Makefile ============================================================================== --- head/finance/trytond_stock_product_location/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_stock_product_location/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_product_location Modified: head/finance/trytond_stock_supply_day/Makefile ============================================================================== --- head/finance/trytond_stock_supply_day/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_stock_supply_day/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_supply_day Modified: head/finance/trytond_stock_supply_production/Makefile ============================================================================== --- head/finance/trytond_stock_supply_production/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/finance/trytond_stock_supply_production/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_stock_supply_production Modified: head/french/trytond_account_fr/Makefile ============================================================================== --- head/french/trytond_account_fr/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/french/trytond_account_fr/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_fr Modified: head/german/trytond_account_de_skr03/Makefile ============================================================================== --- head/german/trytond_account_de_skr03/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/german/trytond_account_de_skr03/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_account_de_skr03 Modified: head/www/trytond_google_maps/Makefile ============================================================================== --- head/www/trytond_google_maps/Makefile Mon Nov 18 15:08:34 2013 (r334206) +++ head/www/trytond_google_maps/Makefile Mon Nov 18 15:11:55 2013 (r334207) @@ -1,3 +1,4 @@ +# Created by: Matthias Petermann # $FreeBSD$ PORTNAME= trytond_google_maps