diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-01-08 09:58:20 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-01-08 09:58:20 +0000 |
commit | f3966fd6a79c9b34a9dc638664a6ab6dda8f380a (patch) | |
tree | 6ebb44f3513f33718853f8b2444042fdf9298c34 /multimedia/qmmp-qt5 | |
parent | 9a6b1c893a578dcde224df8e83ef040f954d14fe (diff) | |
download | ports-f3966fd6a79c9b34a9dc638664a6ab6dda8f380a.tar.gz ports-f3966fd6a79c9b34a9dc638664a6ab6dda8f380a.zip |
Notes
Diffstat (limited to 'multimedia/qmmp-qt5')
-rw-r--r-- | multimedia/qmmp-qt5/Makefile | 6 | ||||
-rw-r--r-- | multimedia/qmmp-qt5/distinfo | 4 | ||||
-rw-r--r-- | multimedia/qmmp-qt5/pkg-descr | 5 |
3 files changed, 7 insertions, 8 deletions
diff --git a/multimedia/qmmp-qt5/Makefile b/multimedia/qmmp-qt5/Makefile index ebba36f879af..ca6b08dffba5 100644 --- a/multimedia/qmmp-qt5/Makefile +++ b/multimedia/qmmp-qt5/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qmmp -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/ \ SF/qmmp-dev/${PORTNAME}/ @@ -16,7 +16,7 @@ CONFLICTS= ${PORTNAME}-0.* USES= cmake:outsource desktop-file-utils pkgconfig tar:bzip2 USE_QT5= core gui network widgets xml \ - qmake_build buildtools_build linguisttools_build + buildtools_build linguisttools_build qmake_build USE_LDCONFIG= yes OPTIONS_SUB= yes @@ -342,7 +342,7 @@ post-install-DOXYGEN-on: ${RM} -f ${WRKDIR}/PLIST.doc ; \ ${FIND} ${STAGEDIR}${DOCSDIR}/html -type f | \ ${SED} 's|${STAGEDIR}${PREFIX}/||' \ - >> ${WRKDIR}/PLIST.doc + >> ${WRKDIR}/PLIST.doc ; \ cd ${WRKDIR} ; ${SED} -i -e '/PLIST.doc/ r PLIST.doc' ${TMPPLIST} .include <bsd.port.mk> diff --git a/multimedia/qmmp-qt5/distinfo b/multimedia/qmmp-qt5/distinfo index 5c1d7b0b81c9..5b7b2b0ce498 100644 --- a/multimedia/qmmp-qt5/distinfo +++ b/multimedia/qmmp-qt5/distinfo @@ -1,2 +1,2 @@ -SHA256 (qmmp-1.0.4.tar.bz2) = 9867fcb7ad7389f1c01d3bf31829fbe40a89eb8b05c104225257cea98c49ea85 -SIZE (qmmp-1.0.4.tar.bz2) = 1102390 +SHA256 (qmmp-1.0.5.tar.bz2) = 64952bfbe8b4bc6b74e04c4384fb923d0495f8380773ad7170b5a87fd2661ce1 +SIZE (qmmp-1.0.5.tar.bz2) = 1105704 diff --git a/multimedia/qmmp-qt5/pkg-descr b/multimedia/qmmp-qt5/pkg-descr index 821b2c059073..430fa5542183 100644 --- a/multimedia/qmmp-qt5/pkg-descr +++ b/multimedia/qmmp-qt5/pkg-descr @@ -19,7 +19,6 @@ Other features: multiple playlists, MMS, file type determination and converter, MPRIS, CUE sheet, embedded CUE (for FLAC and WavPack), ReplayGain, automatic charset detection for cue files and ShoutCast metadata, - video playback via Mplayer, lyrics (using lyrics.wikia.com), and - skinned UI (supports all skins for XMMS and Winamp 2.x) - + video playback via Mplayer, lyrics (using lyrics.wikia.com), simple + UI, and skinned UI (supports all skins for XMMS and Winamp 2.x) WWW: http://qmmp.ylsoftware.com/ |