svn commit: r461648 - in head/audio/exaile-devel: . files
Ruslan Makhmatkhanov
rm at FreeBSD.org
Mon Feb 12 20:11:26 UTC 2018
Author: rm
Date: Mon Feb 12 20:11:25 2018
New Revision: 461648
URL: https://svnweb.freebsd.org/changeset/ports/461648
Log:
audio/exaile-devel: update to latest revision
Modified:
head/audio/exaile-devel/Makefile
head/audio/exaile-devel/distinfo
head/audio/exaile-devel/files/patch-Makefile
head/audio/exaile-devel/pkg-plist
Modified: head/audio/exaile-devel/Makefile
==============================================================================
--- head/audio/exaile-devel/Makefile Mon Feb 12 20:03:05 2018 (r461647)
+++ head/audio/exaile-devel/Makefile Mon Feb 12 20:11:25 2018 (r461648)
@@ -17,8 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py
${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3@${PY_FLAVOR}
USE_GITHUB= yes
-GH_TAGNAME= 9ba2cc8
-COMMITDATE= 20171027
+GH_TAGNAME= da614ce
+COMMITDATE= 20180212
NO_ARCH= yes
USES= desktop-file-utils gmake gnome python:2.7
Modified: head/audio/exaile-devel/distinfo
==============================================================================
--- head/audio/exaile-devel/distinfo Mon Feb 12 20:03:05 2018 (r461647)
+++ head/audio/exaile-devel/distinfo Mon Feb 12 20:11:25 2018 (r461648)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509096639
-SHA256 (exaile-exaile-4.0.20171027-9ba2cc8_GH0.tar.gz) = f6543d7af8bdb66ad345839c6e1c341402134c8fb7aadfcafa5560251ac91b65
-SIZE (exaile-exaile-4.0.20171027-9ba2cc8_GH0.tar.gz) = 3363060
+TIMESTAMP = 1518384094
+SHA256 (exaile-exaile-4.0.20180212-da614ce_GH0.tar.gz) = 84e2314a7df46742be539c8e7f138bc7ddeb19d14031c06d54be76fa822cd236
+SIZE (exaile-exaile-4.0.20180212-da614ce_GH0.tar.gz) = 3543865
Modified: head/audio/exaile-devel/files/patch-Makefile
==============================================================================
--- head/audio/exaile-devel/files/patch-Makefile Mon Feb 12 20:03:05 2018 (r461647)
+++ head/audio/exaile-devel/files/patch-Makefile Mon Feb 12 20:11:25 2018 (r461648)
@@ -1,4 +1,4 @@
---- Makefile.orig 2017-10-20 04:48:01 UTC
+--- Makefile.orig 2018-02-09 15:54:09 UTC
+++ Makefile
@@ -6,7 +6,7 @@ EPREFIX = $(PREFIX)
@@ -15,14 +15,14 @@
EXAILEMANDIR = $(DESTDIR)$(MANPREFIX)/man
+BASHCOMPDIR = $(ETCDIR)/bash_completion.d
- .PHONY: dist test completion coverage clean sanitycheck builddir
-
-@@ -202,7 +203,7 @@ po/messages.pot: pot
- # The "set -o pipefail" (only works on Bash) makes the whole thing die if any of the find fails.
- # The "LC_ALL=C" disables any locale-dependent sort behavior.
+ .PHONY: all all_no_locale builddir compile make-install-dirs uninstall \
+ install install_no_locale install-target locale install-locale \
+@@ -206,7 +207,7 @@ po/messages.pot: pot
+ # dash (Debian's /bin/sh) doesn't support it and exits immediately, so we test it in a subshell.
+ # The "export LC_ALL=C" disables any locale-dependent sort behavior.
pot:
-- ( set -o pipefail || true && \
-+ ( set || true && \
+- ( ( set -o pipefail 2> /dev/null ) && set -o pipefail ; \
++ ( \
export LC_ALL=C && cd po && \
{ find ../xl ../xlgui -name "*.py" | sort && \
find ../data/ui -name "*.ui" | sort && \
Modified: head/audio/exaile-devel/pkg-plist
==============================================================================
--- head/audio/exaile-devel/pkg-plist Mon Feb 12 20:03:05 2018 (r461647)
+++ head/audio/exaile-devel/pkg-plist Mon Feb 12 20:11:25 2018 (r461648)
@@ -937,7 +937,6 @@ share/exaile/plugins/winmmkeys/__init__.pyo
%%NLS%%share/locale/da/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/de/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/el/LC_MESSAGES/exaile.mo
-%%NLS%%share/locale/en/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/en_AU/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/en_CA/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/exaile.mo
More information about the svn-ports-head
mailing list