svn commit: r318469 - head/finance/trytond
Wen Heping
wen at FreeBSD.org
Sun May 19 01:24:46 UTC 2013
Author: wen
Date: Sun May 19 01:24:44 2013
New Revision: 318469
URL: http://svnweb.freebsd.org/changeset/ports/318469
Log:
- 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 at petermann.it>
Modified:
head/finance/trytond/Makefile
head/finance/trytond/distinfo
head/finance/trytond/pkg-descr
Modified: head/finance/trytond/Makefile
==============================================================================
--- head/finance/trytond/Makefile Sun May 19 01:20:35 2013 (r318468)
+++ head/finance/trytond/Makefile Sun May 19 01:24:44 2013 (r318469)
@@ -1,18 +1,14 @@
-# New ports collection makefile for: trytond
-# Date created: 09 July, 2009
-# Whom: Wen Heping<wenheping at gmail.com>
-#
+# Created by: Wen Heping<wenheping at 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 at FreeBSD.org
-COMMENT= A three-tiers high-level general purpose application platform
+MAINTAINER= matthias at petermann.it
+COMMENT= Tryton Application Platform (Server)
LICENSE= GPLv3
@@ -24,6 +20,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mx/_
${PYTHON_PKGNAMEPREFIX}polib>=0.7.0:${PORTSDIR}/devel/py-polib
RUN_DEPENDS:= ${BUILD_DEPENDS}
+CONFLICTS= trytond-2.[68].*
+
USERS= trytond
GROUPS= trytond
Modified: head/finance/trytond/distinfo
==============================================================================
--- head/finance/trytond/distinfo Sun May 19 01:20:35 2013 (r318468)
+++ head/finance/trytond/distinfo Sun May 19 01:24:44 2013 (r318469)
@@ -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
Modified: head/finance/trytond/pkg-descr
==============================================================================
--- head/finance/trytond/pkg-descr Sun May 19 01:20:35 2013 (r318468)
+++ head/finance/trytond/pkg-descr Sun May 19 01:24:44 2013 (r318469)
@@ -3,4 +3,4 @@ under the license GPL-3 written in Pytho
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/
More information about the svn-ports-head
mailing list