svn commit: r453017 - in head/audio/exaile-devel: . files
Ruslan Makhmatkhanov
rm at FreeBSD.org
Fri Oct 27 17:32:39 UTC 2017
Author: rm
Date: Fri Oct 27 17:32:37 2017
New Revision: 453017
URL: https://svnweb.freebsd.org/changeset/ports/453017
Log:
audio/exaile-devel: update to latest revision; drop no more require intltool
Modified:
head/audio/exaile-devel/Makefile
head/audio/exaile-devel/distinfo
head/audio/exaile-devel/files/patch-Makefile
Modified: head/audio/exaile-devel/Makefile
==============================================================================
--- head/audio/exaile-devel/Makefile Fri Oct 27 16:52:14 2017 (r453016)
+++ head/audio/exaile-devel/Makefile Fri Oct 27 17:32:37 2017 (r453017)
@@ -17,12 +17,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py
${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3
USE_GITHUB= yes
-GH_TAGNAME= 11885d6
-COMMITDATE= 20170907
+GH_TAGNAME= 9ba2cc8
+COMMITDATE= 20171027
NO_ARCH= yes
USES= desktop-file-utils gmake gnome python:2.7
-USE_GNOME= gtk30 intltool librsvg2 pygobject3
+USE_GNOME= gtk30 librsvg2 pygobject3
USE_GSTREAMER1= good faad
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
Modified: head/audio/exaile-devel/distinfo
==============================================================================
--- head/audio/exaile-devel/distinfo Fri Oct 27 16:52:14 2017 (r453016)
+++ head/audio/exaile-devel/distinfo Fri Oct 27 17:32:37 2017 (r453017)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504765304
-SHA256 (exaile-exaile-4.0.20170907-11885d6_GH0.tar.gz) = 7f7cc45c7aca08672b865b4b784ac2a16210c5411eeedd59cce1c5bc8797867a
-SIZE (exaile-exaile-4.0.20170907-11885d6_GH0.tar.gz) = 3365325
+TIMESTAMP = 1509096639
+SHA256 (exaile-exaile-4.0.20171027-9ba2cc8_GH0.tar.gz) = f6543d7af8bdb66ad345839c6e1c341402134c8fb7aadfcafa5560251ac91b65
+SIZE (exaile-exaile-4.0.20171027-9ba2cc8_GH0.tar.gz) = 3363060
Modified: head/audio/exaile-devel/files/patch-Makefile
==============================================================================
--- head/audio/exaile-devel/files/patch-Makefile Fri Oct 27 16:52:14 2017 (r453016)
+++ head/audio/exaile-devel/files/patch-Makefile Fri Oct 27 17:32:37 2017 (r453017)
@@ -1,4 +1,4 @@
---- Makefile.orig 2017-05-09 15:04:09 UTC
+--- Makefile.orig 2017-10-20 04:48:01 UTC
+++ Makefile
@@ -6,7 +6,7 @@ EPREFIX = $(PREFIX)
@@ -15,5 +15,14 @@
EXAILEMANDIR = $(DESTDIR)$(MANPREFIX)/man
+BASHCOMPDIR = $(ETCDIR)/bash_completion.d
- .PHONY: dist test completion coverage clean sanitycheck
+ .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.
+ pot:
+- ( set -o pipefail || true && \
++ ( set || true && \
+ export LC_ALL=C && cd po && \
+ { find ../xl ../xlgui -name "*.py" | sort && \
+ find ../data/ui -name "*.ui" | sort && \
More information about the svn-ports-head
mailing list