aboutsummaryrefslogtreecommitdiff
path: root/graphics/pdfpc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2018-05-03 09:11:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2018-05-03 09:11:23 +0000
commit4b369c2cfcc4c7f4d297fcc9c9c7b0de72a5e752 (patch)
treeedd6889ac5a4658f9a8bca4433923b68470528a5 /graphics/pdfpc
parent1a184d3804779a8541cbcaf0a8eefb6632d52c24 (diff)
downloadports-4b369c2cfcc4c7f4d297fcc9c9c7b0de72a5e752.tar.gz
ports-4b369c2cfcc4c7f4d297fcc9c9c7b0de72a5e752.zip
Notes
Diffstat (limited to 'graphics/pdfpc')
-rw-r--r--graphics/pdfpc/Makefile3
-rw-r--r--graphics/pdfpc/distinfo6
-rw-r--r--graphics/pdfpc/files/patch-src_CMakeLists.txt25
3 files changed, 4 insertions, 30 deletions
diff --git a/graphics/pdfpc/Makefile b/graphics/pdfpc/Makefile
index 79e550111bca..faf79cab87ab 100644
--- a/graphics/pdfpc/Makefile
+++ b/graphics/pdfpc/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= pdfpc
-DISTVERSION= 4.1
-PORTREVISION= 1
+DISTVERSION= 4.1.1
CATEGORIES= graphics
DISTVERSIONPREFIX= v
diff --git a/graphics/pdfpc/distinfo b/graphics/pdfpc/distinfo
index df7bd7926867..287240d3d3b9 100644
--- a/graphics/pdfpc/distinfo
+++ b/graphics/pdfpc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509370570
-SHA256 (pdfpc-pdfpc-v4.1_GH0.tar.gz) = aee684cc4b6cd8f2f83196ebd42608b9917104c9b1572985797daf1ae68e5454
-SIZE (pdfpc-pdfpc-v4.1_GH0.tar.gz) = 95802
+TIMESTAMP = 1525337407
+SHA256 (pdfpc-pdfpc-v4.1.1_GH0.tar.gz) = 8666a8096162f208fcb6d98799c775ced742a3f414ce1a606a42c66648fa7b85
+SIZE (pdfpc-pdfpc-v4.1.1_GH0.tar.gz) = 96995
diff --git a/graphics/pdfpc/files/patch-src_CMakeLists.txt b/graphics/pdfpc/files/patch-src_CMakeLists.txt
deleted file mode 100644
index cd75fe6bde88..000000000000
--- a/graphics/pdfpc/files/patch-src_CMakeLists.txt
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/CMakeLists.txt.orig 2017-10-30 08:51:03 UTC
-+++ src/CMakeLists.txt
-@@ -50,8 +50,22 @@ include_directories(
- ${CMAKE_CURRENT_SOURCE_DIR}
- )
-
-+link_directories(
-+ ${GOBJECT_LIBRARY_DIRS}
-+ ${GIO_LIBRARY_DIRS}
-+ ${GEE_LIBRARY_DIRS}
-+ ${POPPLER_LIBRARY_DIRS}
-+ ${GTK_LIBRARY_DIRS}
-+ ${GTHREAD_LIBRARY_DIRS}
-+ ${PANGOCAIRO_LIBRARY_DIRS}
-+ ${GSTREAMER_LIBRARY_DIRS}
-+ ${GSTINTERFACES_LIBRARY_DIRS}
-+ ${GSTVIDEO_LIBRARY_DIRS}
-+)
-+
- if(${WITH_X11})
- include_directories(${X11_INCLUDE_DIRS})
-+ link_directories(${X11_LIBRARY_DIRS})
- set(ADDITIONAL_LIBS ${X11_LIBRARIES})
- endif()
-