From owner-svn-ports-head@FreeBSD.ORG Sun May 19 01:24:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E5F33D2F; Sun, 19 May 2013 01:24:45 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B9DE7CE6; Sun, 19 May 2013 01:24:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4J1OjTZ021350; Sun, 19 May 2013 01:24:45 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4J1OiJa021346; Sun, 19 May 2013 01:24:44 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201305190124.r4J1OiJa021346@svn.freebsd.org> From: Wen Heping Date: Sun, 19 May 2013 01:24:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318469 - head/finance/trytond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 May 2013 01:24:46 -0000 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 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 -# +# Created by: Wen Heping # $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/