svn commit: r324490 - head/finance/tryton
William Grzybowski
wg at FreeBSD.org
Sat Aug 10 11:56:44 UTC 2013
Author: wg
Date: Sat Aug 10 11:56:43 2013
New Revision: 324490
URL: http://svnweb.freebsd.org/changeset/ports/324490
Log:
finance/tryton: update to 2.4.7
- Update to 2.4.7 [1]
- Change maintainer address [1]
- USES desktop-file-utils instead of manual call
PR: ports/181172
Submitted by: Matthias Petermann <matthias petermann-it.de> (maintainer)
Modified:
head/finance/tryton/Makefile
head/finance/tryton/distinfo
Modified: head/finance/tryton/Makefile
==============================================================================
--- head/finance/tryton/Makefile Sat Aug 10 11:54:04 2013 (r324489)
+++ head/finance/tryton/Makefile Sat Aug 10 11:56:43 2013 (r324490)
@@ -1,11 +1,12 @@
+# Created by: Matthias Petermann <matthias at petermann-it.de>
# $FreeBSD$
PORTNAME= tryton
-PORTVERSION= 2.4.4
+PORTVERSION= 2.4.7
CATEGORIES= finance python
MASTER_SITES= http://downloads.tryton.org/2.4/
-MAINTAINER= matthias at petermann.it
+MAINTAINER= matthias at petermann-it.de
COMMENT= Tryton Application Platform (Gtk+ Client)
LICENSE= GPLv3
@@ -15,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}date
CONFLICTS= tryton-2.[68].*
-USES= gettext
+USES= desktop-file-utils gettext
USE_PYTHON= -2.7
USE_PYDISTUTILS=easy_install
USE_GNOME= gtk20 desktopfileutils pygtk2
@@ -23,6 +24,5 @@ USE_GNOME= gtk20 desktopfileutils pygtk2
post-install:
${INSTALL_DATA} ${WRKSRC}/tryton.desktop ${PREFIX}/share/applications/tryton.desktop
${INSTALL_DATA} ${WRKSRC}/share/pixmaps/tryton/tryton-icon.png ${PREFIX}/share/pixmaps/tryton-icon.png
- - at update-desktop-database
.include <bsd.port.mk>
Modified: head/finance/tryton/distinfo
==============================================================================
--- head/finance/tryton/distinfo Sat Aug 10 11:54:04 2013 (r324489)
+++ head/finance/tryton/distinfo Sat Aug 10 11:56:43 2013 (r324490)
@@ -1,2 +1,2 @@
-SHA256 (tryton-2.4.4.tar.gz) = 1513d51ee5626b322d8090342bd6cea9c2792fe0c4ca83875a725758ec094531
-SIZE (tryton-2.4.4.tar.gz) = 626283
+SHA256 (tryton-2.4.7.tar.gz) = c9265b7135c301bb78b5c78ac1e4b6943b6efdaea7c0976498388ca9a964dd66
+SIZE (tryton-2.4.7.tar.gz) = 626497
More information about the svn-ports-all
mailing list