diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-02-19 04:15:00 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-02-19 04:15:00 +0800 |
commit | eee6cccbb05e1a9064ce101f9e5073e990424d04 (patch) | |
tree | 1986474ce804c03a0b5756cd514b4a44c924975b | |
parent | e5cbf0be328273feb93f65f21bf8eb141bb32b36 (diff) | |
download | freebsd-ports-gnome-eee6cccbb05e1a9064ce101f9e5073e990424d04.tar.gz freebsd-ports-gnome-eee6cccbb05e1a9064ce101f9e5073e990424d04.tar.zst freebsd-ports-gnome-eee6cccbb05e1a9064ce101f9e5073e990424d04.zip |
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/
-rw-r--r-- | graphics/feh/Makefile | 19 | ||||
-rw-r--r-- | graphics/feh/distinfo | 6 |
2 files changed, 16 insertions, 9 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index b5325ea05864..e73487d9b590 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -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 diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index ea01bfca96e5..3bb95a39f242 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -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 |