diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/feh/Makefile | 2 | ||||
-rw-r--r-- | graphics/feh/distinfo | 4 | ||||
-rw-r--r-- | graphics/feh/files/patch-config.mk | 6 | ||||
-rw-r--r-- | graphics/feh/pkg-plist | 2 |
4 files changed, 8 insertions, 6 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index b262f9901bdb..e8daa27792bc 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= feh -PORTVERSION= 2.8 +PORTVERSION= 2.9 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ \ ${MASTER_SITE_LOCAL} diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index a1e6c339296c..947df205353c 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,2 +1,2 @@ -SHA256 (feh-2.8.tar.bz2) = 3d57bca25477ad6887b77e1e375dab65df8f3a89ec55217bf329ee6f21a3ba7e -SIZE (feh-2.8.tar.bz2) = 2079527 +SHA256 (feh-2.9.tar.bz2) = 6109d49e67344a1e003a9c87598fb714b5ab4b2ab570212c6e51057b9aaf24ae +SIZE (feh-2.9.tar.bz2) = 2081309 diff --git a/graphics/feh/files/patch-config.mk b/graphics/feh/files/patch-config.mk index 1c4559afaea1..08ce407c2050 100644 --- a/graphics/feh/files/patch-config.mk +++ b/graphics/feh/files/patch-config.mk @@ -1,5 +1,5 @@ ---- config.mk.orig 2012-04-19 19:06:22.083888852 +0600 -+++ config.mk 2012-04-19 19:06:44.350893457 +0600 +--- 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 @@ # Directories for manuals, executables, docs, data, etc. @@ -12,6 +12,6 @@ font_dir = ${main_dir}/share/feh/fonts -example_dir = ${main_dir}/share/doc/feh/examples +example_dir = ${main_dir}/share/examples/feh + desktop_dir = ${main_dir}/share/applications # default CFLAGS - CFLAGS ?= -g -O2 diff --git a/graphics/feh/pkg-plist b/graphics/feh/pkg-plist index 6c98cfb5ee4f..0518e4182df0 100644 --- a/graphics/feh/pkg-plist +++ b/graphics/feh/pkg-plist @@ -1,6 +1,7 @@ bin/feh bin/feh-cam bin/gen-cam-menu +share/applications/feh.desktop %%EXAMPLESDIR%%/buttons %%EXAMPLESDIR%%/keys %%EXAMPLESDIR%%/themes @@ -14,6 +15,7 @@ bin/gen-cam-menu %%DATADIR%%/images/menubg_brushed.png %%DATADIR%%/images/menubg_default.png %%DATADIR%%/images/menubg_sky.png +@dirrmtry share/applications @dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/fonts @dirrm %%DATADIR%% |