Index: head/graphics/libspng/Makefile =================================================================== --- head/graphics/libspng/Makefile (revision 542423) +++ head/graphics/libspng/Makefile (revision 542424) @@ -1,25 +1,27 @@ # $FreeBSD$ PORTNAME= libspng -DISTVERSION= 0.5.0 +DISTVERSIONPREFIX= v +DISTVERSION= 0.6.0 CATEGORIES= graphics -MASTER_SITES= https://gitlab.com/randy408/libspng/uploads/3d980bac86c51368f40af2f1ac79a057/ MAINTAINER= tobik@FreeBSD.org COMMENT= Simple PNG decoding and encoding library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= meson pkgconfig tar:xz +USES= meson pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= randy408 USE_LDCONFIG= yes MESON_ARGS= -Denable_opt=false PLIST_SUB= SOVERSION=${DISTVERSION} OPTIONS_DEFINE= DOCS post-install-DOCS-on: @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include Index: head/graphics/libspng/distinfo =================================================================== --- head/graphics/libspng/distinfo (revision 542423) +++ head/graphics/libspng/distinfo (revision 542424) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566396053 -SHA256 (libspng-0.5.0.tar.xz) = 220a653802559943ae43fd48f03ba6ff3935a5243766d9ee5ff905240d4399a7 -SIZE (libspng-0.5.0.tar.xz) = 98620 +TIMESTAMP = 1594667690 +SHA256 (randy408-libspng-v0.6.0_GH0.tar.gz) = 81fea8d8a2e0c8aa51769605ad0e49a682e88697c6b5b60105f5c3806efaa3a3 +SIZE (randy408-libspng-v0.6.0_GH0.tar.gz) = 131444 Index: head/graphics/libspng/pkg-plist =================================================================== --- head/graphics/libspng/pkg-plist (revision 542423) +++ head/graphics/libspng/pkg-plist (revision 542424) @@ -1,13 +1,14 @@ include/spng.h lib/libspng.so +lib/libspng.so.0 lib/libspng.so.%%SOVERSION%% libdata/pkgconfig/spng.pc %%PORTDOCS%%%%DOCSDIR%%/api.md %%PORTDOCS%%%%DOCSDIR%%/build.md %%PORTDOCS%%%%DOCSDIR%%/chunk.md %%PORTDOCS%%%%DOCSDIR%%/context.md %%PORTDOCS%%%%DOCSDIR%%/decode.md %%PORTDOCS%%%%DOCSDIR%%/errors.md %%PORTDOCS%%%%DOCSDIR%%/index.md %%PORTDOCS%%%%DOCSDIR%%/usage.md %%PORTDOCS%%%%DOCSDIR%%/version.md