Date: Sat, 6 May 2017 14:49:12 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440267 - head/graphics/pngwriter Message-ID: <201705061449.v46EnCO4096878@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sat May 6 14:49:12 2017 New Revision: 440267 URL: https://svnweb.freebsd.org/changeset/ports/440267 Log: Update to 0.6.0. Also adjust LICENSE to what it actually is. Modified: head/graphics/pngwriter/Makefile head/graphics/pngwriter/distinfo Modified: head/graphics/pngwriter/Makefile ============================================================================== --- head/graphics/pngwriter/Makefile Sat May 6 14:45:20 2017 (r440266) +++ head/graphics/pngwriter/Makefile Sat May 6 14:49:12 2017 (r440267) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= pngwriter -PORTVERSION= 0.5.5 +PORTVERSION= 0.6.0 CATEGORIES= graphics devel MAINTAINER= rakuco@FreeBSD.org COMMENT= C++ library for creating PNG images -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/LICENSE LIB_DEPENDS= libpng.so:graphics/png \ Modified: head/graphics/pngwriter/distinfo ============================================================================== --- head/graphics/pngwriter/distinfo Sat May 6 14:45:20 2017 (r440266) +++ head/graphics/pngwriter/distinfo Sat May 6 14:49:12 2017 (r440267) @@ -1,2 +1,3 @@ -SHA256 (pngwriter-pngwriter-0.5.5_GH0.tar.gz) = ad9d061ddafb8da25f29f2ee552f410e59f34fbf3b9984168fa364d7a993ee8d -SIZE (pngwriter-pngwriter-0.5.5_GH0.tar.gz) = 549677 +TIMESTAMP = 1494082079 +SHA256 (pngwriter-pngwriter-0.6.0_GH0.tar.gz) = 5107c6be0bfadf76ba4d01a553f7e060b5a7763ca7d9374ef3e7e59746b3911e +SIZE (pngwriter-pngwriter-0.6.0_GH0.tar.gz) = 571576
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705061449.v46EnCO4096878>