From owner-svn-ports-head@FreeBSD.ORG Tue Oct 8 22:07:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A959D9E7; Tue, 8 Oct 2013 22:07:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9681425F3; Tue, 8 Oct 2013 22:07:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r98M7KoI098209; Tue, 8 Oct 2013 22:07:20 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r98M7Knd098205; Tue, 8 Oct 2013 22:07:20 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201310082207.r98M7Knd098205@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 8 Oct 2013 22:07:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329838 - head/sysutils/qpxtool 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.14 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: Tue, 08 Oct 2013 22:07:20 -0000 Author: amdmi3 Date: Tue Oct 8 22:07:19 2013 New Revision: 329838 URL: http://svnweb.freebsd.org/changeset/ports/329838 Log: - Update to 0.7.2 - Support staging - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES - Pass maintainership to submitter PR: 182783 Submitted by: Horia Racoviceanu Modified: head/sysutils/qpxtool/Makefile head/sysutils/qpxtool/distinfo head/sysutils/qpxtool/pkg-plist Modified: head/sysutils/qpxtool/Makefile ============================================================================== --- head/sysutils/qpxtool/Makefile Tue Oct 8 21:06:26 2013 (r329837) +++ head/sysutils/qpxtool/Makefile Tue Oct 8 22:07:19 2013 (r329838) @@ -2,29 +2,23 @@ # $FreeBSD$ PORTNAME= qpxtool -DISTVERSION= 0.7.1_002 -PORTREVISION= 1 +PORTVERSION= 0.7.2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[^.]*$/.x/}/${DISTVERSION} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= horia@racoviceanu.com COMMENT= A GUI for testing CD/DVD quality and transfer rate -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png USE_BZIP2= yes -USE_GMAKE= yes -USE_QT4= qmake_build moc_build rcc_build linguist_build corelib gui network +USES= gmake +USE_QT4= qmake_build moc_build rcc_build linguist_build corelib gui network sql QT_NONSTANDARD= yes HAS_CONFIGURE= yes CONFIGURE_ENV= PREFIX=${PREFIX} USE_LDCONFIG= yes -MAN1= f1tattoo.1 cdvdcontrol.1 qscan.1 readdvd.1 qpxtool.1 qscand.1 -MAN8= pxfw.8 -MANCOMPRESSED= yes - -NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e 's|$$(QMAKE4)|& ${QMAKEFLAGS}|' \ ${WRKSRC}/gui/Makefile Modified: head/sysutils/qpxtool/distinfo ============================================================================== --- head/sysutils/qpxtool/distinfo Tue Oct 8 21:06:26 2013 (r329837) +++ head/sysutils/qpxtool/distinfo Tue Oct 8 22:07:19 2013 (r329838) @@ -1,2 +1,2 @@ -SHA256 (qpxtool-0.7.1_002.tar.bz2) = f77e41c494fbd046d609aec30f21dc8752f00853f8607d3825289ca332d0a2e0 -SIZE (qpxtool-0.7.1_002.tar.bz2) = 494438 +SHA256 (qpxtool-0.7.2.tar.bz2) = ac18e4a1b4cb616c0218d04ab5a7b02f53c84449d1d0f63aa3f712656992c526 +SIZE (qpxtool-0.7.2.tar.bz2) = 587694 Modified: head/sysutils/qpxtool/pkg-plist ============================================================================== --- head/sysutils/qpxtool/pkg-plist Tue Oct 8 21:06:26 2013 (r329837) +++ head/sysutils/qpxtool/pkg-plist Tue Oct 8 22:07:19 2013 (r329838) @@ -4,10 +4,14 @@ bin/qpxtool bin/qscan bin/qscand bin/readdvd +include/qpxtool/colors.h include/qpxtool/common_functions.h +include/qpxtool/csstables.h include/qpxtool/pioneer_spdctl.h include/qpxtool/plextor_features.h include/qpxtool/qpx_mmc.h +include/qpxtool/qpx_mmc_defs.h +include/qpxtool/qpx_opcodes.h include/qpxtool/qpx_scan.h include/qpxtool/qpx_scan_plugin_api.h include/qpxtool/qpx_transport.h @@ -39,11 +43,18 @@ lib/qpxtool/libqscan_nec.so lib/qpxtool/libqscan_pioneer.so lib/qpxtool/libqscan_plextor.so lib/qpxtool/libqscan_tsst.so +man/man1/cdvdcontrol.1.gz +man/man1/f1tattoo.1.gz +man/man1/qpxtool.1.gz +man/man1/qscan.1.gz +man/man1/qscand.1.gz +man/man1/readdvd.1.gz +man/man8/pxfw.8.gz sbin/pxfw share/applications/qpxtool.desktop share/pixmaps/qpxtool.png -%%DATADIR%%/locale/qpxtool.ru_RU.qm %%DATADIR%%/locale/qpxtool.de_DE.qm +%%DATADIR%%/locale/qpxtool.ru_RU.qm @dirrm %%DATADIR%%/locale @dirrm %%DATADIR%% @dirrmtry share/applications