Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2013 10:53:45 GMT
From:      Matthias Petermann <matthias@petermann-it.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180905: [PATCH] Update finance/trytond from 2.4.5 to 2.4.8
Message-ID:  <201307281053.r6SArjgL047894@oldred.freebsd.org>
Resent-Message-ID: <201307281100.r6SB00kS053254@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180905
>Category:       ports
>Synopsis:       [PATCH] Update finance/trytond from 2.4.5 to 2.4.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 28 11:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Petermann
>Release:        9.1
>Organization:
>Environment:
FreeBSD workstation.local 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
The attached patch does:

- update Trytond server from 2.4.5 to 2.4.8
- add dependency to python-dateutil
- add USES=gettext
- update maintainers e-mail-address (maintainer still the same, but address changing)
>How-To-Repeat:

>Fix:
Please apply the attached patch.

Patch attached with submission follows:

diff -ruN trytond.orig/Makefile trytond/Makefile
--- trytond.orig/Makefile	2013-07-28 14:06:58.000000000 +0200
+++ trytond/Makefile	2013-07-28 14:40:46.000000000 +0200
@@ -2,11 +2,11 @@
 # $FreeBSD: finance/trytond/Makefile 318580 2013-05-20 08:00:57Z wen $
 
 PORTNAME=	trytond
-PORTVERSION=	2.4.5
+PORTVERSION=	2.4.8
 CATEGORIES=	finance python
 MASTER_SITES=	http://downloads.tryton.org/${PORTVERSION:R}/
 
-MAINTAINER=	matthias@petermann.it
+MAINTAINER=	matthias@petermann-it.de
 COMMENT=	Tryton Application Platform (Server)
 
 LICENSE=	GPLv3
@@ -16,7 +16,9 @@
 		${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \
 		${PYTHON_PKGNAMEPREFIX}Genshi>0.5.1:${PORTSDIR}/textproc/py-genshi \
 		${PYTHON_PKGNAMEPREFIX}relatorio>=0.2.0:${PORTSDIR}/print/py-relatorio \
-		${PYTHON_PKGNAMEPREFIX}polib>=0.7.0:${PORTSDIR}/devel/py-polib
+		${PYTHON_PKGNAMEPREFIX}polib>=0.7.0:${PORTSDIR}/devel/py-polib \
+		${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil
+
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 CONFLICTS=	trytond-2.[68].*
@@ -39,6 +41,7 @@
 PIDDIR?=	/var/run
 LOGDIR?=	/var/log
 
+USES=		gettext
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
diff -ruN trytond.orig/distinfo trytond/distinfo
--- trytond.orig/distinfo	2013-07-28 14:06:58.000000000 +0200
+++ trytond/distinfo	2013-07-28 14:09:05.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (trytond-2.4.5.tar.gz) = 73a8e5c0942b621760026eaaa267eea6db3bd5426ad2eeb26b39e300fac17f27
-SIZE (trytond-2.4.5.tar.gz) = 441771
+SHA256 (trytond-2.4.8.tar.gz) = 9aa83c4e8deac341878f8923a556fe7daa3ac8ee6bc8720260d2f71af72a7a0f
+SIZE (trytond-2.4.8.tar.gz) = 441914


>Release-Note:
>Audit-Trail:
>Unformatted:



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