Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2013 01:43:31 +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: r318470 - head/finance/trytond_product
Message-ID:  <201305190143.r4J1hVj3028074@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sun May 19 01:43:31 2013
New Revision: 318470
URL: http://svnweb.freebsd.org/changeset/ports/318470

Log:
  - Update to 2.4.1
  - Trim Makefile headers
  - Update COMMENT
  - Add CONFLICTS
  
  PR:		178161
  Submitted by:	Matthias Petermann <matthias@petermann.it>

Modified:
  head/finance/trytond_product/Makefile
  head/finance/trytond_product/distinfo

Modified: head/finance/trytond_product/Makefile
==============================================================================
--- head/finance/trytond_product/Makefile	Sun May 19 01:24:44 2013	(r318469)
+++ head/finance/trytond_product/Makefile	Sun May 19 01:43:31 2013	(r318470)
@@ -1,22 +1,20 @@
-# New ports collection makefile for:	trytond_product
-# Date created:		12 August, 2012
-# Whom:			Matthias Petermann<matthias@petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_product
-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@petermann.it
-COMMENT=	The Product Module for Tryton
+COMMENT=	Tryton Application Platform (Product Module)
 
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond
 
+CONFLICTS=	trytond_product-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_product/distinfo
==============================================================================
--- head/finance/trytond_product/distinfo	Sun May 19 01:24:44 2013	(r318469)
+++ head/finance/trytond_product/distinfo	Sun May 19 01:43:31 2013	(r318470)
@@ -1,2 +1,2 @@
-SHA256 (trytond_product-2.4.0.tar.gz) = 2b0051c5b8576154d61f8f8f8d0817d522932f213197dbec418872695667d6e9
-SIZE (trytond_product-2.4.0.tar.gz) = 43139
+SHA256 (trytond_product-2.4.1.tar.gz) = 8d46795dff46a3b1bf28e94c971372085dd5aa7515dea9566a132c88db8f9d88
+SIZE (trytond_product-2.4.1.tar.gz) = 43054



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