Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2015 12:15:58 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398991 - head/audio/quimup
Message-ID:  <201510101215.t9ACFwWG080810@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Oct 10 12:15:58 2015
New Revision: 398991
URL: https://svnweb.freebsd.org/changeset/ports/398991

Log:
  audio/quimup: Upgrade version 1.3.2 => 1.4.0
  
  I tweaked provided patch to revert some unnecessary changes. Technically
  the change of ${PORTNAME} to quimup is unnecessary but I fully support
  the reversal of PORTNAME abuse.
  
  PR:		199220
  Submitted by:	ports fury

Modified:
  head/audio/quimup/Makefile
  head/audio/quimup/distinfo

Modified: head/audio/quimup/Makefile
==============================================================================
--- head/audio/quimup/Makefile	Sat Oct 10 11:52:25 2015	(r398990)
+++ head/audio/quimup/Makefile	Sat Oct 10 12:15:58 2015	(r398991)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	quimup
-PORTVERSION=	1.3.2
+PORTVERSION=	1.4.0
 CATEGORIES=	audio
 MASTER_SITES=	SF/musicpd/Quimup/${PORTVERSION}
 DISTNAME=	${PORTNAME}_${PORTVERSION}_src
@@ -15,29 +15,24 @@ LICENSE=	GPLv2 # (or later)
 LIB_DEPENDS=	libmpdclient.so:${PORTSDIR}/audio/libmpdclient \
 		libtag.so:${PORTSDIR}/audio/taglib
 
-WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}
+WRKSRC=		${WRKDIR}/${PORTNAME}\ ${PORTVERSION}
 
 USES=		pkgconfig qmake
-USE_QT4=	corelib gui network \
-		moc_build rcc_build uic_build
+USE_QT5=	core gui network widgets buildtools_build
 
-PLIST_FILES=	bin/${PORTNAME} \
-		share/pixmaps/${PORTNAME}.png
+PLIST_FILES=	bin/quimup \
+		share/pixmaps/quimup.png
 
-DESKTOP_ENTRIES="Quimup" "MPD client" \
-		"${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \
+DESKTOP_ENTRIES="Quimup" "MPD client" "quiump" "quiump" \
 		"Audio;AudioVideo;Qt;" true
 
 post-patch:
 	@${REINPLACE_CMD} -e \
-		'/^CONFIG/s|-O2|| ; \
-		 s|^QMAKE_|#QMAKE_|' ${WRKSRC}/${PORTNAME}.pro
-	@${REINPLACE_CMD} -e \
 		'/^#define get_time/d' ${WRKSRC}/src/qm_playlistview.h
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/quimup ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/src/resources/mn_icon.png \
-		${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
+		${STAGEDIR}${PREFIX}/share/pixmaps/quimup.png
 
 .include <bsd.port.mk>

Modified: head/audio/quimup/distinfo
==============================================================================
--- head/audio/quimup/distinfo	Sat Oct 10 11:52:25 2015	(r398990)
+++ head/audio/quimup/distinfo	Sat Oct 10 12:15:58 2015	(r398991)
@@ -1,2 +1,2 @@
-SHA256 (quimup_1.3.2_src.tar.gz) = a47f9e1e5debcca573acb08ef20e0f41ff74affb3c5857883de8365d741580be
-SIZE (quimup_1.3.2_src.tar.gz) = 228123
+SHA256 (quimup_1.4.0_src.tar.gz) = b46f8ff651b9154a43cf90b005c160cbbddcc2fb8c6b17dfdee9b6c4a2e131ea
+SIZE (quimup_1.4.0_src.tar.gz) = 225621



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510101215.t9ACFwWG080810>