svn commit: r493316 - head/graphics/feh
Niclas Zeising
zeising at FreeBSD.org
Mon Feb 18 20:15:01 UTC 2019
Author: zeising
Date: Mon Feb 18 20:15:00 2019
New Revision: 493316
URL: https://svnweb.freebsd.org/changeset/ports/493316
Log:
graphics/feh: Update to 3.1.3
Update graphics/feh to 3.1.3
Add two new options, XINERAMA and CURL, default to on (this was the previous
default, with no option to turn off).
XINERAMA enables or disablex X11 Xienrama support
CURL enables or disables cURL support.
Change the EXIF option to have both a on and off, to match the pattern of
other options.
ChangeLog:
https://feh.finalrewind.org/archive/3.1.3/
Modified:
head/graphics/feh/Makefile
head/graphics/feh/distinfo
Modified: head/graphics/feh/Makefile
==============================================================================
--- head/graphics/feh/Makefile Mon Feb 18 19:48:38 2019 (r493315)
+++ head/graphics/feh/Makefile Mon Feb 18 20:15:00 2019 (r493316)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= feh
-PORTVERSION= 3.1.2
+PORTVERSION= 3.1.3
CATEGORIES= graphics
MASTER_SITES= http://feh.finalrewind.org/ \
LOCAL/uqs
@@ -13,8 +13,7 @@ COMMENT= Image viewer that utilizes Imlib2
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libcurl.so:ftp/curl \
- libImlib2.so:graphics/imlib2 \
+LIB_DEPENDS= libImlib2.so:graphics/imlib2 \
libpng.so:graphics/png
USES= compiler:c++11-lang cpe desktop-file-utils gmake localbase:ldflags \
@@ -25,14 +24,22 @@ CPE_VENDOR= daniel_friesel
MAKE_ENV+= LDFLAGS="${LDFLAGS}" verscmp=0
-OPTIONS_DEFINE= DCRAW DOCS EXAMPLES EXIF
+OPTIONS_DEFINE= CURL DCRAW DOCS EXAMPLES EXIF XINERAMA
EXIF_DESC= Support EXIF tags
DCRAW_DESC= Use dcraw to display raw file previews
-OPTIONS_DEFAULT=EXIF
+OPTIONS_DEFAULT=CURL EXIF XINERAMA
OPTIONS_SUB= yes
EXIF_LIB_DEPENDS= libexif.so:graphics/libexif
-EXIF_MAKE_ENV= exif=1
+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
Modified: head/graphics/feh/distinfo
==============================================================================
--- head/graphics/feh/distinfo Mon Feb 18 19:48:38 2019 (r493315)
+++ head/graphics/feh/distinfo Mon Feb 18 20:15:00 2019 (r493316)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550163856
-SHA256 (feh-3.1.2.tar.bz2) = 6a36d0503507661b8855b6f7e5b01ca6d7119a8f3771936062cf00935fa65062
-SIZE (feh-3.1.2.tar.bz2) = 2109860
+TIMESTAMP = 1550520203
+SHA256 (feh-3.1.3.tar.bz2) = 9fe840fbc6ce66dcf1e99296c90eb6fc44a4c2fad9a1069dfc7e0fad88eb56ef
+SIZE (feh-3.1.3.tar.bz2) = 2110285
More information about the svn-ports-head
mailing list