Index: head/science/gramps/Makefile =================================================================== --- head/science/gramps/Makefile (revision 492136) +++ head/science/gramps/Makefile (revision 492137) @@ -1,49 +1,49 @@ # Created by: Andreas Fehlner # $FreeBSD$ PORTNAME= gramps -PORTVERSION= 4.2.8 +PORTVERSION= 5.0.1 DISTVERSIONPREFIX= v CATEGORIES= science gnome python MAINTAINER= woodsb02@FreeBSD.org COMMENT= GTK3-based genealogy program LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libosmgpsmap-1.0.so:x11-toolkits/osm-gps-map RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyicu>=1.8:devel/py-pyicu@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygraphviz>=0:graphics/py-pygraphviz@${PY_FLAVOR} \ xdg-open:devel/xdg-utils +USES= desktop-file-utils gettext gnome python:3.2+ shared-mime-info USE_GITHUB= yes GH_ACCOUNT= gramps-project - -NO_ARCH= yes -USES= desktop-file-utils gettext shared-mime-info python:3.2+ USE_GNOME= cairo gtk30 intltool librsvg2 pango pygobject3 USE_PYTHON= autoplist distutils noflavors + +NO_ARCH= yes CONFIGURE_ARGS= --disable-mime-install INSTALLS_OMF= yes INSTALLS_ICONS= yes OPTIONS_DEFINE= GEXIV GTKSPELL PIL RCS TTFFREEFONT OPTIONS_DEFAULT= GEXIV GTKSPELL GEXIV_DESC= Manage Exif metadata embedded in media GTKSPELL_DESC= Spell checking support via gtkspell PIL_DESC= Crop/convert images with Python Imaging Library (Pillow) RCS_DESC= Manage revisions of family trees with with GNU RCS TTFFREEFONT_DESC= More font support in reports GEXIV_LIB_DEPENDS= libgexiv2.so:graphics/gexiv2 GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 PIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} RCS_RUN_DEPENDS= rcsdiff:devel/rcs TTFFREEFONT_RUN_DEPENDS=${LOCALBASE}/share/fonts/freefont-ttf/FreeMono.ttf:x11-fonts/freefont-ttf post-install: ${ECHO_CMD} -n ${PREFIX}/share > ${STAGEDIR}${PYTHON_SITELIBDIR}/gramps/gen/utils/resource-path .include Index: head/science/gramps/distinfo =================================================================== --- head/science/gramps/distinfo (revision 492136) +++ head/science/gramps/distinfo (revision 492137) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519650521 -SHA256 (gramps-project-gramps-v4.2.8_GH0.tar.gz) = aa2c18cdeb3d7fc07f0013d5ca9c651f3bd4aa02f03010966857f804b227668d -SIZE (gramps-project-gramps-v4.2.8_GH0.tar.gz) = 18704769 +TIMESTAMP = 1549289325 +SHA256 (gramps-project-gramps-v5.0.1_GH0.tar.gz) = 3a81265764a314cca0540593ccd639c5b76199615b3b0aace0b2540fc186eba5 +SIZE (gramps-project-gramps-v5.0.1_GH0.tar.gz) = 16718439 Index: head/science/gramps/files/patch-setup.py =================================================================== --- head/science/gramps/files/patch-setup.py (revision 492136) +++ head/science/gramps/files/patch-setup.py (nonexistent) @@ -1,25 +0,0 @@ ---- setup.py.orig 2016-01-06 16:44:13 UTC -+++ setup.py -@@ -56,6 +56,11 @@ ALL_LINGUAS = ('ar', 'bg', 'ca', 'cs', ' - 'zh_CN', 'zh_HK', 'zh_TW') - INTLTOOL_FILES = ('data/tips.xml', 'gramps/plugins/lib/holidays.xml') - -+svem_flag = '--single-version-externally-managed' -+if svem_flag in sys.argv: -+ # Die, setuptools, die. -+ sys.argv.remove(svem_flag) -+ - server = False - if '--server' in sys.argv: - sys.argv.remove('--server') -@@ -180,8 +185,8 @@ def build_man(build_cmd): - filename = False - - lang = man_dir[8:] -- src = build_cmd.build_base + '/data/man/' + lang + '/gramps.1.gz' -- target = 'share/man/' + lang + '/man1' -+ src = build_cmd.build_base + '/data/man' + lang + '/gramps.1.gz' -+ target = 'share/man' + lang + '/man1' - data_files.append((target, [src])) - - log.info('Compiling %s >> %s.', src, target) Property changes on: head/science/gramps/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property