Date: Fri, 19 Jun 2020 17:36:51 +0000 (UTC) From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539671 - head/misc/xiphos Message-ID: <202006191736.05JHapVn031653@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: salvadore Date: Fri Jun 19 17:36:51 2020 New Revision: 539671 URL: https://svnweb.freebsd.org/changeset/ports/539671 Log: misc/xiphos: Update to 4.2.1 While here, also switch WWW to https. Reviewed by: tcberner Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D25320 Modified: head/misc/xiphos/Makefile head/misc/xiphos/distinfo head/misc/xiphos/pkg-descr head/misc/xiphos/pkg-plist Modified: head/misc/xiphos/Makefile ============================================================================== --- head/misc/xiphos/Makefile Fri Jun 19 16:49:54 2020 (r539670) +++ head/misc/xiphos/Makefile Fri Jun 19 17:36:51 2020 (r539671) @@ -1,10 +1,12 @@ # $FreeBSD$ PORTNAME= xiphos -DISTVERSION= 4.1.0-72 -DISTVERSIONSUFFIX= -g9e573336 -PORTREVISION= 2 +DISTVERSION= 4.2.1 CATEGORIES= misc gnome +# Don't use USE_GITHUB: the sources downloaded by USE_GITHUB cannot be +# built as they miss the file ${WRKSRC}/cmake/source_version.txt. +# See also: https://github.com/crosswire/xiphos/issues/1037 +MASTER_SITES= https://github.com/crosswire/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= salvadore@FreeBSD.org COMMENT= Bible interface utilizing the sword framework @@ -21,14 +23,14 @@ LIB_DEPENDS= libbiblesync.so:misc/biblesync \ libdbus-glib-1.so:devel/dbus-glib \ libenchant.so:textproc/enchant \ libicui18n.so:devel/icu \ + libminizip.so:archivers/minizip \ libsoup-2.4.so:devel/libsoup \ libsword.so:misc/sword \ libuuid.so:misc/e2fsprogs-libuuid \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 +# gettext is always needed, even if NLS is off USES= cmake gettext gnome pkgconfig -USE_GITHUB= yes -GH_ACCOUNT= crosswire USE_GNOME= cairo gconf2 gtk30 gtkhtml4 intltool libgsf INSTALLS_ICONS= yes Modified: head/misc/xiphos/distinfo ============================================================================== --- head/misc/xiphos/distinfo Fri Jun 19 16:49:54 2020 (r539670) +++ head/misc/xiphos/distinfo Fri Jun 19 17:36:51 2020 (r539671) @@ -1,3 +1,3 @@ -TIMESTAMP = 1584113731 -SHA256 (crosswire-xiphos-4.1.0-72-g9e573336_GH0.tar.gz) = 316b41a400638dca784d53d2e0292fc693a3f61744ca488a523fe78f52fb7e09 -SIZE (crosswire-xiphos-4.1.0-72-g9e573336_GH0.tar.gz) = 28353269 +TIMESTAMP = 1592502269 +SHA256 (xiphos-4.2.1.tar.gz) = e13e367f511ab719c1fc815ee88fe5172a10ec76fa637131edb67e0c1b6dd123 +SIZE (xiphos-4.2.1.tar.gz) = 28373966 Modified: head/misc/xiphos/pkg-descr ============================================================================== --- head/misc/xiphos/pkg-descr Fri Jun 19 16:49:54 2020 (r539670) +++ head/misc/xiphos/pkg-descr Fri Jun 19 17:36:51 2020 (r539671) @@ -4,4 +4,4 @@ commentaries, dictionary, and other texts and images. such as searching, biblesync, bookmarks, parallel study, and original language study. -WWW: http://xiphos.org +WWW: https://xiphos.org Modified: head/misc/xiphos/pkg-plist ============================================================================== --- head/misc/xiphos/pkg-plist Fri Jun 19 16:49:54 2020 (r539670) +++ head/misc/xiphos/pkg-plist Fri Jun 19 17:36:51 2020 (r539671) @@ -234,6 +234,7 @@ share/help/it/xiphos/xiphos-60-online-help.page share/help/it/xiphos/xiphos-90-credits.page share/icons/hicolor/scalable/apps/xiphos.svg %%NLS%%share/locale/ar/LC_MESSAGES/xiphos.mo +%%NLS%%share/locale/bg/LC_MESSAGES/xiphos.mo %%NLS%%share/locale/cs/LC_MESSAGES/xiphos.mo %%NLS%%share/locale/cy/LC_MESSAGES/xiphos.mo %%NLS%%share/locale/da/LC_MESSAGES/xiphos.mo @@ -250,6 +251,7 @@ share/icons/hicolor/scalable/apps/xiphos.svg %%NLS%%share/locale/ko_KR/LC_MESSAGES/xiphos.mo %%NLS%%share/locale/lt/LC_MESSAGES/xiphos.mo %%NLS%%share/locale/lv/LC_MESSAGES/xiphos.mo +%%NLS%%share/locale/my/LC_MESSAGES/xiphos.mo %%NLS%%share/locale/nb/LC_MESSAGES/xiphos.mo %%NLS%%share/locale/nl/LC_MESSAGES/xiphos.mo %%NLS%%share/locale/pl/LC_MESSAGES/xiphos.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006191736.05JHapVn031653>