diff options
author | drochner <drochner@pkgsrc.org> | 2012-02-21 13:03:00 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-02-21 13:03:00 +0000 |
commit | 72e687dd46d28601eff54525b154bfb4b99e5b25 (patch) | |
tree | bf4cac6e8df9f4e7103bfb86bdf79db32d8ec744 /graphics/tiff | |
parent | 5ccc889a75801ed3d775c0a2eb7088c075eb4447 (diff) | |
download | pkgsrc-72e687dd46d28601eff54525b154bfb4b99e5b25.tar.gz |
-pull in xz/bl3 to avoid hidden dependency
-update to 4.0.1 -- this only adds symbol versioning support to ease
transition from 3.x to 4.x; this is not used in pkgsrc so the
update is purely cosmetical
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 7 | ||||
-rw-r--r-- | graphics/tiff/PLIST | 4 | ||||
-rw-r--r-- | graphics/tiff/buildlink3.mk | 3 | ||||
-rw-r--r-- | graphics/tiff/distinfo | 8 |
4 files changed, 12 insertions, 10 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index f4765330465..2d20ae933d9 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.102 2012/02/06 12:30:52 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2012/02/21 13:03:00 drochner Exp $ -DISTNAME= tiff-4.0.0 -PKGREVISION= 1 +DISTNAME= tiff-4.0.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://libtiff.maptools.org/dl/ @@ -37,5 +36,7 @@ post-install: .include "options.mk" .include "../../devel/zlib/buildlink3.mk" +# XXX for liblzma; there are more potential suppliers +.include "../../archivers/xz/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/tiff/PLIST b/graphics/tiff/PLIST index 8fa45e65e3e..781b8a444e0 100644 --- a/graphics/tiff/PLIST +++ b/graphics/tiff/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2012/02/06 12:30:52 wiz Exp $ +@comment $NetBSD: PLIST,v 1.15 2012/02/21 13:03:00 drochner Exp $ bin/bmp2tiff bin/fax2ps bin/fax2tiff @@ -230,4 +230,4 @@ share/doc/tiff/html/v3.8.2.html share/doc/tiff/html/v3.9.0beta.html share/doc/tiff/html/v3.9.1.html share/doc/tiff/html/v3.9.2.html -share/doc/tiff/html/v${PKGVERSION}.html +share/doc/tiff/html/v4.0.0.html diff --git a/graphics/tiff/buildlink3.mk b/graphics/tiff/buildlink3.mk index afa47c43688..41e1b956358 100644 --- a/graphics/tiff/buildlink3.mk +++ b/graphics/tiff/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.20 2012/02/07 07:54:45 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.21 2012/02/21 13:03:00 drochner Exp $ BUILDLINK_TREE+= tiff @@ -10,6 +10,7 @@ BUILDLINK_ABI_DEPENDS.tiff+= tiff>=4.0.0 BUILDLINK_PKGSRCDIR.tiff?= ../../graphics/tiff .include "../../devel/zlib/buildlink3.mk" +.include "../../archivers/xz/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .endif # TIFF_BUILDLINK3_MK diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index c221f18de45..3f00399c78d 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.53 2012/02/06 12:30:52 wiz Exp $ +$NetBSD: distinfo,v 1.54 2012/02/21 13:03:00 drochner Exp $ -SHA1 (tiff-4.0.0.tar.gz) = 85d85520fea40fc9291995a60e3d40cf980b5522 -RMD160 (tiff-4.0.0.tar.gz) = 82b27f00b48c74970faac6a4bb4a8a49a199e3b1 -Size (tiff-4.0.0.tar.gz) = 2008075 bytes +SHA1 (tiff-4.0.1.tar.gz) = 8baf382231c9051a1b3eb294581289aa21447171 +RMD160 (tiff-4.0.1.tar.gz) = abf98ab277edaee302b432dbcecfe68061dd91dc +Size (tiff-4.0.1.tar.gz) = 1991580 bytes SHA1 (patch-configure) = 0e86c6d69783333c03d6241e1824f68602f3c732 |