Bug 181172 - [PATCH] Update finance/tryton from 2.4.4 to 2.4.7
Summary: [PATCH] Update finance/tryton from 2.4.4 to 2.4.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-09 23:50 UTC by Matthias Petermann
Modified: 2013-08-10 13:16 UTC (History)
0 users

See Also:


Attachments
file.diff (1.02 KB, patch)
2013-08-09 23:50 UTC, Matthias Petermann
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Petermann 2013-08-09 23:49:54 UTC
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
>
Comment 1 Matthias Petermann 2013-08-09 23:50:00 UTC
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:
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-09 23:50:07 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-09 23:50:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-08-10 12:46:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-08-10 12:56:50 UTC
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"
Comment 6 William Grzybowski freebsd_committer freebsd_triage 2013-08-10 13:16:55 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!