diff options
author | wen <wen@FreeBSD.org> | 2013-05-19 09:24:44 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-05-19 09:24:44 +0800 |
commit | b26f2cdd7a7c99ef76c5f5a484cd21a3d41b393d (patch) | |
tree | f107b03c23f663cdba69e704f09c47b09171f2db /finance/trytond | |
parent | f0b0f01a5eea5b8e7967ebcaee3b24b16b851c37 (diff) | |
download | freebsd-ports-gnome-b26f2cdd7a7c99ef76c5f5a484cd21a3d41b393d.tar.gz freebsd-ports-gnome-b26f2cdd7a7c99ef76c5f5a484cd21a3d41b393d.tar.zst freebsd-ports-gnome-b26f2cdd7a7c99ef76c5f5a484cd21a3d41b393d.zip |
- Update to 2.4.5
- Add CONFLICTS
- Update WWW, COMMENT and MASTER_SITES
- Trim Makefile headers
- Pass maintainership to submitter
PR: 178161
Submitted by: Matthias Petermann <matthias@petermann.it>
Diffstat (limited to 'finance/trytond')
-rw-r--r-- | finance/trytond/Makefile | 18 | ||||
-rw-r--r-- | finance/trytond/distinfo | 4 | ||||
-rw-r--r-- | finance/trytond/pkg-descr | 2 |
3 files changed, 11 insertions, 13 deletions
diff --git a/finance/trytond/Makefile b/finance/trytond/Makefile index 085903d07649..9f29186b98d5 100644 --- a/finance/trytond/Makefile +++ b/finance/trytond/Makefile @@ -1,18 +1,14 @@ -# New ports collection makefile for: trytond -# Date created: 09 July, 2009 -# Whom: Wen Heping<wenheping@gmail.com> -# +# Created by: Wen Heping<wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= trytond -PORTVERSION= 2.4.1 -PORTREVISION= 3 +PORTVERSION= 2.4.5 CATEGORIES= finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ \ + http://downloads2.tryton.org/${PORTVERSION:R}/ -MAINTAINER= wen@FreeBSD.org -COMMENT= A three-tiers high-level general purpose application platform +MAINTAINER= matthias@petermann.it +COMMENT= Tryton Application Platform (Server) LICENSE= GPLv3 @@ -24,6 +20,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mx/__init__.py:${PORTSDIR}/lang/py-mx-base \ ${PYTHON_PKGNAMEPREFIX}polib>=0.7.0:${PORTSDIR}/devel/py-polib RUN_DEPENDS:= ${BUILD_DEPENDS} +CONFLICTS= trytond-2.[68].* + USERS= trytond GROUPS= trytond diff --git a/finance/trytond/distinfo b/finance/trytond/distinfo index 31d0ef875daa..dab0ce709b7b 100644 --- a/finance/trytond/distinfo +++ b/finance/trytond/distinfo @@ -1,2 +1,2 @@ -SHA256 (trytond-2.4.1.tar.gz) = a0d986ee2e4b60f3c98e696ba41c37079bca3d28e06642371fe54fca2fa8970d -SIZE (trytond-2.4.1.tar.gz) = 440704 +SHA256 (trytond-2.4.5.tar.gz) = 73a8e5c0942b621760026eaaa267eea6db3bd5426ad2eeb26b39e300fac17f27 +SIZE (trytond-2.4.5.tar.gz) = 441771 diff --git a/finance/trytond/pkg-descr b/finance/trytond/pkg-descr index e995ccf9c972..4d105488d00d 100644 --- a/finance/trytond/pkg-descr +++ b/finance/trytond/pkg-descr @@ -3,4 +3,4 @@ under the license GPL-3 written in Python and using PostgreSQL as database engine. It is the core base of a complete business solution providing modularity, scalability and security. -WWW: http://www.tryton.org/ +WWW: http://www.tryton.org/ |