diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2015-07-16 21:19:31 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2015-07-16 21:19:31 +0000 |
commit | ae06b7c18de4e207ba80bc8ec60b1ba2a4f36ba6 (patch) | |
tree | 8c61259426fa3ae46fba0092226294233a561edc | |
parent | 68f883edfc802c049ba59e75f77e9f7c6d6071f5 (diff) | |
download | ports-ae06b7c18de4e207ba80bc8ec60b1ba2a4f36ba6.tar.gz ports-ae06b7c18de4e207ba80bc8ec60b1ba2a4f36ba6.zip |
Notes
-rw-r--r-- | graphics/feh/Makefile | 5 | ||||
-rw-r--r-- | graphics/feh/distinfo | 4 | ||||
-rw-r--r-- | graphics/feh/files/patch-config.mk | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index de2c77325864..6cf25cd09820 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= feh -PORTVERSION= 2.12 -PORTREVISION= 1 +PORTVERSION= 2.13.1 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ \ LOCAL/uqs @@ -18,7 +17,7 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libImlib2.so:${PORTSDIR}/graphics/imlib2 USE_XORG= x11 xt xinerama -USES= cpe gmake perl5 tar:bzip2 shebangfix desktop-file-utils +USES= cpe desktop-file-utils gmake perl5 shebangfix tar:bzip2 CPE_VENDOR= daniel_friesel USE_PERL5= run diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index c24f43f42692..694927b99e4a 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,2 +1,2 @@ -SHA256 (feh-2.12.tar.bz2) = 60e07a0f545f6fb7af7b6c0d2ce1ba6bacfa65380e83cbbc2c54e8aa6b8b7032 -SIZE (feh-2.12.tar.bz2) = 2090538 +SHA256 (feh-2.13.1.tar.bz2) = 865088d0481f6862d79d7c08d7b6cf1d25058a74a5784e511a1422fea8aba980 +SIZE (feh-2.13.1.tar.bz2) = 2117354 diff --git a/graphics/feh/files/patch-config.mk b/graphics/feh/files/patch-config.mk index 08ce407c2050..40a00f233faa 100644 --- a/graphics/feh/files/patch-config.mk +++ b/graphics/feh/files/patch-config.mk @@ -1,6 +1,6 @@ ---- config.mk.orig 2013-02-14 00:04:00.993386340 +0100 -+++ config.mk 2013-02-14 00:04:51.942387392 +0100 -@@ -6,12 +6,12 @@ +--- config.mk.orig 2015-05-24 09:46:21 UTC ++++ config.mk +@@ -6,12 +6,12 @@ PREFIX ?= /usr/local # Directories for manuals, executables, docs, data, etc. main_dir = ${DESTDIR}${PREFIX} |