Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2023 19:16:46 GMT
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ffa7631efd36 - main - graphics/feh: Update to 3.10 (+)
Message-ID:  <202304171916.33HJGkvD017095@gitrepo.freebsd.org>

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

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

commit ffa7631efd362d807bf0d905109db19c45b0ab80
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2023-04-11 17:33:31 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2023-04-17 19:15:22 +0000

    graphics/feh: Update to 3.10 (+)
    
    Changes:
      - Add tests: All tests successful (Files=2, Tests=74. Result: PASS)
      - Remove USES=compiler:c++11-lang as it should no longer be necessary
        for building on powerpc64
      - Pet portclippy, portfmt, and portlint
    
    Upstream changes:
      - Add --sort=none option to un-set sort modes specified earlier
      - Improve error messages for Imlib2 ≥ 1.8
      - Fix build with clang 16
      - Fix tests when building with magic=1
    
    Sponsored by:   The FreeBSD Foundation
---
 graphics/feh/Makefile | 33 ++++++++++++++++-----------------
 graphics/feh/distinfo |  6 +++---
 2 files changed, 19 insertions(+), 20 deletions(-)

diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index 67a58c6aee61..1110a4932152 100644
--- a/graphics/feh/Makefile
+++ b/graphics/feh/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	feh
-PORTVERSION=	3.9.1
-PORTREVISION=	1
+PORTVERSION=	3.10
 CATEGORIES=	graphics
 MASTER_SITES=	https://feh.finalrewind.org/
 
@@ -13,33 +12,33 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libImlib2.so:graphics/imlib2 \
 		libpng.so:graphics/png
+TEST_DEPENDS=	p5-Test-Command>=0:devel/p5-Test-Command
 
-USES=		compiler:c++11-lang cpe desktop-file-utils gmake localbase:ldflags \
-		tar:bzip2 xorg
-USE_XORG=	x11 xt xinerama
+USES=		cpe desktop-file-utils gmake localbase:ldflags tar:bzip2 xorg
 CPE_VENDOR=	feh_project
+USE_XORG=	x11 xinerama xt
 
-MAKE_ENV+=	LDFLAGS="${LDFLAGS}" verscmp=0
+MAKE_ENV+=	LDFLAGS="${LDFLAGS}" \
+		verscmp=0
+TEST_TARGET=	test
+
+OPTIONS_DEFINE=		CURL DCRAW DOCS EXAMPLES EXIF XINERAMA
+OPTIONS_DEFAULT=	CURL EXIF XINERAMA
+OPTIONS_SUB=		yes
 
-OPTIONS_DEFINE=	CURL DCRAW DOCS EXAMPLES EXIF XINERAMA
-EXIF_DESC=	Support EXIF tags
 DCRAW_DESC=	Use dcraw to display raw file previews
-OPTIONS_DEFAULT=CURL EXIF XINERAMA
-OPTIONS_SUB=	yes
+EXIF_DESC=	Support EXIF tags
 
+CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
+CURL_MAKE_ENV=		curl=1
+CURL_MAKE_ENV_OFF=	curl=0
+DCRAW_RUN_DEPENDS=	dcraw:graphics/dcraw
 EXIF_LIB_DEPENDS=	libexif.so:graphics/libexif
 EXIF_MAKE_ENV=		exif=1
 EXIF_MAKE_ENV_OFF=	exif=0
-
 XINERAMA_MAKE_ENV=	xinerama=1
 XINERAMA_MAKE_ENV_OFF=	xinerama=0
 
-CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
-CURL_MAKE_ENV=		curl=1
-CURL_MAKE_ENV_OFF=	curl=0
-
-DCRAW_RUN_DEPENDS=	dcraw:graphics/dcraw
-
 post-patch-DOCS-off:
 	@${REINPLACE_CMD} -e 's|install-doc||' \
 		${WRKSRC}/Makefile
diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo
index 5a8121625b0f..4141d9c9921d 100644
--- a/graphics/feh/distinfo
+++ b/graphics/feh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662679431
-SHA256 (feh-3.9.1.tar.bz2) = 455c92711b588af149b945edc5c145f3e9aa137ed9689dabed49d5e4acac75fa
-SIZE (feh-3.9.1.tar.bz2) = 2108873
+TIMESTAMP = 1681222749
+SHA256 (feh-3.10.tar.bz2) = 1d71d1f6dcfe9ffee5e2766969a11978f7eb4fac7d7ae556f104c11f9c57cc98
+SIZE (feh-3.10.tar.bz2) = 2109603



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