summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorrodent <rodent>2015-03-15 00:17:34 +0000
committerrodent <rodent>2015-03-15 00:17:34 +0000
commiteb412d94bff01df790b6445fdee2208951b9a423 (patch)
tree94a6fad10c0ec3d69c344173dfd885c64ac640b7 /misc
parent37aad6da5bd0064dc2a857b5db77a99c5caae0fb (diff)
downloadpkgsrc-eb412d94bff01df790b6445fdee2208951b9a423.tar.gz
Apply modified patch sent by palo@ in private mail. This brings all these
packages to version 3.4.x. May this not break anything (although i feel it might).
Diffstat (limited to 'misc')
-rw-r--r--misc/py-trytond-company/Makefile7
-rw-r--r--misc/py-trytond-company/PLIST3
-rw-r--r--misc/py-trytond-company/distinfo8
-rw-r--r--misc/py-trytond-party-siret/Makefile8
-rw-r--r--misc/py-trytond-party-siret/PLIST3
-rw-r--r--misc/py-trytond-party-siret/distinfo8
-rw-r--r--misc/py-trytond-party/Makefile7
-rw-r--r--misc/py-trytond-party/PLIST3
-rw-r--r--misc/py-trytond-party/distinfo8
-rw-r--r--misc/py-trytond-product/Makefile7
-rw-r--r--misc/py-trytond-product/PLIST3
-rw-r--r--misc/py-trytond-product/distinfo8
-rw-r--r--misc/py-trytond-stock-lot/Makefile7
-rw-r--r--misc/py-trytond-stock-lot/PLIST3
-rw-r--r--misc/py-trytond-stock-lot/distinfo8
-rw-r--r--misc/py-trytond-stock/Makefile7
-rw-r--r--misc/py-trytond-stock/PLIST4
-rw-r--r--misc/py-trytond-stock/distinfo8
18 files changed, 50 insertions, 60 deletions
diff --git a/misc/py-trytond-company/Makefile b/misc/py-trytond-company/Makefile
index 0489ae21b12..23e9198fa1d 100644
--- a/misc/py-trytond-company/Makefile
+++ b/misc/py-trytond-company/Makefile
@@ -1,10 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2014/06/25 06:07:57 richard Exp $
-
+# $NetBSD: Makefile,v 1.6 2015/03/15 00:17:35 rodent Exp $
+TRYTON_MODULE_NAME= trytond_company
.include "../../devel/py-trytond/Makefile.common"
-DISTNAME= trytond_company-${TRYTOND_VERSION}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
CATEGORIES= misc python
-MASTER_SITES= ${TRYTON_SITES}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://www.tryton.org/
diff --git a/misc/py-trytond-company/PLIST b/misc/py-trytond-company/PLIST
index e3050006e4b..9b9efc4170e 100644
--- a/misc/py-trytond-company/PLIST
+++ b/misc/py-trytond-company/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/02/01 19:04:31 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/03/15 00:17:35 rodent Exp $
${PYSITELIB}/trytond/modules/company/__init__.py
${PYSITELIB}/trytond/modules/company/__init__.pyc
${PYSITELIB}/trytond/modules/company/__init__.pyo
@@ -18,6 +18,7 @@ ${PYSITELIB}/trytond/modules/company/locale/cs_CZ.po
${PYSITELIB}/trytond/modules/company/locale/de_DE.po
${PYSITELIB}/trytond/modules/company/locale/es_AR.po
${PYSITELIB}/trytond/modules/company/locale/es_CO.po
+${PYSITELIB}/trytond/modules/company/locale/es_EC.po
${PYSITELIB}/trytond/modules/company/locale/es_ES.po
${PYSITELIB}/trytond/modules/company/locale/fr_FR.po
${PYSITELIB}/trytond/modules/company/locale/nl_NL.po
diff --git a/misc/py-trytond-company/distinfo b/misc/py-trytond-company/distinfo
index 0959b962495..82bcde2506d 100644
--- a/misc/py-trytond-company/distinfo
+++ b/misc/py-trytond-company/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/05/03 13:34:07 rodent Exp $
+$NetBSD: distinfo,v 1.3 2015/03/15 00:17:35 rodent Exp $
-SHA1 (trytond_company-3.2.0.tar.gz) = 89e097da582b09650e735d789fe3a5b830ab09ee
-RMD160 (trytond_company-3.2.0.tar.gz) = 1a07594af99881dcdf3bcc13795dc4a7b68f8c8b
-Size (trytond_company-3.2.0.tar.gz) = 51522 bytes
+SHA1 (tryton-3.4/trytond_company-3.4.1.tar.gz) = 14015c4b87a679de09c28aaddf47c70d7f91a9a8
+RMD160 (tryton-3.4/trytond_company-3.4.1.tar.gz) = b370d403f7ec5a10c10b1c7a3004afe36c1a506a
+Size (tryton-3.4/trytond_company-3.4.1.tar.gz) = 51520 bytes
diff --git a/misc/py-trytond-party-siret/Makefile b/misc/py-trytond-party-siret/Makefile
index 5550bd5cde7..a059fd79b3a 100644
--- a/misc/py-trytond-party-siret/Makefile
+++ b/misc/py-trytond-party-siret/Makefile
@@ -1,10 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2014/06/25 06:07:57 richard Exp $
-
+# $NetBSD: Makefile,v 1.3 2015/03/15 00:17:35 rodent Exp $
+TRYTON_MODULE_NAME= trytond_party_siret
.include "../../devel/py-trytond/Makefile.common"
-DISTNAME= trytond_party_siret-${TRYTOND_VERSION}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
CATEGORIES= misc python
-MASTER_SITES= ${TRYTON_SITES}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tryton.org/
@@ -12,6 +9,7 @@ COMMENT= The party_siret module of the Tryton application platform
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-trytond-party-[0-9]*:../../misc/py-trytond-party
+DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
USE_LANGUAGES= # none
diff --git a/misc/py-trytond-party-siret/PLIST b/misc/py-trytond-party-siret/PLIST
index 28ac450fe81..02ddf13ac82 100644
--- a/misc/py-trytond-party-siret/PLIST
+++ b/misc/py-trytond-party-siret/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/15 05:35:27 richard Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/03/15 00:17:35 rodent Exp $
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
@@ -19,6 +19,7 @@ ${PYSITELIB}/trytond/modules/party_siret/locale/cs_CZ.po
${PYSITELIB}/trytond/modules/party_siret/locale/de_DE.po
${PYSITELIB}/trytond/modules/party_siret/locale/es_AR.po
${PYSITELIB}/trytond/modules/party_siret/locale/es_CO.po
+${PYSITELIB}/trytond/modules/party_siret/locale/es_EC.po
${PYSITELIB}/trytond/modules/party_siret/locale/es_ES.po
${PYSITELIB}/trytond/modules/party_siret/locale/fr_FR.po
${PYSITELIB}/trytond/modules/party_siret/locale/nl_NL.po
diff --git a/misc/py-trytond-party-siret/distinfo b/misc/py-trytond-party-siret/distinfo
index 39f14f34255..f591e8247f8 100644
--- a/misc/py-trytond-party-siret/distinfo
+++ b/misc/py-trytond-party-siret/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/05/15 05:35:27 richard Exp $
+$NetBSD: distinfo,v 1.2 2015/03/15 00:17:35 rodent Exp $
-SHA1 (trytond_party_siret-3.2.0.tar.gz) = ce5f29f233c5ac134dc84dc6d811fc7fb236ca9e
-RMD160 (trytond_party_siret-3.2.0.tar.gz) = 2c4bf085e4dee667de5331545bcc9a4ff08f6498
-Size (trytond_party_siret-3.2.0.tar.gz) = 19626 bytes
+SHA1 (tryton-3.4/trytond_party_siret-3.4.1.tar.gz) = a30965da264764ce9214c6447e4d03e6e43394a8
+RMD160 (tryton-3.4/trytond_party_siret-3.4.1.tar.gz) = 5b39e234a91ae7bca91255232b7d0f4417de9da2
+Size (tryton-3.4/trytond_party_siret-3.4.1.tar.gz) = 19618 bytes
diff --git a/misc/py-trytond-party/Makefile b/misc/py-trytond-party/Makefile
index 59a9047da79..ae42701e350 100644
--- a/misc/py-trytond-party/Makefile
+++ b/misc/py-trytond-party/Makefile
@@ -1,10 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2014/06/25 06:07:57 richard Exp $
-
+# $NetBSD: Makefile,v 1.7 2015/03/15 00:17:35 rodent Exp $
+TRYTON_MODULE_NAME= trytond_party
.include "../../devel/py-trytond/Makefile.common"
-DISTNAME= trytond_party-${TRYTOND_VERSION}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
CATEGORIES= misc python
-MASTER_SITES= ${TRYTON_SITES}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://www.tryton.org/
diff --git a/misc/py-trytond-party/PLIST b/misc/py-trytond-party/PLIST
index 6dbc4b6bff1..03aedcc50ee 100644
--- a/misc/py-trytond-party/PLIST
+++ b/misc/py-trytond-party/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/02/01 18:26:44 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/03/15 00:17:35 rodent Exp $
${PYSITELIB}/trytond/modules/party/__init__.py
${PYSITELIB}/trytond/modules/party/__init__.pyc
${PYSITELIB}/trytond/modules/party/__init__.pyo
@@ -26,6 +26,7 @@ ${PYSITELIB}/trytond/modules/party/locale/cs_CZ.po
${PYSITELIB}/trytond/modules/party/locale/de_DE.po
${PYSITELIB}/trytond/modules/party/locale/es_AR.po
${PYSITELIB}/trytond/modules/party/locale/es_CO.po
+${PYSITELIB}/trytond/modules/party/locale/es_EC.po
${PYSITELIB}/trytond/modules/party/locale/es_ES.po
${PYSITELIB}/trytond/modules/party/locale/fr_FR.po
${PYSITELIB}/trytond/modules/party/locale/nl_NL.po
diff --git a/misc/py-trytond-party/distinfo b/misc/py-trytond-party/distinfo
index 9072b504d77..baecdcf002d 100644
--- a/misc/py-trytond-party/distinfo
+++ b/misc/py-trytond-party/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/05/03 13:32:42 rodent Exp $
+$NetBSD: distinfo,v 1.3 2015/03/15 00:17:35 rodent Exp $
-SHA1 (trytond_party-3.2.0.tar.gz) = 077ad59649defd76dbb2952c476580f617040621
-RMD160 (trytond_party-3.2.0.tar.gz) = 00936aa90d5d1da787cc84f7655a1de88854b94d
-Size (trytond_party-3.2.0.tar.gz) = 55529 bytes
+SHA1 (tryton-3.4/trytond_party-3.4.1.tar.gz) = 37da8bf310467a7a4410feee7ce24c51165d9ba7
+RMD160 (tryton-3.4/trytond_party-3.4.1.tar.gz) = 913a4ccd4ccf277a01ac2bc9e39390b4f2eaa38a
+Size (tryton-3.4/trytond_party-3.4.1.tar.gz) = 55866 bytes
diff --git a/misc/py-trytond-product/Makefile b/misc/py-trytond-product/Makefile
index ff8b02e81b9..6397bd903ff 100644
--- a/misc/py-trytond-product/Makefile
+++ b/misc/py-trytond-product/Makefile
@@ -1,10 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2014/06/25 06:07:57 richard Exp $
-
+# $NetBSD: Makefile,v 1.6 2015/03/15 00:17:35 rodent Exp $
+TRYTON_MODULE_NAME= trytond_product
.include "../../devel/py-trytond/Makefile.common"
-DISTNAME= trytond_product-${TRYTOND_VERSION}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
CATEGORIES= misc python
-MASTER_SITES= ${TRYTON_SITES}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://www.tryton.org/
diff --git a/misc/py-trytond-product/PLIST b/misc/py-trytond-product/PLIST
index 73104b1022a..d40e8058436 100644
--- a/misc/py-trytond-product/PLIST
+++ b/misc/py-trytond-product/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/02/01 19:28:37 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/03/15 00:17:35 rodent Exp $
${PYSITELIB}/trytond/modules/product/__init__.py
${PYSITELIB}/trytond/modules/product/__init__.pyc
${PYSITELIB}/trytond/modules/product/__init__.pyo
@@ -13,6 +13,7 @@ ${PYSITELIB}/trytond/modules/product/locale/cs_CZ.po
${PYSITELIB}/trytond/modules/product/locale/de_DE.po
${PYSITELIB}/trytond/modules/product/locale/es_AR.po
${PYSITELIB}/trytond/modules/product/locale/es_CO.po
+${PYSITELIB}/trytond/modules/product/locale/es_EC.po
${PYSITELIB}/trytond/modules/product/locale/es_ES.po
${PYSITELIB}/trytond/modules/product/locale/fr_FR.po
${PYSITELIB}/trytond/modules/product/locale/nl_NL.po
diff --git a/misc/py-trytond-product/distinfo b/misc/py-trytond-product/distinfo
index 01e17eeb335..a4f8e904c1b 100644
--- a/misc/py-trytond-product/distinfo
+++ b/misc/py-trytond-product/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/05/03 13:37:57 rodent Exp $
+$NetBSD: distinfo,v 1.3 2015/03/15 00:17:35 rodent Exp $
-SHA1 (trytond_product-3.2.0.tar.gz) = a04330547d6567985e68b0622b9458751ae2d292
-RMD160 (trytond_product-3.2.0.tar.gz) = 325c561c586c9cd32c435d972efc3ab86e314260
-Size (trytond_product-3.2.0.tar.gz) = 46871 bytes
+SHA1 (tryton-3.4/trytond_product-3.4.1.tar.gz) = ddab59b2d4619813dc43226e283af7f1cbaa74ba
+RMD160 (tryton-3.4/trytond_product-3.4.1.tar.gz) = 481291f7fb7fb3b4ba1c07ce49581e059c4f4d5b
+Size (tryton-3.4/trytond_product-3.4.1.tar.gz) = 46789 bytes
diff --git a/misc/py-trytond-stock-lot/Makefile b/misc/py-trytond-stock-lot/Makefile
index a19f00d3bde..5b37f3150f3 100644
--- a/misc/py-trytond-stock-lot/Makefile
+++ b/misc/py-trytond-stock-lot/Makefile
@@ -1,10 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2014/06/25 06:07:57 richard Exp $
-
+# $NetBSD: Makefile,v 1.6 2015/03/15 00:17:36 rodent Exp $
+TRYTON_MODULE_NAME= trytond_stock_lot
.include "../../devel/py-trytond/Makefile.common"
-DISTNAME= trytond_stock_lot-${TRYTOND_VERSION}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= misc python
-MASTER_SITES= ${TRYTON_SITES}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://www.tryton.org/
diff --git a/misc/py-trytond-stock-lot/PLIST b/misc/py-trytond-stock-lot/PLIST
index f29c6bc0326..9513aff6133 100644
--- a/misc/py-trytond-stock-lot/PLIST
+++ b/misc/py-trytond-stock-lot/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/02/01 22:51:36 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/03/15 00:17:36 rodent Exp $
${PYSITELIB}/trytond/modules/stock_lot/__init__.py
${PYSITELIB}/trytond/modules/stock_lot/__init__.pyc
${PYSITELIB}/trytond/modules/stock_lot/__init__.pyo
@@ -8,6 +8,7 @@ ${PYSITELIB}/trytond/modules/stock_lot/locale/cs_CZ.po
${PYSITELIB}/trytond/modules/stock_lot/locale/de_DE.po
${PYSITELIB}/trytond/modules/stock_lot/locale/es_AR.po
${PYSITELIB}/trytond/modules/stock_lot/locale/es_CO.po
+${PYSITELIB}/trytond/modules/stock_lot/locale/es_EC.po
${PYSITELIB}/trytond/modules/stock_lot/locale/es_ES.po
${PYSITELIB}/trytond/modules/stock_lot/locale/fr_FR.po
${PYSITELIB}/trytond/modules/stock_lot/locale/nl_NL.po
diff --git a/misc/py-trytond-stock-lot/distinfo b/misc/py-trytond-stock-lot/distinfo
index e0a9f89d029..c7bc54c05c8 100644
--- a/misc/py-trytond-stock-lot/distinfo
+++ b/misc/py-trytond-stock-lot/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/05/03 13:43:41 rodent Exp $
+$NetBSD: distinfo,v 1.3 2015/03/15 00:17:36 rodent Exp $
-SHA1 (trytond_stock_lot-3.2.0.tar.gz) = b1c9bda86c4fc846da19fb1333428043cbe5ff6c
-RMD160 (trytond_stock_lot-3.2.0.tar.gz) = ac0f89a142b0c91f65b6126784b91aa9dcef1311
-Size (trytond_stock_lot-3.2.0.tar.gz) = 29637 bytes
+SHA1 (tryton-3.4/trytond_stock_lot-3.4.1.tar.gz) = c4d7712e53ab8733f22cccd1b78aee9aac03604a
+RMD160 (tryton-3.4/trytond_stock_lot-3.4.1.tar.gz) = dfcb6e233ba60b1b291e8d23a70bebbf530c08bb
+Size (tryton-3.4/trytond_stock_lot-3.4.1.tar.gz) = 29668 bytes
diff --git a/misc/py-trytond-stock/Makefile b/misc/py-trytond-stock/Makefile
index f33f259343c..4a954da0399 100644
--- a/misc/py-trytond-stock/Makefile
+++ b/misc/py-trytond-stock/Makefile
@@ -1,10 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2014/06/25 06:07:57 richard Exp $
-
+# $NetBSD: Makefile,v 1.6 2015/03/15 00:17:35 rodent Exp $
+TRYTON_MODULE_NAME= trytond_stock
.include "../../devel/py-trytond/Makefile.common"
-DISTNAME= trytond_stock-${TRYTOND_VERSION}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
CATEGORIES= misc python
-MASTER_SITES= ${TRYTON_SITES}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://www.tryton.org/
diff --git a/misc/py-trytond-stock/PLIST b/misc/py-trytond-stock/PLIST
index f5e35888759..f7e09cb08f4 100644
--- a/misc/py-trytond-stock/PLIST
+++ b/misc/py-trytond-stock/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/05/03 13:42:19 rodent Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/03/15 00:17:35 rodent Exp $
${PYSITELIB}/trytond/modules/stock/__init__.py
${PYSITELIB}/trytond/modules/stock/__init__.pyc
${PYSITELIB}/trytond/modules/stock/__init__.pyo
@@ -20,6 +20,7 @@ ${PYSITELIB}/trytond/modules/stock/locale/cs_CZ.po
${PYSITELIB}/trytond/modules/stock/locale/de_DE.po
${PYSITELIB}/trytond/modules/stock/locale/es_AR.po
${PYSITELIB}/trytond/modules/stock/locale/es_CO.po
+${PYSITELIB}/trytond/modules/stock/locale/es_EC.po
${PYSITELIB}/trytond/modules/stock/locale/es_ES.po
${PYSITELIB}/trytond/modules/stock/locale/fr_FR.po
${PYSITELIB}/trytond/modules/stock/locale/nl_NL.po
@@ -54,6 +55,7 @@ ${PYSITELIB}/trytond/modules/stock/tests/__init__.pyc
${PYSITELIB}/trytond/modules/stock/tests/__init__.pyo
${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_average_cost_price.rst
${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_inventory.rst
+${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_shipment_internal.rst
${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_shipment_out.rst
${PYSITELIB}/trytond/modules/stock/tests/test_stock.py
${PYSITELIB}/trytond/modules/stock/tests/test_stock.pyc
diff --git a/misc/py-trytond-stock/distinfo b/misc/py-trytond-stock/distinfo
index 494039bdd06..82fe71cf9e7 100644
--- a/misc/py-trytond-stock/distinfo
+++ b/misc/py-trytond-stock/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/05/03 13:42:19 rodent Exp $
+$NetBSD: distinfo,v 1.3 2015/03/15 00:17:35 rodent Exp $
-SHA1 (trytond_stock-3.2.0.tar.gz) = af1e83496bc4d4b7780a40dfd71c448a956b6829
-RMD160 (trytond_stock-3.2.0.tar.gz) = 3155a67b0f392688a1acfe3f6473bd6f44cb593d
-Size (trytond_stock-3.2.0.tar.gz) = 173725 bytes
+SHA1 (tryton-3.4/trytond_stock-3.4.1.tar.gz) = afece3a81c3776e2d3032720ba2df82e5a756a8f
+RMD160 (tryton-3.4/trytond_stock-3.4.1.tar.gz) = a79751aacf6b3ae4cf7eba1597ed0cef65e68956
+Size (tryton-3.4/trytond_stock-3.4.1.tar.gz) = 178109 bytes