aboutsummaryrefslogtreecommitdiffstats
path: root/science/gramps/Makefile
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2008-07-09 02:29:58 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2008-07-09 02:29:58 +0800
commit40b0312a58eecf70fb97de2550dc1cb2640536b0 (patch)
tree4189af2a62ccca09d2c587374eabc81448e24dca /science/gramps/Makefile
parent6be3d84692c156a52add1217486459ae8b7b2f23 (diff)
downloadfreebsd-ports-gnome-40b0312a58eecf70fb97de2550dc1cb2640536b0.tar.gz
freebsd-ports-gnome-40b0312a58eecf70fb97de2550dc1cb2640536b0.tar.zst
freebsd-ports-gnome-40b0312a58eecf70fb97de2550dc1cb2640536b0.zip
- Update to 3.0.1
PR: ports/125027 Submitted by: Anders Troback <freebsd troback.com> (maintainer)
Diffstat (limited to 'science/gramps/Makefile')
-rw-r--r--science/gramps/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/science/gramps/Makefile b/science/gramps/Makefile
index acbfbd8f7ce3..cda4b238fe9b 100644
--- a/science/gramps/Makefile
+++ b/science/gramps/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= gramps
-PORTVERSION= 2.2.8
-PORTREVISION= 2
+PORTVERSION= 3.0.1
CATEGORIES= science gnome python
MASTER_SITES= SF
@@ -17,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \
${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
USE_BDB= 42+
+USE_XLIB= yes
USE_PYTHON= yes
USE_GETTEXT= yes
USE_GMAKE= yes
@@ -24,9 +24,17 @@ USE_GNOME= gnomehack pygnome2 pygnomeextras desktopfileutils gnomedocutils
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
+CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt"
MAN1= gramps.1
MANLANG= "" fr
-GCONF_SCHEMAS= gramps.schemas
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+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 a generic format as gedcom if you have not already done so."
+
+.include <bsd.port.post.mk>