diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 2e1c4141c482..06e5afc13308 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,58 +1,58 @@ PORTNAME= png -DISTVERSION= 1.6.43 +DISTVERSION= 1.6.44 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}16/${DISTVERSION}/ PATCH_SITES= SF/lib${PORTNAME}-apng/lib${PORTNAME}16/${DISTVERSION}/ # Keep this because you normally need to keep patch version in sync with release DISTNAME= lib${PORTNAME}-${DISTVERSION} MAINTAINER= desktop@FreeBSD.org COMMENT= Library for manipulating PNG images WWW= http://www.libpng.org/pub/png/libpng.html LICENSE= Libpng LICENSE_GROUPS= FSF GPL OSI LICENSE_NAME= libpng License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= cmake:testing cpe pathfix tar:xz CPE_PRODUCT= libpng USE_LDCONFIG= yes CMAKE_OFF= PNG_TESTS CMAKE_TESTING_ON= PNG_TESTS OPTIONS_DEFINE= APNG SIMD OPTIONS_DEFAULT=APNG OPTIONS_DEFAULT_aarch64= SIMD OPTIONS_DEFAULT_amd64= SIMD OPTIONS_DEFAULT_powerpc64le= SIMD # arm/arm_init.c:43:6: error: "No support for run-time ARM Neon checking; use compile-time options" .ifdef QEMU_EMULATING OPTIONS_EXCLUDE_armv6= SIMD OPTIONS_EXCLUDE_armv7= SIMD .endif APNG_DESC=Enable Animated PNG support SIMD_CMAKE_BOOL= PNG_HARDWARE_OPTIMIZATIONS .include .if ${ARCH} == powerpc64 && ${PORT_OPTIONS:MSIMD} USES+= compiler:c11 CFLAGS+= -maltivec -mvsx .endif .if ${PORT_OPTIONS:MAPNG} || make(makesum) #PATCHFILES= ${DISTNAME}-apng.patch.gz:-p1 # Keep this because you normally need to keep patch version in sync with release PATCHFILES= lib${PORTNAME}-${DISTVERSION}-apng.patch.gz:-p1 .endif post-patch: @${REINPLACE_CMD} -e 's|PNG_DEBUG_POSTFIX "d"|PNG_DEBUG_POSTFIX ""|g' \ ${PATCH_WRKSRC}/CMakeLists.txt .include diff --git a/graphics/png/distinfo b/graphics/png/distinfo index ed8b521d9217..b957142fba62 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1708866338 -SHA256 (libpng-1.6.43.tar.xz) = 6a5ca0652392a2d7c9db2ae5b40210843c0bbc081cbd410825ab00cc59f14a6c -SIZE (libpng-1.6.43.tar.xz) = 1044076 -SHA256 (libpng-1.6.43-apng.patch.gz) = d107579e90d55386d00e6086ea750942f22a04b9ab476bba0c660770cefafe22 -SIZE (libpng-1.6.43-apng.patch.gz) = 10861 +TIMESTAMP = 1726338151 +SHA256 (libpng-1.6.44.tar.xz) = 60c4da1d5b7f0aa8d158da48e8f8afa9773c1c8baa5d21974df61f1886b8ce8e +SIZE (libpng-1.6.44.tar.xz) = 1045640 +SHA256 (libpng-1.6.44-apng.patch.gz) = 17d2e51f2bc93f4a22070b35fddd3655a4ec1a90ba8b7db2bffde7afc8d76dd3 +SIZE (libpng-1.6.44-apng.patch.gz) = 10841 diff --git a/graphics/png/pkg-plist b/graphics/png/pkg-plist index bc3c3241d135..1a7eb701185f 100644 --- a/graphics/png/pkg-plist +++ b/graphics/png/pkg-plist @@ -1,23 +1,27 @@ bin/libpng-config bin/libpng16-config bin/png-fix-itxt bin/pngfix include/libpng16/png.h include/libpng16/pngconf.h include/libpng16/pnglibconf.h include/png.h include/pngconf.h include/pnglibconf.h +lib/cmake/PNG/PNGConfig.cmake +lib/cmake/PNG/PNGConfigVersion.cmake +lib/cmake/PNG/PNGTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/PNG/PNGTargets.cmake lib/libpng.a lib/libpng.so lib/libpng/libpng16-%%CMAKE_BUILD_TYPE%%.cmake lib/libpng/libpng16.cmake lib/libpng16.a lib/libpng16.so lib/libpng16.so.16 -lib/libpng16.so.16.43.0 +lib/libpng16.so.16.44.0 libdata/pkgconfig/libpng.pc libdata/pkgconfig/libpng16.pc share/man/man3/libpng.3.gz share/man/man3/libpngpf.3.gz share/man/man5/png.5.gz