svn commit: r318476 - head/finance/trytond_account
Wen Heping
wen at FreeBSD.org
Sun May 19 02:51:57 UTC 2013
Author: wen
Date: Sun May 19 02:51:56 2013
New Revision: 318476
URL: http://svnweb.freebsd.org/changeset/ports/318476
Log:
- Update to 2.4.4
- Update MASTER_SITES and COMMENT
- Add CONFLICTS
- Trim Makefile headers
PR: 178161
Submitted by: Matthias Petermann <matthias at petermann.it> (maintainer)
Modified:
head/finance/trytond_account/Makefile
head/finance/trytond_account/distinfo
Modified: head/finance/trytond_account/Makefile
==============================================================================
--- head/finance/trytond_account/Makefile Sun May 19 02:49:27 2013 (r318475)
+++ head/finance/trytond_account/Makefile Sun May 19 02:51:56 2013 (r318476)
@@ -1,17 +1,12 @@
-# New ports collection makefile for: trytond_account
-# Date created: 12 August, 2012
-# Whom: Matthias Petermann<matthias at petermann.it>
-#
# $FreeBSD$
-#
PORTNAME= trytond_account
-PORTVERSION= 2.4.1
+PORTVERSION= 2.4.4
CATEGORIES= finance python
-MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/
+MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/
MAINTAINER= matthias at petermann.it
-COMMENT= The Account Module for Tryton
+COMMENT= Tryton Application Platform (Account Module)
LICENSE= GPLv3
@@ -19,6 +14,8 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/
trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \
${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil
+CONFLICTS= trytond_account-2.[68].*
+
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
Modified: head/finance/trytond_account/distinfo
==============================================================================
--- head/finance/trytond_account/distinfo Sun May 19 02:49:27 2013 (r318475)
+++ head/finance/trytond_account/distinfo Sun May 19 02:51:56 2013 (r318476)
@@ -1,2 +1,2 @@
-SHA256 (trytond_account-2.4.1.tar.gz) = 1e12c9176fc8007a1304db90c464e4866693ca3da9d01146ecda4e54a242e67e
-SIZE (trytond_account-2.4.1.tar.gz) = 240508
+SHA256 (trytond_account-2.4.4.tar.gz) = 93b1c895f4b8c8bc0c074a2a7da76ce23b41eea9a3e1cee325b5c4c2d8558516
+SIZE (trytond_account-2.4.4.tar.gz) = 240721
More information about the svn-ports-head
mailing list