diff options
author | wen <wen@FreeBSD.org> | 2013-05-19 11:57:57 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-05-19 11:57:57 +0800 |
commit | eb520e6872399b36780186dff167115ef6e6f5ad (patch) | |
tree | aa780b0bb43bdb067dbb22c8f65485e24371bb14 /finance | |
parent | 0d66a7fa87e13ed88c3eaccac29f08683785a37c (diff) | |
download | freebsd-ports-gnome-eb520e6872399b36780186dff167115ef6e6f5ad.tar.gz freebsd-ports-gnome-eb520e6872399b36780186dff167115ef6e6f5ad.tar.zst freebsd-ports-gnome-eb520e6872399b36780186dff167115ef6e6f5ad.zip |
- Update to 2.4.2
- Update COMMENT and MASTER_SITES
- Add CONFLICTS
- Trim Makefile headers
PR: 178161
Submitted by: Matthias Petermann <matthias@petermann.it> (maintainer)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/trytond_account_invoice/Makefile | 13 | ||||
-rw-r--r-- | finance/trytond_account_invoice/distinfo | 4 |
2 files changed, 7 insertions, 10 deletions
diff --git a/finance/trytond_account_invoice/Makefile b/finance/trytond_account_invoice/Makefile index bfa00344bc03..7bce111496b9 100644 --- a/finance/trytond_account_invoice/Makefile +++ b/finance/trytond_account_invoice/Makefile @@ -1,23 +1,20 @@ -# New ports collection makefile for: trytond_account_invoice -# Date created: 12 August, 2012 -# Whom: Matthias Petermann<matthias@petermann.it> -# # $FreeBSD$ -# PORTNAME= trytond_account_invoice -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 CATEGORIES= finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it -COMMENT= The Account Invoice Module for Tryton +COMMENT= Tryton Application Platform (Account Invoice Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account_product>=2.4.1:${PORTSDIR}/finance/trytond_account_product +CONFLICTS= trytond_account_invoice-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install diff --git a/finance/trytond_account_invoice/distinfo b/finance/trytond_account_invoice/distinfo index 1f61db383f6c..c6436c9cebbd 100644 --- a/finance/trytond_account_invoice/distinfo +++ b/finance/trytond_account_invoice/distinfo @@ -1,2 +1,2 @@ -SHA256 (trytond_account_invoice-2.4.1.tar.gz) = 8eae98a70a4396390b5a19edf434c8e8ac1c89027199afd111f74547a1bbfa24 -SIZE (trytond_account_invoice-2.4.1.tar.gz) = 101498 +SHA256 (trytond_account_invoice-2.4.2.tar.gz) = 1b6a42d68348405a43eca3b72ed84eea487ff5523ad0ee78c947c006ca70c07b +SIZE (trytond_account_invoice-2.4.2.tar.gz) = 101617 |