diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-27 16:31:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-27 16:31:40 +0800 |
commit | 3e7053999c7fe9fd7f145a6e6fc48010ec1bce3e (patch) | |
tree | 8fcacc025f0d05fb42210da83c6f3a5754d59154 | |
parent | 0e64a8205c2dc24de1a6eb1616e64c8c882c012b (diff) | |
download | freebsd-ports-gnome-3e7053999c7fe9fd7f145a6e6fc48010ec1bce3e.tar.gz freebsd-ports-gnome-3e7053999c7fe9fd7f145a6e6fc48010ec1bce3e.tar.zst freebsd-ports-gnome-3e7053999c7fe9fd7f145a6e6fc48010ec1bce3e.zip |
- File was rerolled
- Pass maintainership to submitter
Notes from Changelog:
* Fixed $prefix in make install
PR: 123134
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
-rw-r--r-- | graphics/tif22pnm/Makefile | 3 | ||||
-rw-r--r-- | graphics/tif22pnm/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/tif22pnm/Makefile b/graphics/tif22pnm/Makefile index 378ebab90dff..0011dfe37f1c 100644 --- a/graphics/tif22pnm/Makefile +++ b/graphics/tif22pnm/Makefile @@ -8,10 +8,11 @@ PORTNAME= tif22pnm PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.inf.bme.hu/~pts/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ganael.laplanche@martymac.com COMMENT= Converts TIFF- sampled images to PNM image LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ diff --git a/graphics/tif22pnm/distinfo b/graphics/tif22pnm/distinfo index cf4d646ba81d..1fadd855982c 100644 --- a/graphics/tif22pnm/distinfo +++ b/graphics/tif22pnm/distinfo @@ -1,3 +1,3 @@ -MD5 (tif22pnm-0.12.tar.gz) = faeb859e2e01653e6b9fd4db992c02a9 -SHA256 (tif22pnm-0.12.tar.gz) = 17e71455d2e4cd27042cae526b05b98aa2d43017dcad55e48cf7ad5785c8e25a -SIZE (tif22pnm-0.12.tar.gz) = 107567 +MD5 (tif22pnm-0.12.tar.gz) = 1d000aa7104669e7247448d1351ff132 +SHA256 (tif22pnm-0.12.tar.gz) = 4253f27d5578aeae8f88e75f41a205da8d2dc466d1efff39a3667a9ff55fb73a +SIZE (tif22pnm-0.12.tar.gz) = 107684 |