qpxtool version 0.7.2 update Fix: - Change DISTVERSION to 0.7.2 - Add USE_QT4=sql - Update distinfo - Update pkg-plist Build log: https://redports.org/buildarchive/20131007050331-13719/ Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 Over to maintainer (via the GNATS Auto Assign Tool)
* Horia Racoviceanu (horia@racoviceanu.com) wrote: Would you like to maintain it? I no longer use an optical drive and cannot test it properly, so it likely needs another maintainer. Anyway, ready to commit, with some additions (staging support, cosmetic fixes): --- qpxtool.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 329714) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $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} @@ -10,21 +9,16 @@ MAINTAINER= amdmi3@FreeBSD.org 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 Index: distinfo =================================================================== --- distinfo (revision 329714) +++ distinfo (working copy) @@ -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 Index: pkg-plist =================================================================== --- pkg-plist (revision 329714) +++ pkg-plist (working copy) @@ -4,10 +4,14 @@ 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_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.de_DE.qm %%DATADIR%%/locale/qpxtool.ru_RU.qm -%%DATADIR%%/locale/qpxtool.de_DE.qm @dirrm %%DATADIR%%/locale @dirrm %%DATADIR%% @dirrmtry share/applications --- qpxtool.patch ends here --- -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
I'll maintain it. Thank you. On Tue, Oct 8, 2013 at 8:13 AM, Dmitry Marakasov <amdmi3@amdmi3.ru> wrote: > Would you like to maintain it? I no longer use an optical drive and > cannot test it properly, so it likely needs another maintainer.
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 <horia@racoviceanu.com> 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!