svn commit: r405538 - head/multimedia/qmmp-qt5

Olivier Duchateau olivierd at FreeBSD.org
Fri Jan 8 09:58:22 UTC 2016


Author: olivierd
Date: Fri Jan  8 09:58:20 2016
New Revision: 405538
URL: https://svnweb.freebsd.org/changeset/ports/405538

Log:
  Update to 1.0.5
  
  PR:		205916
  Submitted by:	<liangtai.s16 at gmail.com> (maintainer)

Modified:
  head/multimedia/qmmp-qt5/Makefile
  head/multimedia/qmmp-qt5/distinfo
  head/multimedia/qmmp-qt5/pkg-descr

Modified: head/multimedia/qmmp-qt5/Makefile
==============================================================================
--- head/multimedia/qmmp-qt5/Makefile	Fri Jan  8 09:55:41 2016	(r405537)
+++ head/multimedia/qmmp-qt5/Makefile	Fri Jan  8 09:58:20 2016	(r405538)
@@ -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>

Modified: head/multimedia/qmmp-qt5/distinfo
==============================================================================
--- head/multimedia/qmmp-qt5/distinfo	Fri Jan  8 09:55:41 2016	(r405537)
+++ head/multimedia/qmmp-qt5/distinfo	Fri Jan  8 09:58:20 2016	(r405538)
@@ -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

Modified: head/multimedia/qmmp-qt5/pkg-descr
==============================================================================
--- head/multimedia/qmmp-qt5/pkg-descr	Fri Jan  8 09:55:41 2016	(r405537)
+++ head/multimedia/qmmp-qt5/pkg-descr	Fri Jan  8 09:58:20 2016	(r405538)
@@ -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/


More information about the svn-ports-head mailing list