From a99ec29317361e68d815b01feb4265e70b4efcba Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Fri, 9 Aug 2024 22:20:11 -0400 Subject: [PATCH] tiff4: Bump version, disable devel provides. --- media-libs/tiff/tiff4-4.4.0.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/tiff/tiff4-4.4.0.recipe b/media-libs/tiff/tiff4-4.4.0.recipe index 48fd831df..6303f69d3 100644 --- a/media-libs/tiff/tiff4-4.4.0.recipe +++ b/media-libs/tiff/tiff4-4.4.0.recipe @@ -7,7 +7,7 @@ HOMEPAGE="http://www.libtiff.org/" COPYRIGHT="1988-1997 Sam Leffler 1991-1997 Silicon Graphics, Inc." LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://download.osgeo.org/libtiff/tiff-$portVersion.tar.gz" CHECKSUM_SHA256="917223b37538959aca3b790d2d73aa6e626b688e02dcda272aec24c2f498abed" SOURCE_DIR="tiff-$portVersion" @@ -32,8 +32,8 @@ REQUIRES=" PROVIDES_devel=" tiff4${secondaryArchSuffix}_devel = $portVersionCompat - devel:libtiff$secondaryArchSuffix = $libVersionCompat - devel:libtiffxx$secondaryArchSuffix = $libVersionCompat +# devel:libtiff$secondaryArchSuffix = $libVersionCompat +# devel:libtiffxx$secondaryArchSuffix = $libVersionCompat " REQUIRES_devel=" tiff4$secondaryArchSuffix == $portVersion base