- Update to 2.4.1
- Trim Makefile headers - Update COMMENT - Add CONFLICTS PR: 178161 Submitted by: Matthias Petermann <matthias@petermann.it>
This commit is contained in:
parent
e157ec3576
commit
4b092c42c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318470
2 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue