Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2013 08:54:17 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318499 - head/finance/trytond_analytic_purchase
Message-ID:  <201305190854.r4J8sHA1079615@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sun May 19 08:54:17 2013
New Revision: 318499
URL: http://svnweb.freebsd.org/changeset/ports/318499

Log:
  - Update to 2.4.2
  - Update MASTER_SITES
  - Add CONFLICTS
  - Trim Makefile headers
  
  PR:		178161
  Submitted by:	Matthias Petermann <matthias@petermann.it> (maintainer)

Modified:
  head/finance/trytond_analytic_purchase/Makefile
  head/finance/trytond_analytic_purchase/distinfo

Modified: head/finance/trytond_analytic_purchase/Makefile
==============================================================================
--- head/finance/trytond_analytic_purchase/Makefile	Sun May 19 08:49:40 2013	(r318498)
+++ head/finance/trytond_analytic_purchase/Makefile	Sun May 19 08:54:17 2013	(r318499)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias@petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_analytic_purchase
-PORTVERSION=	2.4.1
+PORTVERSION=	2.4.2
 CATEGORIES=	finance python
-MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/
+MASTER_SITES=	http://downloads.tryton.org/${PORTVERSION:R}/ \
+		http://downloads2.tryton.org/${PORTVERSION:R}/
 
 MAINTAINER=	matthias@petermann.it
 COMMENT=	Tryton Application Platform (Analytic Purchase Module)
@@ -16,6 +16,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_analytic_invoice>=2.4.1:${PORTSDIR}/finance/trytond_analytic_invoice \
 		trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase
 
+CONFLICTS=	trytond_analytic_purchase-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_analytic_purchase/distinfo
==============================================================================
--- head/finance/trytond_analytic_purchase/distinfo	Sun May 19 08:49:40 2013	(r318498)
+++ head/finance/trytond_analytic_purchase/distinfo	Sun May 19 08:54:17 2013	(r318499)
@@ -1,2 +1,2 @@
-SHA256 (trytond_analytic_purchase-2.4.1.tar.gz) = 9f3bfca6f8cf6c41d88931bea72577a4bece4db57eb76124025b70d3ed4fda0e
-SIZE (trytond_analytic_purchase-2.4.1.tar.gz) = 22574
+SHA256 (trytond_analytic_purchase-2.4.2.tar.gz) = ef3147f8efe74140d9058a56c390ef4deeb740b446be85fe9bec1ef18cfeb4ae
+SIZE (trytond_analytic_purchase-2.4.2.tar.gz) = 22630



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