Date: Mon, 7 Oct 2013 06:40:58 GMT From: Horia Racoviceanu <horia@racoviceanu.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/182783: Port sysutils/qpxtool version 0.7.2 update [patch] Message-ID: <201310070640.r976ew4N022579@oldred.freebsd.org> Resent-Message-ID: <201310070650.r976o04l013070@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 182783 >Category: ports >Synopsis: Port sysutils/qpxtool version 0.7.2 update [patch] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 07 06:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Horia Racoviceanu >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: FreeBSD horia.lan 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:34:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: qpxtool version 0.7.2 update >How-To-Repeat: >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: diff -ruN qpxtool-orig/Makefile qpxtool/Makefile --- qpxtool-orig/Makefile 2013-09-20 19:05:58.000000000 -0400 +++ qpxtool/Makefile 2013-10-07 00:35:22.000000000 -0400 @@ -2,8 +2,7 @@ # $FreeBSD: sysutils/qpxtool/Makefile 327772 2013-09-20 23:05:58Z bapt $ PORTNAME= qpxtool -DISTVERSION= 0.7.1_002 -PORTREVISION= 1 +DISTVERSION= 0.7.2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[^.]*$/.x/}/${DISTVERSION} @@ -14,7 +13,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_QT4= qmake_build moc_build rcc_build linguist_build corelib gui network +USE_QT4= qmake_build moc_build rcc_build linguist_build corelib gui network sql QT_NONSTANDARD= yes HAS_CONFIGURE= yes CONFIGURE_ENV= PREFIX=${PREFIX} diff -ruN qpxtool-orig/distinfo qpxtool/distinfo --- qpxtool-orig/distinfo 2012-07-14 10:29:18.000000000 -0400 +++ qpxtool/distinfo 2013-10-07 00:36:01.000000000 -0400 @@ -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 diff -ruN qpxtool-orig/pkg-plist qpxtool/pkg-plist --- qpxtool-orig/pkg-plist 2012-07-14 10:29:18.000000000 -0400 +++ qpxtool/pkg-plist 2013-10-07 00:37:39.000000000 -0400 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310070640.r976ew4N022579>