From owner-svn-ports-head@freebsd.org Tue Aug 14 16:40:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B617107DB69; Tue, 14 Aug 2018 16:40:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B42F379427; Tue, 14 Aug 2018 16:40:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 954B41E2C7; Tue, 14 Aug 2018 16:40:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7EGels7088049; Tue, 14 Aug 2018 16:40:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7EGek1C087994; Tue, 14 Aug 2018 16:40:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201808141640.w7EGek1C087994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Aug 2018 16:40:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477169 - in head/graphics/podofo: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/graphics/podofo: . files X-SVN-Commit-Revision: 477169 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2018 16:40:48 -0000 Author: sunpoet Date: Tue Aug 14 16:40:46 2018 New Revision: 477169 URL: https://svnweb.freebsd.org/changeset/ports/477169 Log: Update to 0.9.6 Modified: head/graphics/podofo/Makefile head/graphics/podofo/distinfo head/graphics/podofo/files/patch-CMakeLists.txt head/graphics/podofo/files/patch-src-CMakeLists.txt head/graphics/podofo/files/patch-test_TokenizerTest_CMakeLists.txt Modified: head/graphics/podofo/Makefile ============================================================================== --- head/graphics/podofo/Makefile Tue Aug 14 16:35:34 2018 (r477168) +++ head/graphics/podofo/Makefile Tue Aug 14 16:40:46 2018 (r477169) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= podofo -PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTVERSION= 0.9.6 CATEGORIES= graphics print MASTER_SITES= SF Modified: head/graphics/podofo/distinfo ============================================================================== --- head/graphics/podofo/distinfo Tue Aug 14 16:35:34 2018 (r477168) +++ head/graphics/podofo/distinfo Tue Aug 14 16:40:46 2018 (r477169) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494045852 -SHA256 (podofo-0.9.5.tar.gz) = 854981cb897ebc14bac854ea0f25305372261a48a205363fe1c61659ba7b5304 -SIZE (podofo-0.9.5.tar.gz) = 1160799 +TIMESTAMP = 1532975069 +SHA256 (podofo-0.9.6.tar.gz) = e9163650955ab8e4b9532e7aa43b841bac45701f7b0f9b793a98c8ca3ef14072 +SIZE (podofo-0.9.6.tar.gz) = 995898 Modified: head/graphics/podofo/files/patch-CMakeLists.txt ============================================================================== --- head/graphics/podofo/files/patch-CMakeLists.txt Tue Aug 14 16:35:34 2018 (r477168) +++ head/graphics/podofo/files/patch-CMakeLists.txt Tue Aug 14 16:40:46 2018 (r477169) @@ -1,14 +1,6 @@ ---- CMakeLists.txt.orig 2016-06-08 20:55:08 UTC +--- CMakeLists.txt.orig 2018-07-08 10:33:27 UTC +++ CMakeLists.txt -@@ -16,7 +16,6 @@ SET(PODOFO_VERSION_PATCH "4" CACHE STRIN - SET(PODOFO_SOVERSION "${PODOFO_VERSION_MAJOR}.${PODOFO_VERSION_MINOR}.${PODOFO_VERSION_PATCH}") - SET(PODOFO_LIBVERSION "${PODOFO_SOVERSION}") - -- - # - # Main includes - # -@@ -345,6 +344,7 @@ ELSE(LIBIDN_FOUND) +@@ -339,6 +339,7 @@ ELSE(LIBIDN_FOUND) MESSAGE("Libidn not found. AES-256 Encryption support will be disabled") ENDIF(LIBIDN_FOUND) @@ -16,7 +8,7 @@ FIND_PACKAGE(LIBJPEG) IF(LIBJPEG_FOUND) -@@ -354,7 +354,9 @@ IF(LIBJPEG_FOUND) +@@ -348,7 +349,9 @@ IF(LIBJPEG_FOUND) ELSE(LIBJPEG_FOUND) MESSAGE("Libjpeg not found. JPEG support will be disabled") ENDIF(LIBJPEG_FOUND) @@ -26,7 +18,7 @@ FIND_PACKAGE(TIFF) IF(TIFF_FOUND) -@@ -364,7 +366,9 @@ IF(TIFF_FOUND) +@@ -358,7 +361,9 @@ IF(TIFF_FOUND) ELSE(TIFF_FOUND) MESSAGE("Libtiff not found. TIFF support will be disabled") ENDIF(TIFF_FOUND) @@ -36,19 +28,23 @@ FIND_PACKAGE(PNG) IF(PNG_FOUND) -@@ -374,9 +378,11 @@ IF(PNG_FOUND) - ELSE(PNG_FOUND) +@@ -369,6 +374,7 @@ ELSE(PNG_FOUND) MESSAGE("LibPng not found. PNG support will be disabled") + SET(PNG_LIBRARIES "") ENDIF(PNG_FOUND) +ENDIF(WANT_PNG) + FIND_PACKAGE(UNISTRING) + +@@ -384,6 +390,7 @@ ENDIF(UNISTRING_FOUND) + IF(NOT PODOFO_BUILD_LIB_ONLY) +IF(WANT_CppUnit) FIND_PACKAGE(CppUnit) IF(CppUnit_FOUND) -@@ -386,6 +392,7 @@ IF(CppUnit_FOUND) +@@ -393,6 +400,7 @@ IF(CppUnit_FOUND) ELSE(CppUnit_FOUND) MESSAGE("Cppunit not found. No unit tests will be built.") ENDIF(CppUnit_FOUND) @@ -56,7 +52,7 @@ ENDIF(NOT PODOFO_BUILD_LIB_ONLY) -@@ -426,6 +433,7 @@ ELSE(WANT_FONTCONFIG) +@@ -433,6 +441,7 @@ ELSE(WANT_FONTCONFIG) ENDIF(WANT_FONTCONFIG) IF(NOT PODOFO_BUILD_LIB_ONLY) @@ -64,7 +60,7 @@ FIND_PACKAGE(LUA) IF(LUA_FOUND) # If we have lua, we can build podofoimpose. -@@ -437,6 +445,7 @@ IF(LUA_FOUND) +@@ -444,6 +453,7 @@ IF(LUA_FOUND) ELSE(LUA_FOUND) MESSAGE("Lua not found - PoDoFoImpose and PoDoFoColor will be built without Lua support") ENDIF(LUA_FOUND) @@ -72,7 +68,7 @@ ENDIF(NOT PODOFO_BUILD_LIB_ONLY) -@@ -510,7 +519,7 @@ SET(PODOFO_LIB +@@ -530,7 +540,7 @@ ENDIF(WIN32 OR PODOFO_BUILD_STATIC) # # Setup directories we will need # Modified: head/graphics/podofo/files/patch-src-CMakeLists.txt ============================================================================== --- head/graphics/podofo/files/patch-src-CMakeLists.txt Tue Aug 14 16:35:34 2018 (r477168) +++ head/graphics/podofo/files/patch-src-CMakeLists.txt Tue Aug 14 16:40:46 2018 (r477169) @@ -1,7 +1,7 @@ ---- src/CMakeLists.txt.orig 2016-04-21 20:19:17 UTC +--- src/CMakeLists.txt.orig 2018-03-11 11:42:20 UTC +++ src/CMakeLists.txt -@@ -268,8 +268,8 @@ IF(PODOFO_BUILD_STATIC) - ADD_LIBRARY(podofo_static STATIC ${PODOFO_BASE_SOURCES} ${PODOFO_DOC_SOURCES}) +@@ -263,8 +263,8 @@ IF(PODOFO_BUILD_STATIC) + ADD_LIBRARY(podofo_static STATIC ${PODOFO_BASE_SOURCES} ${PODOFO_DOC_SOURCES} ${PODOFO_HEADER_FILES}) TARGET_LINK_LIBRARIES(podofo_static ${PODOFO_LIB_DEPENDS}) SET_TARGET_PROPERTIES(podofo_static PROPERTIES - VERSION "${PODOFO_LIBVERSION}" @@ -11,7 +11,7 @@ CLEAN_DIRECT_OUTPUT 1 OUTPUT_NAME "podofo" COMPILE_FLAGS "-DBUILDING_PODOFO" -@@ -292,8 +292,8 @@ IF(PODOFO_BUILD_SHARED) +@@ -287,8 +287,8 @@ IF(PODOFO_BUILD_SHARED) # Visual Studio, since it produces invalid warnings about STL # use. SET_TARGET_PROPERTIES(podofo_shared PROPERTIES Modified: head/graphics/podofo/files/patch-test_TokenizerTest_CMakeLists.txt ============================================================================== --- head/graphics/podofo/files/patch-test_TokenizerTest_CMakeLists.txt Tue Aug 14 16:35:34 2018 (r477168) +++ head/graphics/podofo/files/patch-test_TokenizerTest_CMakeLists.txt Tue Aug 14 16:40:46 2018 (r477169) @@ -2,7 +2,7 @@ Prior to 3.12 cmake silently created an empty destinat --- test/TokenizerTest/CMakeLists.txt.orig 2007-09-16 09:33:38 UTC +++ test/TokenizerTest/CMakeLists.txt -@@ -7,5 +7,6 @@ ADD_DEPENDENCIES(TokenizerTest ${PODOFO_DEPEND_TARGET} +@@ -7,5 +7,6 @@ ADD_DEPENDENCIES(TokenizerTest ${PODOFO_ ADD_CUSTOM_COMMAND( TARGET TokenizerTest POST_BUILD