From owner-svn-ports-head@freebsd.org Sat Feb 3 04:29:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C6CAEE6452; Sat, 3 Feb 2018 04:29:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0C777231A; Sat, 3 Feb 2018 04:29:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABC3F25A6B; Sat, 3 Feb 2018 04:29:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w134T4H4026021; Sat, 3 Feb 2018 04:29:04 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w134T4EU026019; Sat, 3 Feb 2018 04:29:04 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201802030429.w134T4EU026019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 3 Feb 2018 04:29:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460771 - head/audio/quimup X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/audio/quimup X-SVN-Commit-Revision: 460771 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2018 04:29:05 -0000 Author: swills Date: Sat Feb 3 04:29:04 2018 New Revision: 460771 URL: https://svnweb.freebsd.org/changeset/ports/460771 Log: audio/quimup: update to 1.4.3 PR: 225563 Submitted by: Chris (maintainer) Modified: head/audio/quimup/Makefile (contents, props changed) head/audio/quimup/distinfo (contents, props changed) Modified: head/audio/quimup/Makefile ============================================================================== --- head/audio/quimup/Makefile Sat Feb 3 04:19:19 2018 (r460770) +++ head/audio/quimup/Makefile Sat Feb 3 04:29:04 2018 (r460771) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= quimup -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME} -DISTNAME= ${PORTNAME}%20${PORTVERSION}_source +DISTNAME= ${PORTNAME}_${PORTVERSION}_source MAINTAINER= cmangin@arobas.net COMMENT= Qt5 client for MPD (the Music Player Daemon) @@ -16,11 +16,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ libtag.so:audio/taglib -WRKSRC= ${WRKDIR}/${PORTNAME}\ ${PORTVERSION} +WRKSRC= ${WRKDIR}/Quimup_${PORTVERSION} -USES= pkgconfig qmake +USES= pkgconfig qmake compiler:c++11-lang USE_QT5= core gui network widgets buildtools_build USE_GL= gl + +CXXFLAGS+= -std=c++11 PLIST_FILES= bin/quimup \ share/pixmaps/quimup.png Modified: head/audio/quimup/distinfo ============================================================================== --- head/audio/quimup/distinfo Sat Feb 3 04:19:19 2018 (r460770) +++ head/audio/quimup/distinfo Sat Feb 3 04:29:04 2018 (r460771) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502487093 -SHA256 (quimup%201.4.2_source.tar.gz) = 5a29a813eff8db1dbe95342527f5b9ea25b88a41c6cb68b2a1ed5a438a9a52c2 -SIZE (quimup%201.4.2_source.tar.gz) = 233404 +TIMESTAMP = 1517267675 +SHA256 (quimup_1.4.3_source.tar.gz) = dac47b4c0f458e1a020f2c70d4291ad6bcf85041e6a26f1d011d6542aa3fdc33 +SIZE (quimup_1.4.3_source.tar.gz) = 587260