svn commit: r318507 - head/finance/trytond_calendar_todo

Wen Heping wen at FreeBSD.org
Sun May 19 09:26:43 UTC 2013


Author: wen
Date: Sun May 19 09:26:42 2013
New Revision: 318507
URL: http://svnweb.freebsd.org/changeset/ports/318507

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

Modified:
  head/finance/trytond_calendar_todo/Makefile
  head/finance/trytond_calendar_todo/distinfo

Modified: head/finance/trytond_calendar_todo/Makefile
==============================================================================
--- head/finance/trytond_calendar_todo/Makefile	Sun May 19 09:22:30 2013	(r318506)
+++ head/finance/trytond_calendar_todo/Makefile	Sun May 19 09:26:42 2013	(r318507)
@@ -1,10 +1,10 @@
-# Created by: Matthias Petermann<matthias at petermann.it>
 # $FreeBSD$
 
 PORTNAME=	trytond_calendar_todo
-PORTVERSION=	2.4.1
+PORTVERSION=	2.4.4
 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 at petermann.it
 COMMENT=	Tryton Application Platform (Calendar Todo Module)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
 		trytond_calendar>=2.4.1:${PORTSDIR}/finance/trytond_calendar
 
+CONFLICTS=	trytond_calendar_todo-2.[68].*
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 

Modified: head/finance/trytond_calendar_todo/distinfo
==============================================================================
--- head/finance/trytond_calendar_todo/distinfo	Sun May 19 09:22:30 2013	(r318506)
+++ head/finance/trytond_calendar_todo/distinfo	Sun May 19 09:26:42 2013	(r318507)
@@ -1,2 +1,2 @@
-SHA256 (trytond_calendar_todo-2.4.1.tar.gz) = eeb337049e2f59b8db644b5c4a106ba440f07af8714fca3fa1d125b6cbbb167d
-SIZE (trytond_calendar_todo-2.4.1.tar.gz) = 37114
+SHA256 (trytond_calendar_todo-2.4.4.tar.gz) = a0a0d317ae5a5df2fb23fa695644554b5fcb9ccb5c9c21f4c5841d22b2a4ed17
+SIZE (trytond_calendar_todo-2.4.4.tar.gz) = 37303


More information about the svn-ports-all mailing list