Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2018 21:22:31 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485967 - head/graphics/feh
Message-ID:  <201811262122.wAQLMVT7037672@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Nov 26 21:22:31 2018
New Revision: 485967
URL: https://svnweb.freebsd.org/changeset/ports/485967

Log:
  graphics/feh: Update to 3.1
  
  Update graphics/feh to 3.1.  This brings with it some changes and removes
  some deprecated things, amongst those hte cam related scripts.  Remove the
  CAM option because of this, and adjust depdenencies.
  
  See changelogs for further details:
  https://feh.finalrewind.org/archive/3.0/
  https://feh.finalrewind.org/archive/3.1/

Modified:
  head/graphics/feh/Makefile
  head/graphics/feh/distinfo
  head/graphics/feh/pkg-plist

Modified: head/graphics/feh/Makefile
==============================================================================
--- head/graphics/feh/Makefile	Mon Nov 26 21:20:37 2018	(r485966)
+++ head/graphics/feh/Makefile	Mon Nov 26 21:22:31 2018	(r485967)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	feh
-PORTVERSION=	2.28.1
+PORTVERSION=	3.1
 CATEGORIES=	graphics
 MASTER_SITES=	http://feh.finalrewind.org/ \
 		LOCAL/uqs
@@ -18,22 +18,18 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libpng.so:graphics/png
 
 USES=		compiler:c++11-lang cpe desktop-file-utils gmake localbase:ldflags \
-		perl5 shebangfix tar:bzip2
-SHEBANG_FILES=	cam/feh-cam
+		tar:bzip2
 USE_XORG=	x11 xt xinerama
 USE_PERL5=	run
 CPE_VENDOR=	daniel_friesel
 
 MAKE_ENV+=	LDFLAGS="${LDFLAGS}" verscmp=0
 
-OPTIONS_DEFINE=	CAM DCRAW DOCS EXAMPLES EXIF
-CAM_DESC=	Install feh-cam and related tools
+OPTIONS_DEFINE=	DCRAW DOCS EXAMPLES EXIF
 EXIF_DESC=	Support EXIF tags
 DCRAW_DESC=	Use dcraw to display raw file previews
-OPTIONS_DEFAULT=CAM EXIF
+OPTIONS_DEFAULT=EXIF
 OPTIONS_SUB=	yes
-
-CAM_MAKE_ENV=	cam=1
 
 EXIF_LIB_DEPENDS=	libexif.so:graphics/libexif
 EXIF_MAKE_ENV=	exif=1

Modified: head/graphics/feh/distinfo
==============================================================================
--- head/graphics/feh/distinfo	Mon Nov 26 21:20:37 2018	(r485966)
+++ head/graphics/feh/distinfo	Mon Nov 26 21:22:31 2018	(r485967)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540716632
-SHA256 (feh-2.28.1.tar.bz2) = 97066765c61d7413ed40b20f3f62b5d934e94ec91cadd491ebce836e1fb02a72
-SIZE (feh-2.28.1.tar.bz2) = 2132717
+TIMESTAMP = 1543265041
+SHA256 (feh-3.1.tar.bz2) = 67b56e76c4c49e29746368f33e1d0a54858a26271ea58cf1e67d869a00a03907
+SIZE (feh-3.1.tar.bz2) = 2109128

Modified: head/graphics/feh/pkg-plist
==============================================================================
--- head/graphics/feh/pkg-plist	Mon Nov 26 21:20:37 2018	(r485966)
+++ head/graphics/feh/pkg-plist	Mon Nov 26 21:22:31 2018	(r485967)
@@ -1,9 +1,5 @@
 bin/feh
-%%CAM%%bin/feh-cam
-%%CAM%%bin/gen-cam-menu
-%%CAM%%man/man1/feh-cam.1.gz
 man/man1/feh.1.gz
-%%CAM%%man/man1/gen-cam-menu.1.gz
 share/applications/feh.desktop
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
@@ -18,11 +14,6 @@ share/applications/feh.desktop
 %%DATADIR%%/fonts/yudit.ttf
 %%DATADIR%%/images/feh.png
 %%DATADIR%%/images/feh.svg
-%%DATADIR%%/images/menubg_aluminium.png
-%%DATADIR%%/images/menubg_aqua.png
-%%DATADIR%%/images/menubg_black.png
-%%DATADIR%%/images/menubg_brushed.png
 %%DATADIR%%/images/menubg_default.png
-%%DATADIR%%/images/menubg_sky.png
 share/icons/hicolor/48x48/apps/feh.png
 share/icons/hicolor/scalable/apps/feh.svg



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