Approved (matthias@petermann-it.de is my new E-Mail-Address) Am 10.08.2013 00:50, schrieb Edwin Groothuis: > Maintainer of finance/tryton, > > Please note that PR ports/181172 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181172 >
The attached patch: * updates the finance/tryton port to the current 2.4.x version * changes the Maintainers E-Mail-Address * inserts the "created by"-Header Fix: Patch attached with submission follows:
Maintainer of finance/tryton, Please note that PR ports/181172 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181172 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
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@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@petermann.it +MAINTAINER= matthias@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 - -@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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!