ports/152372: [PATCH] science/gramps: update to 3.2.5

Ruslan Mahmatkhanov cvs-src at yandex.ru
Thu Nov 18 17:20:07 UTC 2010


>Number:         152372
>Category:       ports
>Synopsis:       [PATCH] science/gramps: update to 3.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 18 17:20:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        8.1-STABLE
>Organization:
>Environment:
8.1-STABLE i386
>Description:
- update to 3.2.5
- fix LICENSE entry
- remove stale warning. it's doubtful that anyone still use such old versions.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa gramps/Makefile gramps/Makefile
--- gramps/Makefile	2010-11-09 00:36:03.000000000 +0300
+++ gramps/Makefile	2010-11-18 20:10:06.000000000 +0300
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/science/gramps/Makefile,v 1.45 2010/11/08 21:36:03 pav Exp $
 
 PORTNAME=	gramps
-PORTVERSION=	3.2.4
+PORTVERSION=	3.2.5
 CATEGORIES=	science gnome python
 MASTER_SITES=	SF/${PORTNAME}/Stable/${PORTVERSION}
 
@@ -16,7 +16,7 @@
 		${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
 
 LICENSE=	GPLv2
-LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/COPYING
 USE_BDB=	43
 USE_PYTHON=	yes
 USE_GETTEXT=	yes
@@ -46,13 +46,6 @@
 RUN_DEPENDS+=${PYTHON_PKGNAMEPREFIX}graphviz>-0:${PORTSDIR}/graphics/py-graphviz
 .endif
 
-pre-everything::
-	@${ECHO_MSG} "WARNING: The on-disk structure of the databases has"
-	@${ECHO_MSG} "changed since version 2.2.x."
-	@${ECHO_MSG} "Cancel this installation now and export your databases"
-	@${ECHO_MSG} "to GRAMPS XML file format as gedcom if you have not"
-	@${ECHO_MSG} "already have done so."
-
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
diff -ruNa gramps/distinfo gramps/distinfo
--- gramps/distinfo	2010-11-09 00:36:03.000000000 +0300
+++ gramps/distinfo	2010-11-18 19:56:54.000000000 +0300
@@ -1,3 +1,2 @@
-MD5 (gramps-3.2.4.tar.gz) = b04a078ca9986ff7a3027676df93c30f
-SHA256 (gramps-3.2.4.tar.gz) = ef4a4d188898ee99021197856b99abd7e340dfd76bc3a578e06c44aed797cb21
-SIZE (gramps-3.2.4.tar.gz) = 7252550
+SHA256 (gramps-3.2.5.tar.gz) = 6cb97629913cb48e7804d35099813b86727c15b82b6f7a6438fe01935fc8dba2
+SIZE (gramps-3.2.5.tar.gz) = 7300072
diff -ruNa gramps/pkg-plist gramps/pkg-plist
--- gramps/pkg-plist	2010-11-09 00:36:03.000000000 +0300
+++ gramps/pkg-plist	2010-11-18 20:08:41.000000000 +0300
@@ -77,6 +77,9 @@
 %%DATADIR%%/DateHandler/_Date_sk.py
 %%DATADIR%%/DateHandler/_Date_sk.pyc
 %%DATADIR%%/DateHandler/_Date_sk.pyo
+%%DATADIR%%/DateHandler/_Date_sl.py
+%%DATADIR%%/DateHandler/_Date_sl.pyc
+%%DATADIR%%/DateHandler/_Date_sl.pyo
 %%DATADIR%%/DateHandler/_Date_sr.py
 %%DATADIR%%/DateHandler/_Date_sr.pyc
 %%DATADIR%%/DateHandler/_Date_sr.pyo
@@ -2443,6 +2446,9 @@
 %%DATADIR%%/plugins/rel/rel_sk.py
 %%DATADIR%%/plugins/rel/rel_sk.pyc
 %%DATADIR%%/plugins/rel/rel_sk.pyo
+%%DATADIR%%/plugins/rel/rel_sl.py
+%%DATADIR%%/plugins/rel/rel_sl.pyc
+%%DATADIR%%/plugins/rel/rel_sl.pyo
 %%DATADIR%%/plugins/rel/rel_sv.py
 %%DATADIR%%/plugins/rel/rel_sv.pyc
 %%DATADIR%%/plugins/rel/rel_sv.pyo
@@ -2690,6 +2696,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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list