From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 28 11:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CBD58F4B for ; Sun, 28 Jul 2013 11:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ABAAF2911 for ; Sun, 28 Jul 2013 11:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6SB0036053255 for ; Sun, 28 Jul 2013 11:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6SB00kS053254; Sun, 28 Jul 2013 11:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 28 Jul 2013 11:00:00 GMT Resent-Message-Id: <201307281100.r6SB00kS053254@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Petermann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 28F36E43 for ; Sun, 28 Jul 2013 10:53:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F08FF28F9 for ; Sun, 28 Jul 2013 10:53:46 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6SArjoG047940 for ; Sun, 28 Jul 2013 10:53:45 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6SArjgL047894; Sun, 28 Jul 2013 10:53:45 GMT (envelope-from nobody) Message-Id: <201307281053.r6SArjgL047894@oldred.freebsd.org> Date: Sun, 28 Jul 2013 10:53:45 GMT From: Matthias Petermann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/180905: [PATCH] Update finance/trytond from 2.4.5 to 2.4.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 11:00:01 -0000 >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: