Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2016 09:31:15 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422304 - in head/archivers/quazip: . files
Message-ID:  <201609170931.u8H9VFZC091800@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 +



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609170931.u8H9VFZC091800>