From owner-svn-ports-head@freebsd.org Mon May 9 17:05:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F0FCB34436; Mon, 9 May 2016 17:05:33 +0000 (UTC) (envelope-from olivierd@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 mx1.freebsd.org (Postfix) with ESMTPS id 42499165E; Mon, 9 May 2016 17:05:33 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u49H5WNB049936; Mon, 9 May 2016 17:05:32 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u49H5W5D049934; Mon, 9 May 2016 17:05:32 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201605091705.u49H5W5D049934@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 9 May 2016 17:05:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414868 - head/multimedia/qmmp X-SVN-Group: ports-head 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.22 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: Mon, 09 May 2016 17:05:33 -0000 Author: olivierd Date: Mon May 9 17:05:32 2016 New Revision: 414868 URL: https://svnweb.freebsd.org/changeset/ports/414868 Log: - Update to 0.9.9 [2] - Replace CFLAGS, and LDFLAGS by USES= localbase [2] - USES= desktop-file-utils uses only with DIR_ASSOC option [1] PR: 209245 Submitted by: (maintainer) [1], myself [2] Modified: head/multimedia/qmmp/Makefile head/multimedia/qmmp/distinfo Modified: head/multimedia/qmmp/Makefile ============================================================================== --- head/multimedia/qmmp/Makefile Mon May 9 16:47:45 2016 (r414867) +++ head/multimedia/qmmp/Makefile Mon May 9 17:05:32 2016 (r414868) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= qmmp -PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTVERSION= 0.9.9 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/ \ SF/qmmp-dev/${PORTNAME}/ @@ -14,7 +13,7 @@ LICENSE= GPLv2 CONFLICTS= ${PORTNAME}-qt5-1.* -USES= cmake:outsource desktop-file-utils pathfix pkgconfig tar:bzip2 +USES= cmake:outsource localbase pathfix pkgconfig tar:bzip2 USE_QT4= corelib gui network xml \ linguisttools_build moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes @@ -76,6 +75,7 @@ SKINNEDUI_CMAKE_OFF= -DUSE_SKINNED:BOOL= DIR_ASSOC_DESC= inode/directory mime type association DIR_ASSOC_CMAKE_ON= -DUSE_DIR_ASSOC:BOOL=TRUE DIR_ASSOC_CMAKE_OFF= -DUSE_DIR_ASSOC:BOOL=FALSE +DIR_ASSOC_USES= desktop-file-utils JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_BUILD_DEPENDS= jackit>=0.121.2:audio/jack @@ -324,8 +324,6 @@ INSTALLS_ICONS= yes CMAKE_ARGS+= -DUSE_FFMPEG_LEGACY:BOOL=FALSE \ -DCMAKE_REQUIRED_INCLUDES:PATH=${LOCALBASE}/include -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${GREP} -L '${LOCALBASE}/lib/oss' \ Modified: head/multimedia/qmmp/distinfo ============================================================================== --- head/multimedia/qmmp/distinfo Mon May 9 16:47:45 2016 (r414867) +++ head/multimedia/qmmp/distinfo Mon May 9 17:05:32 2016 (r414868) @@ -1,2 +1,2 @@ -SHA256 (qmmp-0.9.7.tar.bz2) = 339f260c8fac0c1ddcf4205b852724c0633e63a39d83ee1906b9661ef821bcdc -SIZE (qmmp-0.9.7.tar.bz2) = 1125295 +SHA256 (qmmp-0.9.9.tar.bz2) = 8159f877d3a0329d49e54d9c367b4a85e73c2a0c4eca4033a4ae8382e59a64f3 +SIZE (qmmp-0.9.9.tar.bz2) = 1125419