print/libharu: update to 2.4.4 release (+)

Changelog:	https://github.com/libharu/libharu/releases/tag/v2.4.4
This commit is contained in:
Dima Panov 2023-09-22 01:14:48 +03:00
parent 269b9d396f
commit 974bc1624e
No known key found for this signature in database
GPG Key ID: FB8BA09DD5398F29
3 changed files with 10 additions and 8 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= libharu
DISTVERSIONPREFIX= v
DISTVERSION= 2.4.3
DISTVERSION= 2.4.4
CATEGORIES= print
DIST_SUBDIR= ${PORTNAME}
@ -19,14 +19,13 @@ USE_GITHUB= yes
OPTIONS_DEFINE= EXAMPLES
SOVERSION= 2
PLIST_SUB+= SOVERSION=${SOVERSION}
PLIST_SUB+= SHL3=${PORTVERSION} SHL2=${PORTVERSION:R} SHL1=${PORTVERSION:R:R}
PORTEXAMPLES= *
EXAMPLES_CMAKE_ON= -DLIBHPDF_EXAMPLES:BOOL=ON \
-DEXAMPLESDIR:STRING=share/examples/${PORTNAME}
post-install:
${LN} -s libhpdf.so ${STAGEDIR}${PREFIX}/lib/libhpdf.so.${SOVERSION}
${LN} -s libhpdf.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libhpdf.so.${PORTVERSION:R:R}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1665770182
SHA256 (libharu/libharu-libharu-v2.4.3_GH0.tar.gz) = a2c3ae4261504a0fda25b09e7babe5df02b21803dd1308fdf105588f7589d255
SIZE (libharu/libharu-libharu-v2.4.3_GH0.tar.gz) = 1411024
TIMESTAMP = 1695213129
SHA256 (libharu/libharu-libharu-v2.4.4_GH0.tar.gz) = 227ab0ae62979ad65c27a9bc36d85aa77794db3375a0a30af18acdf4d871aee6
SIZE (libharu/libharu-libharu-v2.4.4_GH0.tar.gz) = 1411606

View File

@ -20,6 +20,7 @@ include/hpdf_image.h
include/hpdf_info.h
include/hpdf_list.h
include/hpdf_mmgr.h
include/hpdf_namedict.h
include/hpdf_objects.h
include/hpdf_outline.h
include/hpdf_page_label.h
@ -31,4 +32,6 @@ include/hpdf_u3d.h
include/hpdf_utils.h
include/hpdf_version.h
lib/libhpdf.so
lib/libhpdf.so.%%SOVERSION%%
lib/libhpdf.so.%%SHL1%%
lib/libhpdf.so.%%SHL2%%
lib/libhpdf.so.%%SHL3%%