diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-09-17 17:31:15 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-09-17 17:31:15 +0800 |
commit | 9c390820c5aa0d234c09407f428251669bf69128 (patch) | |
tree | 282816a9033c784693503ba2dddb84a7c6e1f339 /archivers/quazip | |
parent | 722dbbaeb90f62d335abb9024707cd5d01f61c3d (diff) | |
download | freebsd-ports-gnome-9c390820c5aa0d234c09407f428251669bf69128.tar.gz freebsd-ports-gnome-9c390820c5aa0d234c09407f428251669bf69128.tar.zst freebsd-ports-gnome-9c390820c5aa0d234c09407f428251669bf69128.zip |
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
Diffstat (limited to 'archivers/quazip')
-rw-r--r-- | archivers/quazip/Makefile | 2 | ||||
-rw-r--r-- | archivers/quazip/distinfo | 5 | ||||
-rw-r--r-- | archivers/quazip/files/patch-qztest_qztest.pro | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/archivers/quazip/Makefile b/archivers/quazip/Makefile index 8d672728d951..257a63f1f4f5 100644 --- a/archivers/quazip/Makefile +++ b/archivers/quazip/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quazip -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= archivers MASTER_SITES= SF diff --git a/archivers/quazip/distinfo b/archivers/quazip/distinfo index 3c261ec568b7..dc40848a90b7 100644 --- a/archivers/quazip/distinfo +++ b/archivers/quazip/distinfo @@ -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 diff --git a/archivers/quazip/files/patch-qztest_qztest.pro b/archivers/quazip/files/patch-qztest_qztest.pro index 9b1960fad4be..8bc5b7bf0f83 100644 --- a/archivers/quazip/files/patch-qztest_qztest.pro +++ b/archivers/quazip/files/patch-qztest_qztest.pro @@ -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 + |