View | Details | Raw Unified | Return to bug 255939
Collapse All | Expand All

(-)b/graphics/xpdf4/Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
PORTNAME=	xpdf
1
PORTNAME=	xpdf
2
PORTVERSION=	4.02
2
PORTVERSION=	4.03
3
PORTEPOCH=	1
3
PORTEPOCH=	1
4
CATEGORIES=	graphics print
4
CATEGORIES=	graphics print
5
MASTER_SITES=	https://xpdfreader-dl.s3.amazonaws.com/
5
MASTER_SITES=	https://dl.xpdfreader.com/
6
.if !defined(MASTERDIR)
6
.if !defined(MASTERDIR)
7
PKGNAMESUFFIX=	4
7
PKGNAMESUFFIX=	4
8
.endif
8
.endif
(-)b/graphics/xpdf4/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1570240487
1
TIMESTAMP = 1621238107
2
SHA256 (xpdf-4.02.tar.gz) = 52d51dc943b9614b8da66e8662b3031a3c82dc25bfc792eac6b438aa36d549a4
2
SHA256 (xpdf-4.03.tar.gz) = 0fe4274374c330feaadcebb7bd7700cb91203e153b26aa95952f02bf130be846
3
SIZE (xpdf-4.02.tar.gz) = 912885
3
SIZE (xpdf-4.03.tar.gz) = 936046
(-)b/graphics/xpdf4/files/patch-cmake-config.txt (-9 lines)
Lines 8-22 Link Here
8
 option(NO_FONTCONFIG "disable support for libfontconfig" OFF)
8
 option(NO_FONTCONFIG "disable support for libfontconfig" OFF)
9
 option(SYSTEM_XPDFRC "full path for system-wide xpdfrc file" "")
9
 option(SYSTEM_XPDFRC "full path for system-wide xpdfrc file" "")
10
 if (SYSTEM_XPDFRC)
10
 if (SYSTEM_XPDFRC)
11
@@ -194,7 +195,7 @@
12
   find_package(Qt5Network)
13
   find_package(Qt5PrintSupport)
14
 else ()
15
-  find_package(Qt4 COMPONENTS QtCore QtGui QtNetwork REQUIRED)
16
+  find_package(Qt4 COMPONENTS QtCore QtGui QtNetwork)
17
 endif ()
18
 if(Qt5Widgets_FOUND)
19
   message(STATUS "Qt5 found")
20
@@ -212,7 +213,7 @@
11
@@ -212,7 +213,7 @@
21
       set(EXTRA_QT_LIBRARIES "-framework ApplicationServices")
12
       set(EXTRA_QT_LIBRARIES "-framework ApplicationServices")
22
     elseif (UNIX)
13
     elseif (UNIX)

Return to bug 255939