svn commit: r318530 - head/finance/trytond_sale_price_list

Wen Heping wen at FreeBSD.org
Sun May 19 14:47:09 UTC 2013


Author: wen
Date: Sun May 19 14:47:09 2013
New Revision: 318530
URL: http://svnweb.freebsd.org/changeset/ports/318530

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

Modified:
  head/finance/trytond_sale_price_list/Makefile

Modified: head/finance/trytond_sale_price_list/Makefile
==============================================================================
--- head/finance/trytond_sale_price_list/Makefile	Sun May 19 14:44:03 2013	(r318529)
+++ head/finance/trytond_sale_price_list/Makefile	Sun May 19 14:47:09 2013	(r318530)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	trytond_sale_price_list
-# Date created:		08 September, 2012
-# Whom:			Matthias Petermann<matthias at petermann.it>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	trytond_sale_price_list
 PORTVERSION=	2.4.0
 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=	Tryton Application Platform (Sale Price List Module)
@@ -20,6 +15,8 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 		trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale \
 		trytond_product_price_list>=2.4.0:${PORTSDIR}/finance/trytond_product_price_list
 
+CONFLICTS=	trytond_sale_price_list-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 


More information about the svn-ports-all mailing list