diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-05-06 22:49:12 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-05-06 22:49:12 +0800 |
commit | 689a591922a09e44db9ea34d8c2f1471f04bb109 (patch) | |
tree | cd19dec44d02b8ed9c48625986d148d005172e67 /graphics/pngwriter | |
parent | e1b7354218bec207ad7b335b890b2dcc1e29e42e (diff) | |
download | freebsd-ports-gnome-689a591922a09e44db9ea34d8c2f1471f04bb109.tar.gz freebsd-ports-gnome-689a591922a09e44db9ea34d8c2f1471f04bb109.tar.zst freebsd-ports-gnome-689a591922a09e44db9ea34d8c2f1471f04bb109.zip |
Update to 0.6.0.
Also adjust LICENSE to what it actually is.
Diffstat (limited to 'graphics/pngwriter')
-rw-r--r-- | graphics/pngwriter/Makefile | 4 | ||||
-rw-r--r-- | graphics/pngwriter/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/pngwriter/Makefile b/graphics/pngwriter/Makefile index 761cf424ca93..7c584ab4c2d0 100644 --- a/graphics/pngwriter/Makefile +++ b/graphics/pngwriter/Makefile @@ -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 \ diff --git a/graphics/pngwriter/distinfo b/graphics/pngwriter/distinfo index 344e2694a9c1..afd0b718d366 100644 --- a/graphics/pngwriter/distinfo +++ b/graphics/pngwriter/distinfo @@ -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 |