diff options
author | zeising <zeising@FreeBSD.org> | 2015-07-17 05:19:31 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2015-07-17 05:19:31 +0800 |
commit | ae69a5e0ee62c83aa6f5fc5ac66aa0b1c63cc5ce (patch) | |
tree | 8c61259426fa3ae46fba0092226294233a561edc /graphics/feh | |
parent | 4490d4bc75707dbdea79b297aac91b4ce174c25f (diff) | |
download | freebsd-ports-gnome-ae69a5e0ee62c83aa6f5fc5ac66aa0b1c63cc5ce.tar.gz freebsd-ports-gnome-ae69a5e0ee62c83aa6f5fc5ac66aa0b1c63cc5ce.tar.zst freebsd-ports-gnome-ae69a5e0ee62c83aa6f5fc5ac66aa0b1c63cc5ce.zip |
Update to 2.13.1
Sort USES and regenerate patch to please portlint.
PR: 201429
Submitted by: mp39590@gmail.com
Diffstat (limited to 'graphics/feh')
-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} |