Date: Sat, 04 Jul 2026 08:08:00 +0000 From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e5d03efa008d - main - graphics/graphite2: Update to 1.3.15 Message-ID: <6a48bf60.3f604.3c8bde46@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5d03efa008d0d82641e5eb0e9568cefdecc2ced commit e5d03efa008d0d82641e5eb0e9568cefdecc2ced Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2026-07-04 05:48:18 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2026-07-04 05:50:54 +0000 graphics/graphite2: Update to 1.3.15 * Remove LDFLAGS definition in port Makefile Changelog: https://github.com/silnrsi/graphite/releases/tag/1.3.15 PR: 296160 Approved by: maintainer timeout, 2+ weeks --- graphics/graphite2/Makefile | 9 ++++----- graphics/graphite2/distinfo | 6 +++--- graphics/graphite2/pkg-plist | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/graphics/graphite2/Makefile b/graphics/graphite2/Makefile index 7c4af44d5ef1..888308eeaffd 100644 --- a/graphics/graphite2/Makefile +++ b/graphics/graphite2/Makefile @@ -1,5 +1,5 @@ PORTNAME= graphite2 -DISTVERSION= 1.3.14 +DISTVERSION= 1.3.15 CATEGORIES= graphics print MASTER_SITES= https://github.com/silnrsi/graphite/releases/download/${DISTVERSION}/ @@ -12,13 +12,12 @@ LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>0:print/py-fonttools@${PY_FLAVOR} -LDFLAGS+= -Wl,--as-needed -USES= cmake compiler:c++11-lib cpe python:test tar:tgz -USE_LDCONFIG= yes +USES= cmake:testing compiler:c++11-lib cpe pathfix python:test tar:tgz CPE_VENDOR= sil +USE_LDCONFIG= yes -TEST_TARGET= test +CMAKE_OFF= BUILD_TESTING post-patch: @${REINPLACE_CMD} -e 's|/pkgconfig|data&|' ${WRKSRC}/CMakeLists.txt diff --git a/graphics/graphite2/distinfo b/graphics/graphite2/distinfo index 1accbb1fa530..25bba68ab26f 100644 --- a/graphics/graphite2/distinfo +++ b/graphics/graphite2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601274903 -SHA256 (graphite2-1.3.14.tgz) = f99d1c13aa5fa296898a181dff9b82fb25f6cc0933dbaa7a475d8109bd54209d -SIZE (graphite2-1.3.14.tgz) = 6630061 +TIMESTAMP = 1781861168 +SHA256 (graphite2-1.3.15.tgz) = c6bc8b4252724665297f7cad0c55897285c673f9b8e6db3522ace833593fe0b1 +SIZE (graphite2-1.3.15.tgz) = 13674849 diff --git a/graphics/graphite2/pkg-plist b/graphics/graphite2/pkg-plist index 941d0b6af5b7..b67cb69a84fc 100644 --- a/graphics/graphite2/pkg-plist +++ b/graphics/graphite2/pkg-plist @@ -5,7 +5,7 @@ include/graphite2/Segment.h include/graphite2/Types.h lib/libgraphite2.so lib/libgraphite2.so.3 -lib/libgraphite2.so.3.2.1 +lib/libgraphite2.so.3.3.1 libdata/pkgconfig/graphite2.pc %%DATADIR%%/graphite2-%%CMAKE_BUILD_TYPE%%.cmake %%DATADIR%%/graphite2.cmakehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a48bf60.3f604.3c8bde46>
