Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2013 01:24:44 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318469 - head/finance/trytond
Message-ID:  <201305190124.r4J1OiJa021346@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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/_
 		${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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305190124.r4J1OiJa021346>