From nobody@FreeBSD.org  Sun Oct 24 20:00:47 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8F5D9106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Oct 2010 20:00:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 63D228FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Oct 2010 20:00:47 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o9OK0kw8013345
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Oct 2010 20:00:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o9OK0kpR013344;
	Sun, 24 Oct 2010 20:00:46 GMT
	(envelope-from nobody)
Message-Id: <201010242000.o9OK0kpR013344@www.freebsd.org>
Date: Sun, 24 Oct 2010 20:00:46 GMT
From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] science/gramps: update to 3.2.4
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: freebsd@troback.com

>Number:         151700
>Category:       ports
>Synopsis:       [PATCH] science/gramps: update to 3.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 24 20:10:11 UTC 2010
>Closed-Date:    Mon Nov 08 21:36:16 UTC 2010
>Last-Modified:  Mon Nov  8 21:40:08 UTC 2010
>Originator:     Ruslan Mahmatkhanov
>Release:        8.1-STABLE
>Organization:
>Environment:
8.1-STABLE i386
>Description:
- update to 3.2.4
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa gramps/Makefile gramps/Makefile
--- gramps/Makefile	2010-10-24 23:32:42.000000000 +0400
+++ gramps/Makefile	2010-10-24 23:40:02.000000000 +0400
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/science/gramps/Makefile,v 1.44 2010/06/24 12:07:17 pav Exp $
 
 PORTNAME=	gramps
-PORTVERSION=	3.2.3
+PORTVERSION=	3.2.4
 CATEGORIES=	science gnome python
 MASTER_SITES=	SF/${PORTNAME}/Stable/${PORTVERSION}
 
@@ -13,7 +13,7 @@
 COMMENT=	A GTK/GNOME-based genealogy program
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \
-		${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
+		${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
 
 LICENSE=	GPLv2
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
diff -ruNa gramps/distinfo gramps/distinfo
--- gramps/distinfo	2010-10-24 23:32:53.000000000 +0400
+++ gramps/distinfo	2010-10-24 23:33:01.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (gramps-3.2.3.tar.gz) = 76a8d5bac3300d6fc81def3eccafcd27 
-SHA256 (gramps-3.2.3.tar.gz) = a5f34c484afa66af4ef54e19a9b7cce8783f91caa911cbe24fcef9fab2489ce8
-SIZE (gramps-3.2.3.tar.gz) = 7234196
+MD5 (gramps-3.2.4.tar.gz) = b04a078ca9986ff7a3027676df93c30f
+SHA256 (gramps-3.2.4.tar.gz) = ef4a4d188898ee99021197856b99abd7e340dfd76bc3a578e06c44aed797cb21
+SIZE (gramps-3.2.4.tar.gz) = 7252550
diff -ruNa gramps/pkg-plist gramps/pkg-plist
--- gramps/pkg-plist	2010-06-24 16:07:17.000000000 +0400
+++ gramps/pkg-plist	2010-10-24 23:52:24.000000000 +0400
@@ -1011,6 +1011,7 @@
 %%DATADIR%%/data/Web_Nebraska.css
 %%DATADIR%%/data/Web_Print-Default.css
 %%DATADIR%%/data/Web_Visually.css
+%%DATADIR%%/data/ancestortree.css
 %%DATADIR%%/data/authors.xml
 %%DATADIR%%/data/behaviour.css
 %%DATADIR%%/data/gedcom.xml
@@ -2689,6 +2690,7 @@
 share/locale/zh_CN/LC_MESSAGES/gramps.mo
 share/mime-info/gramps.keys
 share/mime-info/gramps.mime
+share/mime/application/x-gedcom.xml
 share/mime/application/x-geneweb.xml
 share/mime/application/x-gramps-package.xml
 share/mime/application/x-gramps-xml.xml


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Oct 24 20:10:17 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151700 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: freebsd@troback.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/151700: [PATCH] science/gramps: update to 3.2.4
Date: Sun, 24 Oct 2010 20:10:15 UT

 Maintainer of science/gramps,
 
 Please note that PR ports/151700 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/151700
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Anders Troback <freebsd@troback.com>
To: bug-followup@FreeBSD.org, cvs-src@yandex.ru
Cc:  
Subject: Re: ports/151700: [PATCH] science/gramps: update to 3.2.4
Date: Fri, 5 Nov 2010 12:01:36 +0100

 Approved!
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Sun Nov 7 08:55:24 UTC 2010 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151700 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Nov 8 18:49:20 UTC 2010 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151700 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151700: commit references a PR
Date: Mon,  8 Nov 2010 21:36:08 +0000 (UTC)

 pav         2010-11-08 21:36:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     science/gramps       Makefile distinfo pkg-plist 
   Log:
   - Update to 3.2.4
   
   PR:             ports/151700
   Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
   Approved by:    Anders Troback <freebsd@troback.com> (maintainer)
   
   Revision  Changes    Path
   1.45      +2 -2      ports/science/gramps/Makefile
   1.24      +3 -3      ports/science/gramps/distinfo
   1.28      +1 -0      ports/science/gramps/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
