mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Update to 3.2.5, fix LICENSE entry.
Remove stale warning. PR: ports/152372 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Anders Troback <freebsd@troback.com> (maintainer) itetcu (implicit)
This commit is contained in:
parent
b248495a39
commit
2d6c27d1fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265350
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gramps
|
||||
PORTVERSION= 3.2.4
|
||||
PORTVERSION= 3.2.5
|
||||
CATEGORIES= science gnome python
|
||||
MASTER_SITES= SF/${PORTNAME}/Stable/${PORTVERSION}
|
||||
|
||||
@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \
|
||||
${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}webkitgtk>=0:${PORTSDIR}/www/py-webkitgtk
|
||||
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}
|
||||
|
||||
|
@ -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
|
||||
|
@ -77,6 +77,9 @@ share/applications/gramps.desktop
|
||||
%%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 @@ share/applications/gramps.desktop
|
||||
%%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
|
||||
|
Loading…
Reference in New Issue
Block a user