svn commit: r318474 - head/finance/trytond_company
Wen Heping
wen at FreeBSD.org
Sun May 19 02:46:31 UTC 2013
Author: wen
Date: Sun May 19 02:46:30 2013
New Revision: 318474
URL: http://svnweb.freebsd.org/changeset/ports/318474
Log:
- Update to 2.4.1
- 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_company/Makefile
head/finance/trytond_company/distinfo
Modified: head/finance/trytond_company/Makefile
==============================================================================
--- head/finance/trytond_company/Makefile Sun May 19 02:05:22 2013 (r318473)
+++ head/finance/trytond_company/Makefile Sun May 19 02:46:30 2013 (r318474)
@@ -1,17 +1,12 @@
-# New ports collection makefile for: trytond_company
-# Date created: 12 August, 2012
-# Whom: Matthias Petermann<matthias at petermann.it>
-#
# $FreeBSD$
-#
PORTNAME= trytond_company
-PORTVERSION= 2.4.0
+PORTVERSION= 2.4.1
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 Company Module for Tryton
+COMMENT= Tryton Application Platform (Company Module)
LICENSE= GPLv3
@@ -19,6 +14,8 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/
trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \
trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency
+CONFLICTS= trytond_company-2.[68].*
+
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
Modified: head/finance/trytond_company/distinfo
==============================================================================
--- head/finance/trytond_company/distinfo Sun May 19 02:05:22 2013 (r318473)
+++ head/finance/trytond_company/distinfo Sun May 19 02:46:30 2013 (r318474)
@@ -1,2 +1,2 @@
-SHA256 (trytond_company-2.4.0.tar.gz) = 17bc3fe4fcca0efcb5833adb4994c88f9d7d917ad56779f06379c473a4fa9d0d
-SIZE (trytond_company-2.4.0.tar.gz) = 51491
+SHA256 (trytond_company-2.4.1.tar.gz) = 84561ff3762086efc22661d224a15fa6f1b97a238c79f114dfa5d24ed9be8d6c
+SIZE (trytond_company-2.4.1.tar.gz) = 51382
More information about the svn-ports-head
mailing list