diff options
author | wen <wen@FreeBSD.org> | 2013-05-19 09:43:31 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-05-19 09:43:31 +0800 |
commit | 9977441ab859119fcf4821f2fa2896c6ca83d5ab (patch) | |
tree | 50e4c85ec809005bd35e58a4873730d89741c573 /finance | |
parent | b26f2cdd7a7c99ef76c5f5a484cd21a3d41b393d (diff) | |
download | freebsd-ports-gnome-9977441ab859119fcf4821f2fa2896c6ca83d5ab.tar.gz freebsd-ports-gnome-9977441ab859119fcf4821f2fa2896c6ca83d5ab.tar.zst freebsd-ports-gnome-9977441ab859119fcf4821f2fa2896c6ca83d5ab.zip |
- Update to 2.4.1
- Trim Makefile headers
- Update COMMENT
- Add CONFLICTS
PR: 178161
Submitted by: Matthias Petermann <matthias@petermann.it>
Diffstat (limited to 'finance')
-rw-r--r-- | finance/trytond_product/Makefile | 14 | ||||
-rw-r--r-- | finance/trytond_product/distinfo | 4 |
2 files changed, 8 insertions, 10 deletions
diff --git a/finance/trytond_product/Makefile b/finance/trytond_product/Makefile index 94eda08cbfca..483c1de1defd 100644 --- a/finance/trytond_product/Makefile +++ b/finance/trytond_product/Makefile @@ -1,22 +1,20 @@ -# New ports collection makefile for: trytond_product -# Date created: 12 August, 2012 -# Whom: Matthias Petermann<matthias@petermann.it> -# # $FreeBSD$ -# PORTNAME= trytond_product -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ \ + http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it -COMMENT= The Product Module for Tryton +COMMENT= Tryton Application Platform (Product Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond +CONFLICTS= trytond_product-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install diff --git a/finance/trytond_product/distinfo b/finance/trytond_product/distinfo index 3836a216bfcb..a33497f6b65f 100644 --- a/finance/trytond_product/distinfo +++ b/finance/trytond_product/distinfo @@ -1,2 +1,2 @@ -SHA256 (trytond_product-2.4.0.tar.gz) = 2b0051c5b8576154d61f8f8f8d0817d522932f213197dbec418872695667d6e9 -SIZE (trytond_product-2.4.0.tar.gz) = 43139 +SHA256 (trytond_product-2.4.1.tar.gz) = 8d46795dff46a3b1bf28e94c971372085dd5aa7515dea9566a132c88db8f9d88 +SIZE (trytond_product-2.4.1.tar.gz) = 43054 |