diff --git a/graphics/xpdf4/Makefile b/graphics/xpdf4/Makefile index 453cb55f5e67..af3e2eccd9a2 100644 --- a/graphics/xpdf4/Makefile +++ b/graphics/xpdf4/Makefile @@ -1,8 +1,8 @@ PORTNAME= xpdf -PORTVERSION= 4.02 +PORTVERSION= 4.03 PORTEPOCH= 1 CATEGORIES= graphics print -MASTER_SITES= https://xpdfreader-dl.s3.amazonaws.com/ +MASTER_SITES= https://dl.xpdfreader.com/ .if !defined(MASTERDIR) PKGNAMESUFFIX= 4 .endif diff --git a/graphics/xpdf4/distinfo b/graphics/xpdf4/distinfo index 599bb1558bea..cc460532f8cb 100644 --- a/graphics/xpdf4/distinfo +++ b/graphics/xpdf4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1570240487 -SHA256 (xpdf-4.02.tar.gz) = 52d51dc943b9614b8da66e8662b3031a3c82dc25bfc792eac6b438aa36d549a4 -SIZE (xpdf-4.02.tar.gz) = 912885 +TIMESTAMP = 1621238107 +SHA256 (xpdf-4.03.tar.gz) = 0fe4274374c330feaadcebb7bd7700cb91203e153b26aa95952f02bf130be846 +SIZE (xpdf-4.03.tar.gz) = 936046 diff --git a/graphics/xpdf4/files/patch-cmake-config.txt b/graphics/xpdf4/files/patch-cmake-config.txt index b0bc6a963dd0..10644617e651 100644 --- a/graphics/xpdf4/files/patch-cmake-config.txt +++ b/graphics/xpdf4/files/patch-cmake-config.txt @@ -8,15 +8,6 @@ option(NO_FONTCONFIG "disable support for libfontconfig" OFF) option(SYSTEM_XPDFRC "full path for system-wide xpdfrc file" "") if (SYSTEM_XPDFRC) -@@ -194,7 +195,7 @@ - find_package(Qt5Network) - find_package(Qt5PrintSupport) - else () -- find_package(Qt4 COMPONENTS QtCore QtGui QtNetwork REQUIRED) -+ find_package(Qt4 COMPONENTS QtCore QtGui QtNetwork) - endif () - if(Qt5Widgets_FOUND) - message(STATUS "Qt5 found") @@ -212,7 +213,7 @@ set(EXTRA_QT_LIBRARIES "-framework ApplicationServices") elseif (UNIX)