diff options
author | rm <rm@FreeBSD.org> | 2015-04-03 02:28:27 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-04-03 02:28:27 +0800 |
commit | 072549e71d4d0112f85b75f614954c953d3dd2b2 (patch) | |
tree | 0bcfe80fe8e3bf50fb5677fb489d368bbd35cd04 /audio/exaile | |
parent | 81f14280b7a067ca6f76fd52ae9db0d9136e56c4 (diff) | |
download | freebsd-ports-gnome-072549e71d4d0112f85b75f614954c953d3dd2b2.tar.gz freebsd-ports-gnome-072549e71d4d0112f85b75f614954c953d3dd2b2.tar.zst freebsd-ports-gnome-072549e71d4d0112f85b75f614954c953d3dd2b2.zip |
audio/exaile: update to 3.4.4
- update to 3.4.4
- install man-page
Diffstat (limited to 'audio/exaile')
-rw-r--r-- | audio/exaile/Makefile | 9 | ||||
-rw-r--r-- | audio/exaile/distinfo | 4 | ||||
-rw-r--r-- | audio/exaile/pkg-plist | 4 |
3 files changed, 8 insertions, 9 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index db923cc400ae..2a9099c12fd3 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= exaile -PORTVERSION= 3.4.3 +PORTVERSION= 3.4.4 CATEGORIES= audio -MASTER_SITES= https://github.com/exaile/exaile/archive/ -DISTNAME= ${PORTVERSION} -DIST_SUBDIR= exaile +MASTER_SITES= https://github.com/exaile/exaile/releases/download/${PORTVERSION}/ MAINTAINER= rm@FreeBSD.org COMMENT= Full featured python-based music player for GTK+ @@ -36,8 +34,7 @@ NLS_INSTALL_TARGET_OFF= install_no_locale SEXY_DESC= UI enchancements SEXY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sexy>=0.1.9:${PORTSDIR}/x11-toolkits/py-sexy -# Disable manpage building for now - it's too expensive post-patch: - @${REINPLACE_CMD} -e 's|compile locale manpage|compile locale|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|share/man|man|g' ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/audio/exaile/distinfo b/audio/exaile/distinfo index d0a7387f621e..0bf33869f996 100644 --- a/audio/exaile/distinfo +++ b/audio/exaile/distinfo @@ -1,2 +1,2 @@ -SHA256 (exaile/3.4.3.tar.gz) = 1298e9f5f9e0b3f2e25e23700c853e995cbe2b4d4665e37593b774230aba06fa -SIZE (exaile/3.4.3.tar.gz) = 3585575 +SHA256 (exaile-3.4.4.tar.gz) = 21476bd5abe51dedc5eeeb5d40817db1822b83a4f875964bf76bafe1d47ecdd0 +SIZE (exaile-3.4.4.tar.gz) = 3723934 diff --git a/audio/exaile/pkg-plist b/audio/exaile/pkg-plist index 7ca9caebc0b6..5e5263c3099d 100644 --- a/audio/exaile/pkg-plist +++ b/audio/exaile/pkg-plist @@ -1112,6 +1112,7 @@ share/dbus-1/services/org.exaile.Exaile.service %%NLS%%share/locale/ast/LC_MESSAGES/exaile.mo %%NLS%%share/locale/az/LC_MESSAGES/exaile.mo %%NLS%%share/locale/be/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/be@latin/LC_MESSAGES/exaile.mo %%NLS%%share/locale/bg/LC_MESSAGES/exaile.mo %%NLS%%share/locale/bn/LC_MESSAGES/exaile.mo %%NLS%%share/locale/bs/LC_MESSAGES/exaile.mo @@ -1162,6 +1163,7 @@ share/dbus-1/services/org.exaile.Exaile.service %%NLS%%share/locale/pt_BR/LC_MESSAGES/exaile.mo %%NLS%%share/locale/ro/LC_MESSAGES/exaile.mo %%NLS%%share/locale/ru/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/sc/LC_MESSAGES/exaile.mo %%NLS%%share/locale/si/LC_MESSAGES/exaile.mo %%NLS%%share/locale/sk/LC_MESSAGES/exaile.mo %%NLS%%share/locale/sl/LC_MESSAGES/exaile.mo @@ -1182,4 +1184,4 @@ share/dbus-1/services/org.exaile.Exaile.service %%NLS%%share/locale/zh_CN/LC_MESSAGES/exaile.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/exaile.mo share/pixmaps/exaile.png -@dir share/man/man1 +man/man1/exaile.1.gz |