Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2024 20:47:03 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a613a3563ca3 - main - graphics/linux-rl9-gdk-pixbuf2: drop dependency on jasper (+)
Message-ID:  <202412152047.4BFKl3MJ037109@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a613a3563ca358d3c8459c9170967aa24f56b13a

commit a613a3563ca358d3c8459c9170967aa24f56b13a
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-15 20:41:27 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-15 20:41:27 +0000

    graphics/linux-rl9-gdk-pixbuf2: drop dependency on jasper (+)
    
    Get rid of staled historical dependency on jasper library passed from CentOS7 packages.
    Novadays gdk-pixpuf2 is jasper-free.
    
    PR:     283105
    Sponsored by:   Future Crew, LLC
---
 graphics/linux-rl9-gdk-pixbuf2/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/linux-rl9-gdk-pixbuf2/Makefile b/graphics/linux-rl9-gdk-pixbuf2/Makefile
index a42558076ee9..37bee80bece8 100644
--- a/graphics/linux-rl9-gdk-pixbuf2/Makefile
+++ b/graphics/linux-rl9-gdk-pixbuf2/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	gdk-pixbuf2
 PORTVERSION=	2.42.6
 DISTVERSIONSUFFIX=	-4.el9_4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics linux
 
 MAINTAINER=	emulation@FreeBSD.org
@@ -12,7 +12,7 @@ USES=		cpe linux:rl9
 CPE_VENDOR=	gnome
 CPE_PRODUCT=	gdk-pixbuf
 USE_LDCONFIG=	yes
-USE_LINUX=	gnutls jasper jpeg libproxy png tiff xorglibs
+USE_LINUX=	gnutls jpeg libproxy png tiff xorglibs
 USE_LINUX_RPM=	yes
 WANT_LINUX32=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412152047.4BFKl3MJ037109>