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
This commit is contained in:
parent
fd9319c3e8
commit
f4b9941ac7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422304
3 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= quazip
|
||||
PORTVERSION= 0.7.1
|
||||
PORTVERSION= 0.7.2
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue