graphics/podofo: Update to 0.10.2

Changes:	https://github.com/podofo/podofo/releases
This commit is contained in:
Po-Chuan Hsieh 2023-11-02 15:33:56 +08:00
parent afba71e5c5
commit 7910c2591b
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 13 additions and 12 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= podofo
PORTVERSION= 0.10.1
PORTREVISION= 3
PORTVERSION= 0.10.2
CATEGORIES= graphics print
MAINTAINER= sunpoet@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1688132640
SHA256 (podofo-podofo-0.10.1_GH0.tar.gz) = 9b2bb5d54185a547e440413ca2e9ec3ea9c522fec81dfeb9a23dbc3d65fbaa55
SIZE (podofo-podofo-0.10.1_GH0.tar.gz) = 1690279
TIMESTAMP = 1698848702
SHA256 (podofo-podofo-0.10.2_GH0.tar.gz) = 565168132e8fbfcdbad4ea4c5567bcc57ebbffb4528f6273baf3f490a3cf7563
SIZE (podofo-podofo-0.10.2_GH0.tar.gz) = 1690362

View file

@ -1,16 +1,18 @@
--- CMakeLists.txt.orig 2023-06-29 08:54:06 UTC
--- CMakeLists.txt.orig 2023-10-29 16:21:49 UTC
+++ CMakeLists.txt
@@ -21,8 +21,8 @@ endif()
@@ -21,9 +21,10 @@ endif()
set(PODOFO_VERSION_MAJOR "0" CACHE STRING "Major part of podofo version number")
set(PODOFO_VERSION_MINOR "10" CACHE STRING "Minor part of podofo version number")
set(PODOFO_VERSION_PATCH "1" CACHE STRING "Patchlevel part of podofo version number")
set(PODOFO_VERSION_PATCH "2" CACHE STRING "Patchlevel part of podofo version number")
-set(PODOFO_VERSION "${PODOFO_VERSION_MAJOR}.${PODOFO_VERSION_MINOR}.${PODOFO_VERSION_PATCH}")
set(PODOFO_SOVERSION "2")
+set(PODOFO_VERSION "${PODOFO_SOVERSION}.${PODOFO_VERSION_MAJOR}.${PODOFO_VERSION_MINOR}.${PODOFO_VERSION_PATCH}")
+
#
# Main includes
@@ -149,6 +149,7 @@ else()
#
@@ -149,6 +150,7 @@ else()
message("Libidn not found. AES-256 Encryption support will be disabled")
endif()
@ -18,7 +20,7 @@
find_package(JPEG)
if(JPEG_FOUND)
@@ -157,7 +158,9 @@ if(JPEG_FOUND)
@@ -157,7 +159,9 @@ if(JPEG_FOUND)
else()
message("Libjpeg not found. JPEG support will be disabled")
endif()
@ -28,7 +30,7 @@
find_package(TIFF)
if(TIFF_FOUND)
@@ -166,7 +169,9 @@ if(TIFF_FOUND)
@@ -166,7 +170,9 @@ if(TIFF_FOUND)
else()
message("Libtiff not found. TIFF support will be disabled")
endif()
@ -38,7 +40,7 @@
find_package(PNG)
if(PNG_FOUND)
@@ -175,6 +180,7 @@ if(PNG_FOUND)
@@ -175,6 +181,7 @@ if(PNG_FOUND)
else()
message("LibPng not found. PNG support will be disabled")
set(PNG_LIBRARIES "")