svn commit: r318475 - head/finance/trytond_party
Wen Heping
wen at FreeBSD.org
Sun May 19 02:49:28 UTC 2013
Author: wen
Date: Sun May 19 02:49:27 2013
New Revision: 318475
URL: http://svnweb.freebsd.org/changeset/ports/318475
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_party/Makefile
head/finance/trytond_party/distinfo
Modified: head/finance/trytond_party/Makefile
==============================================================================
--- head/finance/trytond_party/Makefile Sun May 19 02:46:30 2013 (r318474)
+++ head/finance/trytond_party/Makefile Sun May 19 02:49:27 2013 (r318475)
@@ -1,17 +1,13 @@
-# New ports collection makefile for: trytond_party
-# Date created: 12 August, 2012
-# Whom: Matthias Petermann<matthias at petermann.it>
-#
# $FreeBSD$
-#
PORTNAME= trytond_party
-PORTVERSION= 2.4.0
+PORTVERSION= 2.4.1
CATEGORIES= finance python
-MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/
+MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ \
+ http://downloads.tryton.org/${PORTVERSION:R}/
MAINTAINER= matthias at petermann.it
-COMMENT= The Party Module for Tryton
+COMMENT= Tryton Application Platform (Party Module)
LICENSE= GPLv3
@@ -19,6 +15,8 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/
trytond_country>=2.4.0:${PORTSDIR}/finance/trytond_country \
${PYTHON_PKGNAMEPREFIX}vatnumber>=1.0.0:${PORTSDIR}/finance/py-vatnumber
+CONFLICTS= trytond_party-2.[68].*
+
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
Modified: head/finance/trytond_party/distinfo
==============================================================================
--- head/finance/trytond_party/distinfo Sun May 19 02:46:30 2013 (r318474)
+++ head/finance/trytond_party/distinfo Sun May 19 02:49:27 2013 (r318475)
@@ -1,2 +1,2 @@
-SHA256 (trytond_party-2.4.0.tar.gz) = d0ba5a6ddf57f254c650239608997ad46950e532d3da9e1af87f0a1e4231e723
-SIZE (trytond_party-2.4.0.tar.gz) = 53011
+SHA256 (trytond_party-2.4.1.tar.gz) = dfe124f98cbaf96566bf88a37a3dccc783965b78709531c2e2d3aad5e919347d
+SIZE (trytond_party-2.4.1.tar.gz) = 52852
More information about the svn-ports-head
mailing list