svn commit: r542424 - head/graphics/libspng
Tobias Kortkamp
tobik at FreeBSD.org
Fri Jul 17 10:14:10 UTC 2020
Author: tobik
Date: Fri Jul 17 10:14:09 2020
New Revision: 542424
URL: https://svnweb.freebsd.org/changeset/ports/542424
Log:
graphics/libspng: Update to v0.6.0
Changes: https://github.com/randy408/libspng/releases/tag/v0.6.0
Modified:
head/graphics/libspng/Makefile
head/graphics/libspng/distinfo
head/graphics/libspng/pkg-plist
Modified: head/graphics/libspng/Makefile
==============================================================================
--- head/graphics/libspng/Makefile Fri Jul 17 10:12:25 2020 (r542423)
+++ head/graphics/libspng/Makefile Fri Jul 17 10:14:09 2020 (r542424)
@@ -1,9 +1,9 @@
# $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 at FreeBSD.org
COMMENT= Simple PNG decoding and encoding library
@@ -11,7 +11,9 @@ 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
Modified: head/graphics/libspng/distinfo
==============================================================================
--- head/graphics/libspng/distinfo Fri Jul 17 10:12:25 2020 (r542423)
+++ head/graphics/libspng/distinfo Fri Jul 17 10:14:09 2020 (r542424)
@@ -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
Modified: head/graphics/libspng/pkg-plist
==============================================================================
--- head/graphics/libspng/pkg-plist Fri Jul 17 10:12:25 2020 (r542423)
+++ head/graphics/libspng/pkg-plist Fri Jul 17 10:14:09 2020 (r542424)
@@ -1,5 +1,6 @@
include/spng.h
lib/libspng.so
+lib/libspng.so.0
lib/libspng.so.%%SOVERSION%%
libdata/pkgconfig/spng.pc
%%PORTDOCS%%%%DOCSDIR%%/api.md
More information about the svn-ports-all
mailing list