svn commit: r312186 - in head/graphics/feh: . files
Niclas Zeising
zeising at FreeBSD.org
Wed Feb 13 23:32:57 UTC 2013
Author: zeising
Date: Wed Feb 13 23:32:56 2013
New Revision: 312186
URL: http://svnweb.freebsd.org/changeset/ports/312186
Log:
Update to 2.9
Changelog: http://feh.finalrewind.org/archive/2.9/
Modified:
head/graphics/feh/Makefile
head/graphics/feh/distinfo
head/graphics/feh/files/patch-config.mk
head/graphics/feh/pkg-plist (contents, props changed)
Modified: head/graphics/feh/Makefile
==============================================================================
--- head/graphics/feh/Makefile Wed Feb 13 22:13:23 2013 (r312185)
+++ head/graphics/feh/Makefile Wed Feb 13 23:32:56 2013 (r312186)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= feh
-PORTVERSION= 2.8
+PORTVERSION= 2.9
CATEGORIES= graphics
MASTER_SITES= http://feh.finalrewind.org/ \
${MASTER_SITE_LOCAL}
Modified: head/graphics/feh/distinfo
==============================================================================
--- head/graphics/feh/distinfo Wed Feb 13 22:13:23 2013 (r312185)
+++ head/graphics/feh/distinfo Wed Feb 13 23:32:56 2013 (r312186)
@@ -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
Modified: head/graphics/feh/files/patch-config.mk
==============================================================================
--- head/graphics/feh/files/patch-config.mk Wed Feb 13 22:13:23 2013 (r312185)
+++ head/graphics/feh/files/patch-config.mk Wed Feb 13 23:32:56 2013 (r312186)
@@ -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
Modified: head/graphics/feh/pkg-plist
==============================================================================
--- head/graphics/feh/pkg-plist Wed Feb 13 22:13:23 2013 (r312185)
+++ head/graphics/feh/pkg-plist Wed Feb 13 23:32:56 2013 (r312186)
@@ -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
+ at dirrmtry share/applications
@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/fonts
@dirrm %%DATADIR%%
More information about the svn-ports-head
mailing list