From fc69a0dc4f990153febcbd37127bda681a59f652 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Wed, 12 Sep 2012 15:51:59 +0000 Subject: [PATCH] Unbreak analytic_invoice and analytic_account; reported by nigel@ While here, consistency with ' = '. --- .../tryton/account_invoice_line_standalone/Makefile | 4 ++-- productivity/tryton/account_product/Makefile | 4 ++-- productivity/tryton/analytic_account/Makefile | 5 +++-- productivity/tryton/analytic_invoice/Makefile | 6 +++--- productivity/tryton/carrier/Makefile | 4 ++-- productivity/tryton/carrier_percentage/Makefile | 4 ++-- 6 files changed, 14 insertions(+), 13 deletions(-) diff --git a/productivity/tryton/account_invoice_line_standalone/Makefile b/productivity/tryton/account_invoice_line_standalone/Makefile index 3ebc30b280a..6d41981bc06 100644 --- a/productivity/tryton/account_invoice_line_standalone/Makefile +++ b/productivity/tryton/account_invoice_line_standalone/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.7 2012/09/12 06:59:53 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.8 2012/09/12 15:51:59 ajacoutot Exp $ -MODPY_EGG_VERSION= 2.4.1 +MODPY_EGG_VERSION = 2.4.1 TRYTOND_MODULE = account_invoice_line_standalone REVISION = 0 diff --git a/productivity/tryton/account_product/Makefile b/productivity/tryton/account_product/Makefile index ea4f2fbfe55..b8ef9353d6d 100644 --- a/productivity/tryton/account_product/Makefile +++ b/productivity/tryton/account_product/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.7 2012/09/12 06:59:53 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.8 2012/09/12 15:52:00 ajacoutot Exp $ -MODPY_EGG_VERSION= 2.4.1 +MODPY_EGG_VERSION = 2.4.1 TRYTOND_MODULE = account_product REVISION = 0 diff --git a/productivity/tryton/analytic_account/Makefile b/productivity/tryton/analytic_account/Makefile index 2f85e3025e6..8c995cc8fb3 100644 --- a/productivity/tryton/analytic_account/Makefile +++ b/productivity/tryton/analytic_account/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2012/09/12 06:59:53 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.8 2012/09/12 15:52:00 ajacoutot Exp $ -MODPY_EGG_VERSION= 2.4.1 +MODPY_EGG_VERSION = 2.4.1 TRYTOND_MODULE = analytic_account +REVISION = 1 RUN_DEPENDS = productivity/tryton/account \ productivity/tryton/company diff --git a/productivity/tryton/analytic_invoice/Makefile b/productivity/tryton/analytic_invoice/Makefile index 368ccc5c5d3..fdbd83972bb 100644 --- a/productivity/tryton/analytic_invoice/Makefile +++ b/productivity/tryton/analytic_invoice/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2012/09/12 06:59:53 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.8 2012/09/12 15:52:00 ajacoutot Exp $ -MODPY_EGG_VERSION= 2.4.1 +MODPY_EGG_VERSION = 2.4.1 TRYTOND_MODULE = analytic_invoice -REVISION = 0 +REVISION = 1 RUN_DEPENDS = productivity/tryton/account_invoice \ productivity/tryton/analytic_account diff --git a/productivity/tryton/carrier/Makefile b/productivity/tryton/carrier/Makefile index f4861422f76..aff1805928f 100644 --- a/productivity/tryton/carrier/Makefile +++ b/productivity/tryton/carrier/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 2012/09/12 06:59:53 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2012/09/12 15:52:00 ajacoutot Exp $ -MODPY_EGG_VERSION= 2.4.1 +MODPY_EGG_VERSION = 2.4.1 TRYTOND_MODULE = carrier RUN_DEPENDS = productivity/tryton/party \ diff --git a/productivity/tryton/carrier_percentage/Makefile b/productivity/tryton/carrier_percentage/Makefile index 78b121d12b0..61b3a2c3aa9 100644 --- a/productivity/tryton/carrier_percentage/Makefile +++ b/productivity/tryton/carrier_percentage/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 2012/09/12 06:59:53 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2012/09/12 15:52:00 ajacoutot Exp $ -MODPY_EGG_VERSION= 2.4.1 +MODPY_EGG_VERSION = 2.4.1 TRYTOND_MODULE = carrier_percentage RUN_DEPENDS = productivity/tryton/carrier \