From owner-svn-ports-head@freebsd.org Sat Sep 17 09:31:16 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 86CC5BDDB37; Sat, 17 Sep 2016 09:31:16 +0000 (UTC) (envelope-from tcberner@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 3D9FDE47; Sat, 17 Sep 2016 09:31:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8H9VF7n091804; Sat, 17 Sep 2016 09:31:15 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8H9VFZC091800; Sat, 17 Sep 2016 09:31:15 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201609170931.u8H9VFZC091800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 17 Sep 2016 09:31:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422304 - in head/archivers/quazip: . files 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.23 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, 17 Sep 2016 09:31:16 -0000 Author: tcberner Date: Sat Sep 17 09:31:15 2016 New Revision: 422304 URL: https://svnweb.freebsd.org/changeset/ports/422304 Log: Update archivers/quazip and archivers/quazip-qt5 to 0.7.2 [The previous commit r22303 skipped archives/quazip] * archivers/quazip Regenerate the qztest.pro patch for archivers/quazip * archivers/quazip-qt5 Drop the coinstallability patch as it is now part of the release Add upstreamed patch by rakuco@ to fix linking Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7726 Modified: head/archivers/quazip/Makefile head/archivers/quazip/distinfo head/archivers/quazip/files/patch-qztest_qztest.pro Modified: head/archivers/quazip/Makefile ============================================================================== --- head/archivers/quazip/Makefile Sat Sep 17 09:21:42 2016 (r422303) +++ head/archivers/quazip/Makefile Sat Sep 17 09:31:15 2016 (r422304) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quazip -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= archivers MASTER_SITES= SF Modified: head/archivers/quazip/distinfo ============================================================================== --- head/archivers/quazip/distinfo Sat Sep 17 09:21:42 2016 (r422303) +++ head/archivers/quazip/distinfo Sat Sep 17 09:31:15 2016 (r422304) @@ -1,2 +1,3 @@ -SHA256 (quazip-0.7.1.tar.gz) = 78c984103555c51e6f7ef52e3a2128e2beb9896871b2cc4d4dbd4d64bff132de -SIZE (quazip-0.7.1.tar.gz) = 390629 +TIMESTAMP = 1472674368 +SHA256 (quazip-0.7.2.tar.gz) = 91d827fbcafd099ae814cc18a8dd3bb709da6b8a27c918ee1c6c03b3f29440f4 +SIZE (quazip-0.7.2.tar.gz) = 466915 Modified: head/archivers/quazip/files/patch-qztest_qztest.pro ============================================================================== --- head/archivers/quazip/files/patch-qztest_qztest.pro Sat Sep 17 09:21:42 2016 (r422303) +++ head/archivers/quazip/files/patch-qztest_qztest.pro Sat Sep 17 09:31:15 2016 (r422304) @@ -1,9 +1,9 @@ ---- qztest/qztest.pro.orig 2014-02-10 18:04:08 UTC +--- qztest/qztest.pro.orig 2016-03-01 15:20:57 UTC +++ qztest/qztest.pro -@@ -40,7 +40,10 @@ MOC_DIR = .moc - +@@ -43,7 +43,10 @@ MOC_DIR = .moc win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../quazip/release/ -lquazip - else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../quazip/debug/ -lquazip + else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../quazip/debug/ -lquazipd + else:mac:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../quazip/debug/ -lquazip_debug -else:unix: LIBS += -L$$OUT_PWD/../quazip/ -lquazip +else:unix: LIBS += -L$$OUT_PWD/../quazip/ -lquazip $$join(QMAKE_LIBDIR, " -L", -L) -L$$QMAKE_LIBDIR_QT +