svn commit: r383034 - head/audio/exaile
Ruslan Makhmatkhanov
rm at FreeBSD.org
Thu Apr 2 18:28:29 UTC 2015
Author: rm
Date: Thu Apr 2 18:28:27 2015
New Revision: 383034
URL: https://svnweb.freebsd.org/changeset/ports/383034
Log:
audio/exaile: update to 3.4.4
- update to 3.4.4
- install man-page
Modified:
head/audio/exaile/Makefile
head/audio/exaile/distinfo
head/audio/exaile/pkg-plist
Modified: head/audio/exaile/Makefile
==============================================================================
--- head/audio/exaile/Makefile Thu Apr 2 18:14:45 2015 (r383033)
+++ head/audio/exaile/Makefile Thu Apr 2 18:28:27 2015 (r383034)
@@ -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 at FreeBSD.org
COMMENT= Full featured python-based music player for GTK+
@@ -36,8 +34,7 @@ NLS_INSTALL_TARGET_OFF= install_no_local
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>
Modified: head/audio/exaile/distinfo
==============================================================================
--- head/audio/exaile/distinfo Thu Apr 2 18:14:45 2015 (r383033)
+++ head/audio/exaile/distinfo Thu Apr 2 18:28:27 2015 (r383034)
@@ -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
Modified: head/audio/exaile/pkg-plist
==============================================================================
--- head/audio/exaile/pkg-plist Thu Apr 2 18:14:45 2015 (r383033)
+++ head/audio/exaile/pkg-plist Thu Apr 2 18:28:27 2015 (r383034)
@@ -1112,6 +1112,7 @@ share/dbus-1/services/org.exaile.Exaile.
%%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 at 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.
%%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.
%%NLS%%share/locale/zh_CN/LC_MESSAGES/exaile.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/exaile.mo
share/pixmaps/exaile.png
- at dir share/man/man1
+man/man1/exaile.1.gz
More information about the svn-ports-head
mailing list