diff --git a/print/libharu/Makefile b/print/libharu/Makefile index 74d345095d38..f0ef2946fe25 100644 --- a/print/libharu/Makefile +++ b/print/libharu/Makefile @@ -1,32 +1,31 @@ PORTNAME= libharu DISTVERSIONPREFIX= v -DISTVERSION= 2.4.3 +DISTVERSION= 2.4.4 CATEGORIES= print DIST_SUBDIR= ${PORTNAME} MAINTAINER= fluffy@FreeBSD.org COMMENT= Haru Free PDF Library WWW= http://libharu.org/ LICENSE= ZLIB LIB_DEPENDS= libpng.so:graphics/png USES= cmake USE_LDCONFIG= yes 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 diff --git a/print/libharu/distinfo b/print/libharu/distinfo index 70c54a01a823..bc2a4f15905d 100644 --- a/print/libharu/distinfo +++ b/print/libharu/distinfo @@ -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 diff --git a/print/libharu/pkg-plist b/print/libharu/pkg-plist index f7f5daa49051..4b5190dd7484 100644 --- a/print/libharu/pkg-plist +++ b/print/libharu/pkg-plist @@ -1,34 +1,37 @@ include/hpdf.h include/hpdf_3dmeasure.h include/hpdf_annotation.h include/hpdf_catalog.h include/hpdf_conf.h include/hpdf_config.h include/hpdf_consts.h include/hpdf_destination.h include/hpdf_doc.h include/hpdf_encoder.h include/hpdf_encrypt.h include/hpdf_encryptdict.h include/hpdf_error.h include/hpdf_exdata.h include/hpdf_ext_gstate.h include/hpdf_font.h include/hpdf_fontdef.h include/hpdf_gstate.h 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 include/hpdf_pages.h include/hpdf_pdfa.h include/hpdf_streams.h include/hpdf_types.h 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%%