svn commit: r318468 - head/finance/tryton
Wen Heping
wen at FreeBSD.org
Sun May 19 01:20:36 UTC 2013
Author: wen
Date: Sun May 19 01:20:35 2013
New Revision: 318468
URL: http://svnweb.freebsd.org/changeset/ports/318468
Log:
- Update to 2.4.4
- Add CONFLICTS
- Update COMMENT
PR: 178161
Submitted by: Matthias Petermann <matthias at petermann.it> (maintainer)
Modified:
head/finance/tryton/Makefile
head/finance/tryton/distinfo
Modified: head/finance/tryton/Makefile
==============================================================================
--- head/finance/tryton/Makefile Sat May 18 23:22:44 2013 (r318467)
+++ head/finance/tryton/Makefile Sun May 19 01:20:35 2013 (r318468)
@@ -1,22 +1,25 @@
-# Created by: Matthias Petermann <matthias at petermann.it>
# $FreeBSD$
PORTNAME= tryton
-PORTVERSION= 2.4.1
+PORTVERSION= 2.4.4
CATEGORIES= finance python
-MASTER_SITES= http://downloads2.tryton.org/2.4/
+MASTER_SITES= http://downloads.tryton.org/2.4/ \
+ http://downloads2.tryton.org/2.4/
MAINTAINER= matthias at petermann.it
-COMMENT= The Tryton Gtk+ client
+COMMENT= Tryton Application Platform (Gtk+ Client)
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \
${PYTHON_PKGNAMEPREFIX}pytz>=2012:${PORTSDIR}/devel/py-pytz
+CONFLICTS= tryton-2.[68].*
+
USE_PYTHON= -2.7
USE_PYDISTUTILS=easy_install
USE_GNOME= gtk20 desktopfileutils pygtk2
+USE_GETTEXT= yes
post-install:
${INSTALL_DATA} ${WRKSRC}/tryton.desktop ${PREFIX}/share/applications/tryton.desktop
Modified: head/finance/tryton/distinfo
==============================================================================
--- head/finance/tryton/distinfo Sat May 18 23:22:44 2013 (r318467)
+++ head/finance/tryton/distinfo Sun May 19 01:20:35 2013 (r318468)
@@ -1,2 +1,2 @@
-SHA256 (tryton-2.4.1.tar.gz) = 96a4f13677c272c9d8a30ec8c44f087ca30567d1a44bf546e94103dd19acf02f
-SIZE (tryton-2.4.1.tar.gz) = 625710
+SHA256 (tryton-2.4.4.tar.gz) = 1513d51ee5626b322d8090342bd6cea9c2792fe0c4ca83875a725758ec094531
+SIZE (tryton-2.4.4.tar.gz) = 626283
More information about the svn-ports-head
mailing list